bugfixing: default boot x86 vs amd64 string mismatch, wit-config not arm ready yet so falling back to pre-install only wit-net-conf
This commit is contained in:
parent
a4d1dde520
commit
3d75fd2f88
|
@ -1,9 +1,9 @@
|
|||
menuentry "debcore-x86_64" {
|
||||
menuentry "debcore-amd64" {
|
||||
linux /wit-pxeboot/vmlinuz-amd64 console=tty0 console=ttyS1,115200n8 size=5000
|
||||
initrd /wit-pxeboot/initramfs-amd64.gz
|
||||
}
|
||||
|
||||
menuentry "install-x86_64" {
|
||||
menuentry "install-amd64" {
|
||||
linux /wit-pxeboot/vmlinuz-amd64 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'
|
||||
initrd /wit-pxeboot/initramfs-amd64.gz
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ menuentry "debcore-arm64" {
|
|||
}
|
||||
|
||||
menuentry "install-arm64" {
|
||||
linux /wit-pxeboot/vmlinuz-arm64 console=tty0 console=ttyAMA0,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'
|
||||
linux /wit-pxeboot/vmlinuz-arm64 console=tty0 console=ttyAMA0,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'
|
||||
initrd /wit-pxeboot/initramfs-arm64.gz
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue