improve comments
correct reference add gnome-initial-setup
This commit is contained in:
parent
bc114380c6
commit
81ee59ce31
@ -8,7 +8,7 @@
|
|||||||
# What ? This kickstart file provides the base configuration for a hypervisor.
|
# What ? This kickstart file provides the base configuration for a hypervisor.
|
||||||
# 'b' for basic building block, 'h' for hypervisor', 'm' for minimal, 'd' for development only.
|
# 'b' for basic building block, 'h' for hypervisor', 'm' for minimal, 'd' for development only.
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
|
||||||
|
|
||||||
qemu-kvm
|
qemu-kvm
|
||||||
libvirt
|
libvirt
|
||||||
@ -20,7 +20,7 @@ libguestfs-tools
|
|||||||
python3-libguestfs
|
python3-libguestfs
|
||||||
guestfs-tools # Complementary tools useful for interacting with vith guest systems
|
guestfs-tools # Complementary tools useful for interacting with vith guest systems
|
||||||
|
|
||||||
%end
|
%end # End of the packages section
|
||||||
|
|
||||||
%post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment
|
%post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment
|
||||||
|
|
||||||
|
@ -370,7 +370,7 @@ rm -f /boot/*-rescue*
|
|||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
touch /etc/machine-id
|
||||||
|
|
||||||
%end
|
%end # End of the %post section
|
||||||
|
|
||||||
%post --nochroot
|
%post --nochroot
|
||||||
# For livecd-creator builds only (lorax/livemedia-creator handles this directly)
|
# For livecd-creator builds only (lorax/livemedia-creator handles this directly)
|
||||||
|
@ -93,4 +93,4 @@ rm -f /var/lib/systemd/random-seed
|
|||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
touch /etc/machine-id
|
||||||
|
|
||||||
%end
|
%end # End of the %post section
|
Loading…
x
Reference in New Issue
Block a user