forked from roots/phyllomeos
add logging
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# What ? This kickstart ingredients allows for scripts to be executed after the installations
|
# 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
|
# set livesys session type
|
||||||
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
|
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
|
||||||
|
Reference in New Issue
Block a user