From c8143a7def5775c657c3b2903a6969f9854c273c Mon Sep 17 00:00:00 2001 From: BobR-grayeul Date: Fri, 26 Apr 2024 07:35:13 -0500 Subject: [PATCH] Fix typo, and change user/password --- rocky8kde-test.ks | 8 +++++--- rocky9kde-test.ks | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/rocky8kde-test.ks b/rocky8kde-test.ks index 3e79652..427c864 100644 --- a/rocky8kde-test.ks +++ b/rocky8kde-test.ks @@ -3,7 +3,7 @@ # To boot, you should be able to boot off of a 'boot' ISO, # or any other installable Rocky ISO. # After DVD boot, modify kernel line to add pointer to ks hosted via http, e.g.: -# inst.noverifyssl inst.ks=http://1.2.3.4/rockykde-test.ks +# inst.noverifyssl inst.ks=http://1.2.3.4/rocky8kde-test.ks # %pre # This can be changed to specify installing from a different repo/version ref @@ -12,6 +12,8 @@ INST_VERS=stg/rocky/8.10-BETA MAJOR_VERS=8 +# The URL and repo options are written to a ksi file for later inclusion in main kickstart +# This is done in order to more easily utilize the variables above echo "url --url https://dl.rockylinux.org/$INST_VERS/BaseOS/\$basearch/os/" > /tmp/installVersInfo.ksi echo "repo --name='BaseOS' --baseurl=http://dl.rockylinux.org/$INST_VERS/BaseOS/\$basearch/os/ --cost=200" >> /tmp/installVersInfo.ksi echo "repo --name='AppStream' --baseurl=http://dl.rockylinux.org/$INST_VERS/AppStream/\$basearch/os/ --cost=200" >> /tmp/installVersInfo.ksi @@ -29,7 +31,7 @@ keyboard 'us' # Root password rootpw --iscrypted --lock locked # Establish a test user that can login initially with defined password here: -user --name=tester --groups=wheel,systemd-journal --password=changeMe! +user --name=rocky --groups=wheel,systemd-journal --password=rockylinux # System language lang en_US.UTF-8 # Shutdown after installation @@ -61,7 +63,7 @@ part / --grow --ondisk=/dev/sda %packages -# Package list from Rocky-8-KDI +# Package list from Rocky-8-KDE @^kde-desktop-environment @anaconda-tools @base-x diff --git a/rocky9kde-test.ks b/rocky9kde-test.ks index a6ce804..95bb299 100644 --- a/rocky9kde-test.ks +++ b/rocky9kde-test.ks @@ -3,7 +3,7 @@ # To boot, you should be able to boot off of a 'boot' ISO, # or any other installable Rocky ISO. # After DVD boot, modify kernel line to add pointer to ks hosted via http, e.g.: -# inst.noverifyssl inst.ks=http://1.2.3.4/rockykde-test.ks +# inst.noverifyssl inst.ks=http://1.2.3.4/rocky9kde-test.ks # %pre # This can be changed to specify installing from a different repo/version ref @@ -12,6 +12,8 @@ INST_VERS=pub/rocky/9.3 MAJOR_VERS=9 +# The URL and repo options are written to a ksi file for later inclusion in main kickstart +# This is done in order to more easily utilize the variables above echo "url --url https://dl.rockylinux.org/$INST_VERS/BaseOS/\$basearch/os/" > /tmp/installVersInfo.ksi echo "repo --name='BaseOS' --baseurl=http://dl.rockylinux.org/$INST_VERS/BaseOS/\$basearch/os/ --cost=200" >> /tmp/installVersInfo.ksi echo "repo --name='AppStream' --baseurl=http://dl.rockylinux.org/$INST_VERS/AppStream/\$basearch/os/ --cost=200" >> /tmp/installVersInfo.ksi @@ -29,7 +31,7 @@ keyboard 'us' # Root password rootpw --iscrypted --lock locked # Establish a test user that can login initially with defined password here: -user --name=tester --groups=wheel,systemd-journal --password=changeMe! +user --name=rocky --groups=wheel,systemd-journal --password=rockylinux # System language lang en_US.UTF-8 # Shutdown after installation @@ -61,7 +63,7 @@ part / --grow --ondisk=/dev/sda %packages -# Package list from Rocky-8-KDI +# Package list from Rocky-8-KDE @^kde-desktop-environment @anaconda-tools @base-x