diff --git a/files/debcore b/files/debcore index 69a62be..0983a7e 100644 --- a/files/debcore +++ b/files/debcore @@ -6,4 +6,4 @@ default debcore label debcore kernel wit-pxeboot/vmlinuz - append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 --- + append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 --- diff --git a/files/install b/files/install index 2f23889..19b2778 100644 --- a/files/install +++ b/files/install @@ -6,4 +6,4 @@ default install label install kernel wit-pxeboot/vmlinuz - append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' --- + append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' --- diff --git a/files/localboot b/files/localboot index fc14144..2f42b2b 100644 --- a/files/localboot +++ b/files/localboot @@ -10,5 +10,5 @@ label local label debcore kernel wit-pxeboot/vmlinuz - append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 --- + append initrd=wit-pxeboot/initramfs.gz console=tty0 console=ttyS1,115200n8 size=5000 ---