浏览代码

Network console start select continue & Style fix

Bohan Yang 7 年之前
父节点
当前提交
718be69c88
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      netboot.sh

+ 2 - 0
netboot.sh

@@ -209,9 +209,11 @@ if [ -n "$SSH_PASSWD" ]; then
   echo "d-i preseed/early_command string anna-install network-console" >> preseed.cfg
   echo "d-i network-console/password password $SSH_PASSWD" >> preseed.cfg
   echo "d-i network-console/password-again password $SSH_PASSWD" >> preseed.cfg
+  echo "d-i network-console/start select Continue" >> preseed.cfg
 fi
 
 cat >> preseed.cfg << EOF
+
 # 3. Mirror settings: PROTO, HOST, DIR, SUITE
 
 d-i mirror/country string manual