reboot kexec, correct paths

shorten log file name
This commit is contained in:
2021-08-19 22:18:23 +02:00
parent bd3e3ece53
commit b712d96fc8
13 changed files with 19 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ gnome-initial-setup # Add GNOME initial setup too to let user create local accou
%end # End of the packages section
%post --nochroot --log=/mnt/sysimage/root/dhmd-post.log # Beginning of %post section. Those commands are executed outside the chroot environment. Add logging.
%post --nochroot --log=/mnt/sysimage/root/dhmd.log # Beginning of %post section. Those commands are executed outside the chroot environment. Add logging.
# Create a file to autostart virt-manager
cat > /mnt/sysimage/etc/xdg/autostart/virt-manager.desktop << EOF