1
0
Fork 0

Finished c9s port of KDE live

- smoke test, appears to work well
- added README
This commit is contained in:
Skip Grube 2023-07-01 23:47:26 -04:00
parent 110cd6b267
commit ad700e78b5
4 changed files with 25 additions and 4 deletions

View File

@ -35,8 +35,8 @@ zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
part / --fstype="ext4" --size=5120
part / --size=7300
part / --fstype="ext4" --size=11000
part / --size=11000
%post
# FIXME: it'd be better to get this installed from a package

View File

@ -0,0 +1,21 @@
# Experimental c9s "port" of Rocky Live images
# Command to launch the c9s kde iso build
# (Anywhere you see "PLACE" needs a customized directory)
# Requires livemedia-creator + qemu-kvm (with efi support)
livemedia-creator \
--ks /PLACE_KS/kickstarts/live/9/x86_64/centos-stream/CentOS-Stream-KDE.ks \
--iso /PLACE_C9S_BOOT_ISO/CentosStream9-x86_64.iso \
--resultdir /PLACE/output \
--make-iso \
--iso-only \
--project="CentOS Stream 9 KDE Workstation" \
--volid CentOS-Workstation-9 \
--iso-name CentOS-Stream-9-KDE-Workstation-x86_64.iso \
--releasever=9 \
--nomacboot \
--vnc="vnc=127.0.0.1:1" \
--ram 4096 --vcpus 2 \
--virt-uefi

View File

@ -12,7 +12,7 @@ firewall --enabled --service=mdns
xconfig --startxonboot
zerombr
clearpart --all
part / --size 5120 --fstype ext4
part / --size 11000 --fstype ext4
services --enabled=NetworkManager,ModemManager --disabled=sshd
network --bootproto=dhcp --device=link --activate
rootpw --lock --iscrypted locked

View File

@ -3,7 +3,7 @@
%include centos-stream-live-kde-base.ks
# DVD
part / --size=7300
part / --size=11000
%post
%end