Skip to content

Commit de82706

Browse files
committed
Always use if name eth0
1 parent af96577 commit de82706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $Q makeiso ${WORK_DIR}/rootfs/ ${OUTPUT_DIR}/rootfs.iso
9292
GIT_REVISION=$(git rev-parse HEAD)
9393
echo "Generating metadata.json to ${OUTPUT_DIR}/metadata.json"
9494

95-
KARG0="console=ttyS0 init=/init panic=1 systemd.unified_cgroup_hierarchy=0 pnpacpi=off"
95+
KARG0="console=ttyS0 init=/init panic=1 systemd.unified_cgroup_hierarchy=0 net.ifnames=0 biosdevname=0"
9696
KARG1="mce=off oops=panic pci=noearly pci=nommconf random.trust_cpu=y random.trust_bootloader=n tsc=reliable no-kvmclock"
9797
KARG2="dstack.fde=1 dstack.rootfs_hash=$ROOTFS_HASH"
9898

0 commit comments

Comments
 (0)