mirror of
https://github.com/krislamo/preseed
synced 2024-12-16 16:10:34 +00:00
Remove non-working poweroff and disable user passw
This commit is contained in:
parent
7cca5199b1
commit
f6daa1776b
@ -53,7 +53,7 @@ d-i mirror/http/proxy string
|
||||
# Don't set a root password
|
||||
d-i passwd/root-login boolean false
|
||||
# Alternatively, to skip creation of a normal user account.
|
||||
#d-i passwd/make-user boolean false
|
||||
d-i passwd/make-user boolean false
|
||||
|
||||
# Create a normal user account.
|
||||
d-i passwd/user-fullname string Kris Lamoureux
|
||||
@ -130,7 +130,3 @@ d-i preseed/late_command string \
|
||||
mkdir -p /target/root/.ssh; \
|
||||
wget -O /target/root/.ssh/authorized_keys \
|
||||
https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys;
|
||||
|
||||
# Poweroff instead of restarting
|
||||
#d-i debian-installer/exit/poweroff boolean true
|
||||
ubiquity ubiquity/poweroff boolean true
|
||||
|
Loading…
Reference in New Issue
Block a user