This commit is contained in:
Bohan Yang
2019-05-13 13:49:08 +08:00
parent 67bb2ea1db
commit f487e4e6c0
+1 -1
View File
@@ -321,7 +321,7 @@ d-i passwd/user-password password $DEBI_PASSWORD
d-i passwd/user-password-again password $DEBI_PASSWORD
EOF
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