update build scripts
This commit is contained in:
parent
5ceb252bbf
commit
445b0cd936
|
@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
|
### Account setup
|
||||||
|
# Skip creation of a root account (normal user account will be able to
|
||||||
|
# use sudo).
|
||||||
|
d-i passwd/root-login boolean false
|
||||||
|
|
|
@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
|
### Account setup
|
||||||
|
# Skip creation of a root account (normal user account will be able to
|
||||||
|
# use sudo).
|
||||||
|
d-i passwd/root-login boolean false
|
||||||
|
|
|
@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
|
### Account setup
|
||||||
|
# Skip creation of a root account (normal user account will be able to
|
||||||
|
# use sudo).
|
||||||
|
d-i passwd/root-login boolean false
|
||||||
|
|
Loading…
Reference in New Issue