From cd5069485700d7a7406be13d71c7d92d076f8da2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 16 Jun 2020 19:40:35 +0200 Subject: liveinit: the chown in busybox does not understand '--reference' --- liveinit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveinit.tpl b/liveinit.tpl index b8d40c3..2251553 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -1274,7 +1274,7 @@ Xft.lcdfilter: lcddefault Xft.rgba: rgb Xft.autohint: 0 EOT - chown --reference=/mnt/overlay/home/${LIVEUID} /mnt/overlay/home/${LIVEUID}/.Xresources + chown ${LIVEUID}:users /mnt/overlay/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