Browse Source

Update netboot.sh

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

+ 1 - 1
netboot.sh

@@ -375,7 +375,7 @@ cat >> "$DEBNETB_GRUBCFG" << EOF
 menuentry 'New Install' {
 insmod part_msdos
 insmod ext2
-set DEBNETB_root='(hd0,msdos1)'
+set root='(hd0,msdos1)'
 linux $DEBNETB_OUTPUTBOOT/linux
 initrd $DEBNETB_OUTPUTBOOT/initrd.gz
 }