diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 14:51:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 14:51:59 +0100 |
commit | af574efa5c5ed6452e3d8acd9e6e7c857e4fbe25 (patch) | |
tree | a518abbdf8b9b478f2e1cb29b5e5110ae4e70891 | |
parent | 392049db1abb46174cf28dd8c0220fab3531452f (diff) | |
download | jenkins.debian.net-af574efa5c5ed6452e3d8acd9e6e7c857e4fbe25.tar.xz |
automate a bit more
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index 1c126334..e3fec275 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -105,11 +105,11 @@ d-i passwd/root-password-again password r00tme #d-i passwd/root-password-crypted password [MD5 hash] # To create a normal user account. -#d-i passwd/user-fullname string Debian User -#d-i passwd/username string debian +d-i passwd/user-fullname string Jenkins Testuser +d-i passwd/username string jenkins # Normal user's password, either in clear text -#d-i passwd/user-password password insecure -#d-i passwd/user-password-again password insecure +d-i passwd/user-password password insecure +d-i passwd/user-password-again password insecure # or encrypted using an MD5 hash. #d-i passwd/user-password-crypted password [MD5 hash] # Create the first user with the specified UID instead of the default. @@ -334,7 +334,7 @@ d-i finish-install/reboot_in_progress note # reboot into the installed system. #d-i debian-installer/exit/halt boolean true # This will power off the machine instead of just halting it. -#d-i debian-installer/exit/poweroff boolean true +d-i debian-installer/exit/poweroff boolean true ### Preseeding other packages # Depending on what software you choose to install, or if things go wrong |