bug fix: allow symlinks when coping existing files to chroot
authorTong Sun <suntong@cpan.org>
Thu, 2 Oct 2008 06:19:40 +0000 (02:19 -0400)
committerMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 12:32:13 +0000 (14:32 +0200)
symptom:

when etc/debootstrap/etc/... were symlinks:

 /bin/chroot-script: line 52: /etc/apt/sources.list: Too many levels of symbolic links

justification, quoting from mlist:

"please add '--dereference' whenever 'cp' files from host into chroot
system. I want to symlink them into /etc/debootstrap/etc/ instead of copying
them over."


No differences found