diff options
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index 751216476..128d6b849 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -246,11 +246,6 @@ case "${LB_INITRAMFS}" in ;; esac -if [ -d chroot/home/${LB_USERNAME} ] && [ "${ID}" ] -then - chown -R --quiet ${ID}:${ID} chroot/home/${LB_USERNAME} -fi - if [ "${LB_DEBIAN_INSTALLER}" = "live" ] then # This is a temporary hack to get rid of fstab; |