diff --git a/scripts/global.cfg b/scripts/global.cfg index c7db32f3..eb4149df 100755 --- a/scripts/global.cfg +++ b/scripts/global.cfg @@ -1 +1 @@ -APPEND rancher.autologin=tty1 rancher.autologin=ttyS0 rancher.autologin=ttyS1 rancher.autologin=ttyS1 console=tty1 console=ttyS0 console=ttyS1 printk.devkmsg=on panic=10 ${APPEND} \ No newline at end of file +APPEND rancher.autologin=tty1 rancher.autologin=ttyS0 rancher.autologin=ttyS1 console=tty1 console=ttyS0 console=ttyS1 printk.devkmsg=on panic=10 ${APPEND} diff --git a/scripts/run b/scripts/run index b6f57c46..15b847a1 100755 --- a/scripts/run +++ b/scripts/run @@ -336,7 +336,7 @@ if [ "$QEMU" == "1" ]; then elif [ "$BOOT_ISO" == "1" ] || [ "$BOOT_HD" == "1" ]; then if [ "$BOOT_ISO" == "1" ]; then - ISO_OPTS="-boot d -cdrom ./dist/artifacts/rancheros.iso \ + ISO_OPTS="-boot c -cdrom ./dist/artifacts/rancheros.iso \ -fsdev local,security_model=none,id=fsdev1,path=${HOME} \ -device virtio-9p-pci,id=fs1,fsdev=fsdev1,mount_tag=home " echo "----- $ISO_OPTS"