add logging in post section

This commit is contained in:
2021-08-19 20:31:42 +02:00
parent 1762cd6e6b
commit 682dd7b8e9
12 changed files with 13 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 # Beginning of %post section. The following commands are executed inside a chroot environment
%post --log=/root/ks-post.log # Beginning of %post section. The following commands are executed inside a chroot environment. Add logging
cat >> /etc/rc.d/init.d/livesys << EOF