adjusting syslinux boot files for the latest version
This commit is contained in:
parent
3b383625a9
commit
48e440c20d
|
@ -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 ---
|
||||||
|
|
|
@ -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' ---
|
||||||
|
|
Loading…
Reference in New Issue