From fe61724e8e0f016cad2490908c9eab9c51e217c3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 Oct 2017 17:37:38 -0700 Subject: [PATCH] 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. --- desktop.ks | 1 + desktopencrypt.ks | 1 + hdds.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop.ks b/desktop.ks index 6e639dd..d83fdb0 100644 --- a/desktop.ks +++ b/desktop.ks @@ -10,6 +10,7 @@ clearpart --all autopart rootpw --plaintext weakpassword user --name=test --password=weakpassword --plaintext +firstboot --enable poweroff %packages diff --git a/desktopencrypt.ks b/desktopencrypt.ks index af3b5d4..e3588e7 100644 --- a/desktopencrypt.ks +++ b/desktopencrypt.ks @@ -10,6 +10,7 @@ clearpart --all autopart --encrypted --passphrase=weakpassword rootpw --plaintext weakpassword user --name=test --password=weakpassword --plaintext +firstboot --enable poweroff %packages diff --git a/hdds.json b/hdds.json index e360eb6..0c16ef3 100644 --- a/hdds.json +++ b/hdds.json @@ -140,7 +140,7 @@ "branched": ["x86_64"] }, "size" : "20", - "imgver": "3", + "imgver": "4", "variant": "Workstation" }, {