From 81ee59ce313cf6fac0ba2b7d16bda458b5f0a945 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 19 Aug 2021 19:38:42 +0200 Subject: [PATCH] improve comments correct reference add gnome-initial-setup --- leaves/bhmd.cfg | 4 ++-- leaves/blmd.cfg | 2 +- leaves/bnd.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/leaves/bhmd.cfg b/leaves/bhmd.cfg index 238c08c..ba54bc5 100644 --- a/leaves/bhmd.cfg +++ b/leaves/bhmd.cfg @@ -8,7 +8,7 @@ # 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. -%packages --exclude-weakdeps +%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. qemu-kvm libvirt @@ -20,7 +20,7 @@ libguestfs-tools python3-libguestfs 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 diff --git a/leaves/blmd.cfg b/leaves/blmd.cfg index 4c328b2..95940f5 100644 --- a/leaves/blmd.cfg +++ b/leaves/blmd.cfg @@ -370,7 +370,7 @@ rm -f /boot/*-rescue* rm -f /etc/machine-id touch /etc/machine-id -%end +%end # End of the %post section %post --nochroot # For livecd-creator builds only (lorax/livemedia-creator handles this directly) diff --git a/leaves/bnd.cfg b/leaves/bnd.cfg index 6fbff37..07dc5d5 100644 --- a/leaves/bnd.cfg +++ b/leaves/bnd.cfg @@ -93,4 +93,4 @@ rm -f /var/lib/systemd/random-seed rm -f /etc/machine-id touch /etc/machine-id -%end +%end # End of the %post section \ No newline at end of file