Am 21.12.2013 09:53, schrieb Bernhard Voelker:
On 12/21/2013 12:22 AM, Andreas Schwab wrote:
Bernhard Voelker <mail@bernhard-voelker.de> writes:
Inside the chroot environment during "osc build", the /etc/mtab contains
/etc/mtab is just a link to /proc/self/mounts.
I'm not sure for server builds, but for a local build it's not:
$ ls -l /var/tmp/build-root/etc/mtab -rw-r--r-- 1 root root 3091 Dec 2 00:05 /var/tmp/build-root/etc/mtab
Interestingly enough the build package has several code paths to create /etc/mtab. What happens most likely is cp /proc/mounts $BUILD_ROOT/etc/mtab chmod 644 $BUILD_ROOT/etc/mtab So no symlinks, but still derived from your external mounts. The server builds happen within kvm, so there is no user 1000 and similiar problems of course. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org