source: trunk/debathena/scripts/build-server/mount-defaults.patch @ 25444

Revision 25444, 324 bytes checked in by geofft, 12 years ago (diff)
make-chroot: Actually, we do want /home bind-mounted
RevLine 
[22983]1--- /etc/schroot/mount-defaults.orig    2008-05-28 19:53:28.000000000 -0400
2+++ /etc/schroot/mount-defaults 2008-05-28 19:53:54.000000000 -0400
3@@ -6,5 +6,6 @@
4 proc           /proc           proc    defaults        0       0
5 /dev/pts       /dev/pts        none    rw,bind         0       0
6 tmpfs          /dev/shm        tmpfs   defaults        0       0
7 /tmp           /tmp            none    rw,bind         0       0
8+/afs           /afs            none    rw,bind         0       0
Note: See TracBrowser for help on using the repository browser.