Browse Source

Minor update 2

Bohan Yang 5 years ago
parent
commit
c95c207bcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -440,7 +440,7 @@ if [ "$DEBI_POWEROFF" = true ]; then
     echo 'd-i debian-installer/exit/poweroff boolean true' | $save_preseed
 fi
 
-save_grubcfg=cat
+save_grubcfg="cat"
 if [ "$DEBI_DRY_RUN" != true ]; then
     if [ -z "$DEBI_ARCH" ]; then
         if command_exists dpkg; then