alfonso fixed the arm package of wit-config

This commit is contained in:
toby 2019-01-24 23:54:22 +00:00
parent 21d62b67b3
commit 87d43cecde
1 changed files with 1 additions and 1 deletions

View File

@ -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
}