瀏覽代碼

Minor update 2

Bohan Yang 5 年之前
父節點
當前提交
c95c207bcd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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