From 18592a04558f4f06bf795226542ccaa89137b649 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Wed, 19 Jul 2017 01:22:56 +0200 Subject: [PATCH] runOver9P.sh & syslinux.cfg: pass *acpi parameter --- disk-setup/syslinux.cfg | 6 +++--- runOver9P.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/disk-setup/syslinux.cfg b/disk-setup/syslinux.cfg index c3f4a5c..8237580 100644 --- a/disk-setup/syslinux.cfg +++ b/disk-setup/syslinux.cfg @@ -7,13 +7,13 @@ DEFAULT menu.c32 LABEL FromUSB KERNEL mboot.c32 - APPEND jehanne.32bit nobootprompt=local!/shr/usb/sdU67d95 maxcores=1024 auth=10.0.0.203 nvram=/shr/usb/sdU67d95/nvram nvrlen=512 nvroff=0 --- initrd + APPEND jehanne.32bit nobootprompt=local!/shr/usb/sdU67d95 maxcores=1024 auth=10.0.0.203 nvram=/shr/usb/sdU67d95/nvram nvrlen=512 nvroff=0 *acpi= --- initrd LABEL FromAHCI KERNEL mboot.c32 - APPEND jehanne.32bit nobootprompt=local!#S/sdE0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdE0/nvram nvrlen=512 nvroff=0 --- initrd + APPEND jehanne.32bit nobootprompt=local!#S/sdE0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdE0/nvram nvrlen=512 nvroff=0 *acpi= --- initrd LABEL FromIDE KERNEL mboot.c32 - APPEND jehanne.32bit nobootprompt=local!#S/sdC0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdC0/nvram nvrlen=512 nvroff=0 --- initrd + APPEND jehanne.32bit nobootprompt=local!#S/sdC0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdC0/nvram nvrlen=512 nvroff=0 *acpi= --- initrd diff --git a/runOver9P.sh b/runOver9P.sh index c51841d..c539dd4 100755 --- a/runOver9P.sh +++ b/runOver9P.sh @@ -62,7 +62,7 @@ $bootDisk \ -redir tcp:17010::17010 \ -redir tcp:17013::17013 \ $usbDev \ --append "maxcores=1024 nvram=$NVRAM nvrlen=512 nvroff=0 $FS $KAPPEND" \ +-append "maxcores=1024 nvram=$NVRAM nvrlen=512 nvroff=0 *acpi= $FS $KAPPEND" \ -initrd ./initrd \ -kernel $KERNEL $* EOF