Update netboot.sh

pull/8/head
Brent, Yang Bohan 7 years ago committed by GitHub
parent 00ed327c4a
commit 088e17865f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      netboot.sh

@ -372,7 +372,7 @@ echo preseed.cfg | cpio -H newc -o -A -F initrd
gzip initrd gzip initrd
cat >> "$DEBNETB_GRUBCFG" << EOF cat >> "$DEBNETB_GRUBCFG" << EOF
menuentry 'New Install' { menuentry 'New Install' --id debian-netboot-installer {
insmod part_msdos insmod part_msdos
insmod ext2 insmod ext2
set root='(hd0,msdos1)' set root='(hd0,msdos1)'

Loading…
Cancel
Save