mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-31 22:00:55 +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
3 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
|
@ -10,6 +10,7 @@ clearpart --all
|
||||||
autopart --encrypted --passphrase=weakpassword
|
autopart --encrypted --passphrase=weakpassword
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
"branched": ["x86_64"]
|
"branched": ["x86_64"]
|
||||||
},
|
},
|
||||||
"size" : "20",
|
"size" : "20",
|
||||||
"imgver": "3",
|
"imgver": "4",
|
||||||
"variant": "Workstation"
|
"variant": "Workstation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue