Skip to content
This repository was archived by the owner on Jun 4, 2018. It is now read-only.

Commit 12dd9d0

Browse files
committed
Merge pull request #3 from patrixl/beta-v2-newpass
New default passwords for Ubuntu 14.04
2 parents 270eae9 + 464744f commit 12dd9d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

os_list/ubuntu/amd64/ubuntu-14.04/setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ d-i partman/confirm_write_new_label boolean true
2525
d-i partman/confirm boolean true
2626
d-i partman/confirm_nooverwrite boolean true
2727
d-i passwd/root-login boolean true
28-
d-i passwd/root-password password 1b339a0ee0c04f11
29-
d-i passwd/root-password-again password 1b339a0ee0c04f11
28+
d-i passwd/root-password password gftz956yxwaygzj6z
29+
d-i passwd/root-password-again password gftz956yxwaygzj6z
3030
d-i passwd/make-user boolean false
3131
tasksel tasksel/first multiselect standard
3232
d-i pkgsel/include string bzip2 ntp sudo openssh-server acpid
@@ -36,4 +36,4 @@ popularity-contest popularity-contest/participate boolean false
3636
d-i grub-installer/only_debian boolean true
3737
d-i grub-installer/with_other_os boolean true
3838
d-i finish-install/reboot_in_progress note
39-
d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages
39+
d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages

os_list/ubuntu/i386/ubuntu-14.04/setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ d-i partman/confirm_write_new_label boolean true
2525
d-i partman/confirm boolean true
2626
d-i partman/confirm_nooverwrite boolean true
2727
d-i passwd/root-login boolean true
28-
d-i passwd/root-password password e538491a46837875
29-
d-i passwd/root-password-again password e538491a46837875
28+
d-i passwd/root-password password zjfrn9f0k25ffefw
29+
d-i passwd/root-password-again password zjfrn9f0k25ffefw
3030
d-i passwd/make-user boolean false
3131
tasksel tasksel/first multiselect standard
3232
d-i pkgsel/include string bzip2 ntp sudo openssh-server acpid
@@ -36,4 +36,4 @@ popularity-contest popularity-contest/participate boolean false
3636
d-i grub-installer/only_debian boolean true
3737
d-i grub-installer/with_other_os boolean true
3838
d-i finish-install/reboot_in_progress note
39-
d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages
39+
d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages

0 commit comments

Comments
 (0)