Browse Source

Select network console

Bohan Yang 7 years ago
parent
commit
f9c6ed8c88
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netboot.sh

+ 1 - 0
netboot.sh

@@ -206,6 +206,7 @@ EOF
 
 if [ -n "$SSH_PASSWD" ]; then
   echo "d-i anna/choose_modules string network-console" >> preseed.cfg
+  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
 fi