summaryrefslogtreecommitdiffstats
path: root/userContent/debian-edu-wheezy-preseed.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'userContent/debian-edu-wheezy-preseed.cfg')
-rw-r--r--userContent/debian-edu-wheezy-preseed.cfg10
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