From f4a14b2c4f8170c896efa839a039b42fa9826f16 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 19 Aug 2021 19:40:50 +0200 Subject: [PATCH] improve comments --- leaves/ldhamd.cfg | 9 ++++----- leaves/ldhimd.cfg | 8 ++++---- leaves/ldmd.cfg | 4 ++-- leaves/lmd.cfg | 4 ++-- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/leaves/ldhamd.cfg b/leaves/ldhamd.cfg index 816108b..dc390c2 100644 --- a/leaves/ldhamd.cfg +++ b/leaves/ldhamd.cfg @@ -26,11 +26,11 @@ %include bhmd.cfg # A base hypervisor %include bhamd.cfg # Specific virtualization configuration for AMD (tm) CPUs -%packages --exclude-weakdeps +%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. -virt-manager +virt-manager # Install virt-manager, the graphical front-end for QEMU/KVM -%end +%end # End of the packages section %post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment @@ -38,5 +38,4 @@ usermod -a -G libvirt liveuser # Make user "liveuser" part of the existing libvi chown liveuser:liveuser /var/lib/libvirt/iso # Make the user "liveuser" the owner of this directory chown liveuser:liveuser /var/lib/libvirt/images # Make the user "test" the owner of this directory -%end - +%end # End of the %post section diff --git a/leaves/ldhimd.cfg b/leaves/ldhimd.cfg index fbb6ed9..9f27fc2 100644 --- a/leaves/ldhimd.cfg +++ b/leaves/ldhimd.cfg @@ -26,11 +26,11 @@ %include bhmd.cfg # A base hypervisor %include bhimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) graphic cards -%packages --exclude-weakdeps +%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. -virt-manager +virt-manager # Install virt-manager, the graphical front-end for QEMU/KVM -%end +%end # End of the packages section %post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment @@ -38,4 +38,4 @@ usermod -a -G libvirt liveuser # Make user "liveuser" part of the existing libvi chown liveuser:liveuser /var/lib/libvirt/iso # Make the user "liveuser" the owner of this directory chown liveuser:liveuser /var/lib/libvirt/images # Make the user "test" the owner of this directory -%end +%end # End of the %post section \ No newline at end of file diff --git a/leaves/ldmd.cfg b/leaves/ldmd.cfg index 039bd93..f615cea 100644 --- a/leaves/ldmd.cfg +++ b/leaves/ldmd.cfg @@ -34,7 +34,7 @@ %include blmd.cfg # A base for a minimal live machine %include bdmd.cfg # A base for a desktop environment -%post +%post # Beginning of %post section. The following commands are executed inside a chroot environment cat >> /etc/rc.d/init.d/livesys << EOF @@ -117,4 +117,4 @@ restorecon -R /home/liveuser/ EOF -%end \ No newline at end of file +%end # End of the %post section \ No newline at end of file diff --git a/leaves/lmd.cfg b/leaves/lmd.cfg index fa75b50..1601157 100644 --- a/leaves/lmd.cfg +++ b/leaves/lmd.cfg @@ -23,7 +23,7 @@ %end # End of the packages section -%post +%post # Beginning of %post section. The following commands are executed inside a chroot environment cat >> /etc/rc.d/init.d/livesys << EOF @@ -106,4 +106,4 @@ restorecon -R /home/liveuser/ EOF -%end \ No newline at end of file +%end # End of the %post section \ No newline at end of file