add logging

This commit is contained in:
luz 2025-05-04 11:05:42 -05:00
parent 0960fa842d
commit 5a31e12e8c

View File

@ -7,7 +7,7 @@
# What ? This kickstart ingredients allows for scripts to be executed after the installations
%post
%post --log=/mnt/sysimage/root/post-live-session.log # Beginning of the post-installation section. Add logging.
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys