From 7d524ffb988b88124ce62e14d3e29d9fa84d1ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 7 Oct 2020 10:52:47 +0200 Subject: [PATCH] Remove unneeded sedding. --- live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot | 2 -- 1 file changed, 2 deletions(-) diff --git a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot index bb4f961a..c3e1d859 100644 --- a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot +++ b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot @@ -11,8 +11,6 @@ if [ "$IMAGEFORMAT" == "none"]; then touch /var/log/syslog chown syslog:adm /var/log/syslog - sed -i "s|#WaylandEnable=false|#WaylandEnable=false\nInitialSetupEnable=false|" "/etc/gdm3/custom.conf" - # Create the oem user account /usr/sbin/useradd -d /home/oem -m -N -u 29999 oem