adjusting syslinux boot files for the latest version

This commit is contained in:
toby 2018-09-26 07:05:47 +00:00
parent 3b383625a9
commit 48e440c20d
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ default debcore
label debcore label debcore
kernel wit-pxeboot/vmlinuz 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 ---

View File

@ -6,4 +6,4 @@ default install
label install label install
kernel wit-pxeboot/vmlinuz 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' ---