10 lines
410 B
Plaintext
10 lines
410 B
Plaintext
serial 1 115200
|
|
prompt 1
|
|
timeout 100
|
|
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' ---
|