From 0b8aa1572c32541e64f0810e02d58394b424a060 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sun, 4 Aug 2024 16:22:25 -0700 Subject: [PATCH] add test user to wheel group --- desktop-8.ks | 2 +- desktop.ks | 2 +- desktopencrypt-8.ks | 2 +- desktopencrypt-aarch64.ks | 2 +- desktopencrypt.ks | 2 +- server-8.ks | 2 +- server.ks | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop-8.ks b/desktop-8.ks index 4c04e55..cef18f1 100644 --- a/desktop-8.ks +++ b/desktop-8.ks @@ -7,7 +7,7 @@ timezone --utc America/New_York clearpart --all autopart rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --group=wheel firstboot --enable poweroff text diff --git a/desktop.ks b/desktop.ks index e91b257..e8e7a93 100644 --- a/desktop.ks +++ b/desktop.ks @@ -7,7 +7,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 text diff --git a/desktopencrypt-8.ks b/desktopencrypt-8.ks index 695f9e5..cccb6d2 100644 --- a/desktopencrypt-8.ks +++ b/desktopencrypt-8.ks @@ -7,7 +7,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 text diff --git a/desktopencrypt-aarch64.ks b/desktopencrypt-aarch64.ks index 1489c19..0f67951 100644 --- a/desktopencrypt-aarch64.ks +++ b/desktopencrypt-aarch64.ks @@ -7,7 +7,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 text diff --git a/desktopencrypt.ks b/desktopencrypt.ks index a32d49a..403121b 100644 --- a/desktopencrypt.ks +++ b/desktopencrypt.ks @@ -7,7 +7,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 text diff --git a/server-8.ks b/server-8.ks index 94ce04c..dc1a2a2 100644 --- a/server-8.ks +++ b/server-8.ks @@ -7,7 +7,7 @@ timezone --utc America/New_York clearpart --all autopart rootpw weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups=wheel poweroff text diff --git a/server.ks b/server.ks index 4bd9c31..ce5a015 100644 --- a/server.ks +++ b/server.ks @@ -7,7 +7,7 @@ timezone --utc America/New_York clearpart --all autopart rootpw weakpassword -user --name=test --password=weakpassword --plaintext +user --name=test --password=weakpassword --plaintext --groups=wheel poweroff text