pull/8/head
Bohan Yang 6 years ago
parent c7e3b71ab3
commit a84710d8cd
No known key found for this signature in database
GPG Key ID: 61D7B70DDF4633E7
  1. 7
      netboot.sh

@ -425,6 +425,13 @@ popularity-contest popularity-contest/participate boolean false
d-i grub-installer/only_debian boolean true
d-i grub-installer/bootdev string default
EOF
if [ -n "$DEBI_KERNEL_PARAMS" ]; then
echo "d-i debian-installer/add-kernel-opts string$DEBI_KERNEL_PARAMS" | $save_preseed
fi
$save_preseed << EOF
# Finishing up the installation

Loading…
Cancel
Save