freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
612 stars 188 forks source link

install of xdev fails if run in a jail #7

Closed teverett closed 11 years ago

teverett commented 11 years ago

cd /usr/armv6-freebsd/usr/bin; for i in *; do ln -sf ../..//usr/armv6-freebsd/usr/bin/$i ../../../../usr/bin/armv6-freebsd-$i; ln -sf ../..//usr/armv6-freebsd/usr/bin/$i ../../../../usr/bin/armv6-freebsd9.1-$i; done ln: ../../../../usr/bin/armv6-freebsd-CC: Read-only file system

kientzle commented 11 years ago

Please report this to the FreeBSD bug tracker.