From b05fc8152a4ca6d5223745f4e9087b5194067f7e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 12 Jul 2022 18:13:36 -0700 Subject: [PATCH] Make the user a member of wheel in the desktop kickstarts This more closely matches our usual installs, and fixes a problem in the (under-review) GNOME Software tests. Signed-off-by: Adam Williamson --- desktop.ks | 2 +- desktopencrypt-aarch64.ks | 2 +- desktopencrypt.ks | 2 +- kde.ks | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop.ks b/desktop.ks index 19e465e..b2aaae8 100644 --- a/desktop.ks +++ b/desktop.ks @@ -8,7 +8,7 @@ timezone --utc America/New_York clearpart --all autopart rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups wheel firstboot --enable poweroff diff --git a/desktopencrypt-aarch64.ks b/desktopencrypt-aarch64.ks index c08c20b..9f7888c 100644 --- a/desktopencrypt-aarch64.ks +++ b/desktopencrypt-aarch64.ks @@ -8,7 +8,7 @@ timezone --utc America/New_York clearpart --all autopart --encrypted --passphrase=weakpassword rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups wheel firstboot --enable poweroff diff --git a/desktopencrypt.ks b/desktopencrypt.ks index 5c43210..06926a6 100644 --- a/desktopencrypt.ks +++ b/desktopencrypt.ks @@ -8,7 +8,7 @@ timezone --utc America/New_York clearpart --all autopart --encrypted --passphrase=weakpassword rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups wheel firstboot --enable poweroff diff --git a/kde.ks b/kde.ks index 91c55f2..f8842dc 100644 --- a/kde.ks +++ b/kde.ks @@ -12,7 +12,7 @@ timezone --utc America/New_York clearpart --all autopart rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups wheel poweroff %packages