diff options
author | Eric Hameleers <alien@slackware.com> | 2020-06-16 19:40:35 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-16 19:40:35 +0200 |
commit | cd5069485700d7a7406be13d71c7d92d076f8da2 (patch) | |
tree | 631930f185c7aced6306fdcbb716e8e906227122 /liveinit.tpl | |
parent | a9e3ab63f605abf56f180b941385dd654c3499f5 (diff) | |
download | liveslak-cd5069485700d7a7406be13d71c7d92d076f8da2.tar.gz liveslak-cd5069485700d7a7406be13d71c7d92d076f8da2.tar.xz |
liveinit: the chown in busybox does not understand '--reference'
Diffstat (limited to 'liveinit.tpl')
-rw-r--r-- | liveinit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOT >> /mnt/overlay/etc/profile.d/freetype.sh |