diff options
author | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:55:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-02-26 19:55:28 +0100 |
commit | 7809c0ef964d22a8622c51d6cdf846b443099d19 (patch) | |
tree | 310e9e850561627d07a27cefa09f28d1f3d5a001 /scripts/build/lb_chroot_hacks | |
parent | ea22359fa6b691c15243963619b4f0f5a0355ac0 (diff) | |
download | vyos-live-build-7809c0ef964d22a8622c51d6cdf846b443099d19.tar.gz vyos-live-build-7809c0ef964d22a8622c51d6cdf846b443099d19.zip |
Removing --username cruft, live-config bootparameters should be used via --bootappend-live.
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; |