瀏覽代碼

Update netboot.sh

Bohan Yang (Brent) 7 年之前
父節點
當前提交
515ebf38f9
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      netboot.sh

+ 4 - 1
netboot.sh

@@ -16,7 +16,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-set -ex
+set -e
 
 while [ $# -gt 0 ]; do
   case $1 in
@@ -370,3 +370,6 @@ initrd $DEBI_TARGET_PATH/initrd.gz
 EOF
 
 fi
+
+cat preseed.cfg
+tail -n 7 "$DEBI_GRUB_CONFIG"