From f0aa03d8355340d6521c76356ebaa4ad9d59a22a Mon Sep 17 00:00:00 2001 From: "Brent, Yang Bohan" Date: Mon, 25 Mar 2019 13:47:33 +0800 Subject: [PATCH] Update netboot.sh --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 8f759f0..b49e948 100644 --- a/netboot.sh +++ b/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 }