forked from srbala/fedora-kickstarts
add rootpw --lock to all livekickstarts
for rhbz#1392468 I was told that what we had should never have worked. A bug in anaconda was fixed causing the need for the user or root spokes to have to be dealt with. locking the root account should satisfy everything. Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
881933b138
commit
71bed67657
@ -19,6 +19,7 @@ clearpart --all
|
|||||||
part / --size 5120 --fstype ext4
|
part / --size 5120 --fstype ext4
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
||||||
network --bootproto=dhcp --device=link --activate
|
network --bootproto=dhcp --device=link --activate
|
||||||
|
rootpw --lock --iscrypted locked
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
Loading…
Reference in New Issue
Block a user