forked from sig_core/kickstarts
Finished c9s port of KDE live
- smoke test, appears to work well - added README
This commit is contained in:
parent
110cd6b267
commit
ad700e78b5
@ -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
|
||||
|
21
live/9/x86_64/centos-stream/README
Normal file
21
live/9/x86_64/centos-stream/README
Normal 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
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
%include centos-stream-live-kde-base.ks
|
||||
|
||||
# DVD
|
||||
part / --size=7300
|
||||
part / --size=11000
|
||||
|
||||
%post
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user