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