From 1d39aa6ff2003ffb6215f0e0c068a18768aaf041 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 29 Jun 2022 19:35:18 -0700 Subject: [PATCH] Fix README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4a48a7a..e7d749a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# R8 specific kickstarts +# R9 specific kickstarts This branch has Rocky Linux 8 specific kickstarts. These kickstarts vary between cloud images and live images provided in our repositories and @@ -27,27 +27,27 @@ set it up like so: % usermod -a -G mock user # As the user, setup the mock environment -% mock -r rocky-8-x86_64 --init -% mock -r rocky-8-x86_64 --install lorax-lmc-novirt vim-minimal pykickstart git +% mock -r rocky-9-x86_64 --init +% mock -r rocky-9-x86_64 --install lorax-lmc-novirt vim-minimal pykickstart git # You will need to be in permissive mode temporarily % setenforce 0 # Enter the shell -% mock -r rocky-8-x86_64 --shell --isolation=simple --enable-network +% mock -r rocky-9-x86_64 --shell --isolation=simple --enable-network # Clone the kickstarts and run an installation % git clone https://github.com/rocky-linux/kickstarts % cd kickstarts -% livemedia-creator --ks Rocky-8-Workstation.ks \ +% livemedia-creator --ks Rocky-9-Workstation.ks \ --no-virt \ --resultdir /var/lmc \ --project="Rocky Linux" \ --make-iso \ - --volid Rocky-Workstation-8 \ + --volid Rocky-Workstation-9 \ --iso-only \ - --iso-name Rocky-Workstation-8-x86_64.iso \ + --iso-name Rocky-Workstation-9-x86_64.iso \ --releasever=8 \ --nomacboot # This option is important to set, mkfs.hfsplus is not available ``` With the example above, all of the results will appear in -`/var/lib/mock/rocky-8-x86_64/root/var/lmc`. +`/var/lib/mock/rocky-9-x86_64/root/var/lmc`.