From 48e440c20d543931937539ffd5b20931179c8954 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 26 Sep 2018 07:05:47 +0000 Subject: [PATCH] adjusting syslinux boot files for the latest version --- files/debcore | 2 +- files/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/debcore b/files/debcore index cb31bc6..69a62be 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 --- + append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 --- diff --git a/files/install b/files/install index b255d26..dd2ff89 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 execstartup='sleep 60; /root/install.sh wit-network-config && echo -e "======\nSUCCESS\n======" || exit 1' --- + 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-network-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' ---