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

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