Manually setting owner of /etc/skel to root.
This commit is contained in:
parent
c977712868
commit
61ffd3e944
|
@ -100,6 +100,10 @@ then
|
||||||
chown -R --quiet 999:999 chroot/home/${LH_USERNAME}
|
chown -R --quiet 999:999 chroot/home/${LH_USERNAME}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Setting ownership for /etc/skel - this is where people often include stuff
|
||||||
|
# through local includes.
|
||||||
|
chown -R --quiet 0:0 chroot/home/etc/skel
|
||||||
|
|
||||||
# This is a temporary hack to get rid of fstab;
|
# This is a temporary hack to get rid of fstab;
|
||||||
# needs cleanup in live-initramfs first to proper fix.
|
# needs cleanup in live-initramfs first to proper fix.
|
||||||
if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
|
if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
|
||||||
|
|
Loading…
Reference in New Issue