Skip to content

Commit b2d4b79

Browse files
committed
wip
1 parent 1bf0286 commit b2d4b79

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

examples/bootc-bls/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ if [[ "$(grep -c "VARIANT=\"CoreOS\"" /etc/os-release)" -eq 1 ]]; then
1313
/usr/lib/systemd/system-preset/45-fcos.preset
1414
sed -i 's/enable coreos-populate-lvmdevices.service//' \
1515
/usr/lib/systemd/system-preset/45-coreos-populate-lvmdevices.preset
16+
sed -i 's/enable coreos-oci-migration-motd.service//' \
17+
/usr/lib/systemd/system-preset/35-oci-migration.preset
1618

1719
# Fix dependencies
1820
sed -i 's|ExecStart=/usr/sbin/coreos-boot-edit|ExecStart=true|' \

examples/bootc-bls/Containerfile.cocl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ if [[ "$(grep -c "VARIANT=\"CoreOS\"" /etc/os-release)" -eq 1 ]]; then
2525
/usr/lib/systemd/system-preset/45-fcos.preset
2626
sed -i 's/enable coreos-populate-lvmdevices.service//' \
2727
/usr/lib/systemd/system-preset/45-coreos-populate-lvmdevices.preset
28+
sed -i 's/enable coreos-oci-migration-motd.service//' \
29+
/usr/lib/systemd/system-preset/35-oci-migration.preset
2830

2931
# Fix dependencies
3032
sed -i 's|ExecStart=/usr/sbin/coreos-boot-edit|ExecStart=true|' \

examples/bootc-bls/build-uki-addon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ declare -A addons=(
1111
["console-tty0"]="console=tty0"
1212
["console-ttyS0"]="console=ttyS0,115000n"
1313
["debug-tty0"]="rd.systemd.debug_shell=1 rd.systemd.default_debug_tty=tty0"
14+
["rd.neednet"]="rd.neednet=1 ip=dhcp"
1415
)
1516

1617
for addon in "${!addons[@]}"; do

0 commit comments

Comments
 (0)