diff options
author | Eric Hameleers <alien@slackware.com> | 2020-05-12 11:35:58 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-12 11:35:58 +0200 |
commit | 6c7bce360c7fd5e55cea3205c0dcc2c829ed3cb4 (patch) | |
tree | 08bb9b5da21fd9aa6407685c348369169c33dd44 | |
parent | f6c2241134a344417212a4f40e43b336b369be73 (diff) | |
download | liveslak-6c7bce360c7fd5e55cea3205c0dcc2c829ed3cb4.tar.gz liveslak-6c7bce360c7fd5e55cea3205c0dcc2c829ed3cb4.tar.xz |
liveinit: give .Xresources file the correct ownership
Diffstat (limited to '')
-rw-r--r-- | liveinit.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveinit.tpl b/liveinit.tpl index 223927e..b8d40c3 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -1274,6 +1274,7 @@ Xft.lcdfilter: lcddefault Xft.rgba: rgb Xft.autohint: 0 EOT + chown --reference=/mnt/overlay/home/${LIVEUID} /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 |