diff options
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index e419576a5..bbf02f930 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -104,11 +104,6 @@ case "${LB_INITRAMFS_COMPRESSION}" in ;; esac -if [ -n "${LB_ROOT_COMMAND}" ] -then - ${LB_ROOT_COMMAND} chown -R --quiet $(whoami):$(whoami) chroot -fi - case "${LB_INITRAMFS}" in casper) ID="999" |