alfonso fixed the arm package of wit-config
This commit is contained in:
parent
21d62b67b3
commit
87d43cecde
|
@ -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-network-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-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