From d41455cd2d4138de3c42ed937067211574c6f3cb Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 28 Dec 2020 14:19:57 +0100 Subject: liveinit: fix a chown command --- liveinit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveinit.tpl b/liveinit.tpl index a0a767a..f3c7d0a 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -1301,7 +1301,7 @@ Xft.lcdfilter: lcddefault Xft.rgba: rgb Xft.autohint: 0 EOT - chown ${LIVEUID}:users /mnt/overlay/home/${LIVEUID}/.Xresources + chroot /mnt/overlay/ chown ${LIVEUID}:users /home/${LIVEUID}/.Xresources elif [ -f /mnt/overlay/etc/profile.d/freetype.sh ]; then # Explicitly configure the non-default old v35 interpreter in freetype: cat <> /mnt/overlay/etc/profile.d/freetype.sh -- cgit v1.2.3