Skip to content

Commit 75c9b34

Browse files
committed
add cloud.cfg setup for ionos cloud cloud-init support
1 parent 7e6edce commit 75c9b34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: sdk_container/src/third_party/coreos-overlay/coreos-base/oem-ionoscloud/oem-ionoscloud-0.ebuild

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ IUSE=""
1414

1515
OEM_NAME="IONOS Cloud"
1616

17+
S="${WORKDIR}"
18+
1719
src_install() {
1820
dodir /etc/cloud/cloud.cfg.d/
1921
dodir /var/lib/cloud/seed/nocloud/
2022

2123
insinto /etc/cloud
22-
doins "${FILEDIRES}/cloud.cfg"
24+
doins "${FILESDIR}/cloud.cfg"
2325
}

0 commit comments

Comments
 (0)