Comment 20 for bug 65003

Revision history for this message
Steven McCoy (dsbunny) wrote : Re: ltsp-build-client needs to handle proxy settings for apt in the chroot

Oh lame, I added "set -x" to debootstrap and found the problem:

+ [ = true ]
+ rm -rf /opt/ltsp/i386/debootstrap
rm: cannot remove directory `/opt/ltsp/i386/debootstrap': Directory not empty
+ exit_function

Adding --keep-debootstrap-dir to the debootstrap line caused it to work on nfs. Now why is rm being so strange?