mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 15:03:07 +00:00
Explicitly enable firstboot in the desktop kickstarts
This ensures that gnome-initial-setup will run in user mode on first login as 'test' user for F26+, as it did for <=F25 and as the tests expected (we can now remove the workaround I added because this stopped happening with F26). Bump the image version so the images get rebuilt.
This commit is contained in:
parent
ed7fcd75e4
commit
fe61724e8e
@ -10,6 +10,7 @@ clearpart --all
|
||||
autopart
|
||||
rootpw --plaintext weakpassword
|
||||
user --name=test --password=weakpassword --plaintext
|
||||
firstboot --enable
|
||||
poweroff
|
||||
|
||||
%packages
|
||||
|
@ -10,6 +10,7 @@ clearpart --all
|
||||
autopart --encrypted --passphrase=weakpassword
|
||||
rootpw --plaintext weakpassword
|
||||
user --name=test --password=weakpassword --plaintext
|
||||
firstboot --enable
|
||||
poweroff
|
||||
|
||||
%packages
|
||||
|
Loading…
Reference in New Issue
Block a user