From e0580dad109515b27c51d621f90a470ba4988cbb Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: May 18 2021 13:56:28 +0000 Subject: Changing the kickstart repo --- diff --git a/modules/ROOT/pages/kickstart.adoc b/modules/ROOT/pages/kickstart.adoc index 4fb670c..2e919f4 100644 --- a/modules/ROOT/pages/kickstart.adoc +++ b/modules/ROOT/pages/kickstart.adoc @@ -28,13 +28,16 @@ Coming soon! Complete the following steps to build a local ISO of the Fedora i3 Spin. Install dependencies:: -`sudo dnf install -y lorax` +`sudo dnf install -y lorax pykickstart` Clone Spin repository:: -`git clone https://pagure.io/i3-sig/Fedora-i3-Spin.git` +`git clone https://pagure.io/fedora-kickstarts.git` + +Flatten the kickstart:: +`sudo ksflatten -c fedora-live-i3.ks -o flatten-i3.ks` Build ISO using Lorax:: -`sudo livemedia-creator --make-iso --ks flat-i3.ks --no-virt --iso-only --iso-name fedora-i3-live-x86_64.iso --releasever 33` +`sudo livemedia-creator --make-iso --ks flat-i3.ks --no-virt --iso-only --iso-name fedora-i3-live-x86_64.iso --releasever 34` Create a QEMU virtual machine with the new ISO:: `qemu-kvm -m 2048 -vga qxl -cdrom fedora-i3-live-x86_64.iso` @@ -63,6 +66,10 @@ sudo livecd-creator --verbose --config=flat-i3.ks --fslabel=Fedora-i3-live --rel [[changelog]] == Changelog +== 2021-05-18 + +Added the official kickstart repo. + === 2020-11-05 Added first steps on building the ISO locally,