浏览代码

Update netboot.sh

Brent, Yang Bohan 7 年之前
父节点
当前提交
088e17865f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)'