improve comments

This commit is contained in:
2021-08-19 19:40:50 +02:00
parent 674b578872
commit f4a14b2c4f
4 changed files with 12 additions and 13 deletions

View File

@ -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
%end # End of the %post section