We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96577 commit de82706Copy full SHA for de82706
mkimage.sh
@@ -92,7 +92,7 @@ $Q makeiso ${WORK_DIR}/rootfs/ ${OUTPUT_DIR}/rootfs.iso
92
GIT_REVISION=$(git rev-parse HEAD)
93
echo "Generating metadata.json to ${OUTPUT_DIR}/metadata.json"
94
95
-KARG0="console=ttyS0 init=/init panic=1 systemd.unified_cgroup_hierarchy=0 pnpacpi=off"
+KARG0="console=ttyS0 init=/init panic=1 systemd.unified_cgroup_hierarchy=0 net.ifnames=0 biosdevname=0"
96
KARG1="mce=off oops=panic pci=noearly pci=nommconf random.trust_cpu=y random.trust_bootloader=n tsc=reliable no-kvmclock"
97
KARG2="dstack.fde=1 dstack.rootfs_hash=$ROOTFS_HASH"
98
0 commit comments