Browse Source

Update netboot.sh

Brent, Yang Bohan 7 years ago
parent
commit
088e17865f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

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