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

+ 1 - 1
netboot.sh

@@ -321,7 +321,7 @@ d-i passwd/user-password password $DEBI_PASSWORD
 d-i passwd/user-password-again password $DEBI_PASSWORD
 d-i passwd/user-password-again password $DEBI_PASSWORD
 EOF
 EOF
         else
         else
-            echo "d-i passwd/user-password-crypted password $DEBI_PASSWORD"
+            echo "d-i passwd/user-password-crypted password $DEBI_PASSWORD" | $save_preseed
         fi
         fi
     fi
     fi
 fi
 fi