From 1d56725e179e2caa501b95c37d3319d234e3ccc7 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 27 May 2023 15:33:09 +0200 Subject: [PATCH] simplify quirks --- ingredients/base-live-desktop-quirks.cfg | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/ingredients/base-live-desktop-quirks.cfg b/ingredients/base-live-desktop-quirks.cfg index 76fa998..5047b40 100644 --- a/ingredients/base-live-desktop-quirks.cfg +++ b/ingredients/base-live-desktop-quirks.cfg @@ -5,21 +5,8 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -%post --log=/opt/live-desktop-quirks.log # Beginning of %post section. The following commands are executed inside a chroot environment. Add logging +part / --fstype="ext4" --size=5120 -cat >> /etc/rc.d/init.d/livesys << EOF +# %post --log=/opt/live-desktop-quirks.log # Beginning of %post section. The following commands are executed inside a chroot environment. Add logging -# set up auto-login -cat > /etc/gdm/custom.conf << FOE -[daemon] -AutomaticLoginEnable=True -AutomaticLogin=liveuser -FOE - -# Make sure to set the right permissions and selinux contexts -chown -R liveuser:liveuser /home/liveuser/ -restorecon -R /home/liveuser/ - -EOF - -%end # End of the %post section \ No newline at end of file +# %end # End of the %post section \ No newline at end of file