Update debi.sh

pull/58/head
Bohan Yang 3 years ago committed by GitHub
parent e2bb6e48fc
commit 555b23b7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      debi.sh

@ -748,9 +748,9 @@ popularity-contest popularity-contest/participate boolean false
EOF
if [ -n "$disk" ]; then
echo "d-i grub-installer/bootdev string $disk" | $save_preseed
echo "d-i grub-installer/bootdev string $disk" | $save_preseed
else
echo 'd-i grub-installer/bootdev string default' | $save_preseed
echo 'd-i grub-installer/bootdev string default' | $save_preseed
fi
[ "$force_efi_extra_removable" = true ] && echo 'd-i grub-installer/force-efi-extra-removable boolean true' | $save_preseed

Loading…
Cancel
Save