Revision 22983,
391 bytes
checked in by ghudson, 16 years ago
(diff) |
schroot no longer hardcodes its mounts in setup.d/10mounts; they are
configured in mount-defaults. Replace 10mounts.patch with
mount-defaults.patch in the build server scripts directory.
|
Rev | Line | |
---|
[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 | -/home /home none rw,bind 0 0 |
---|
| 8 | +#/home /home none rw,bind 0 0 |
---|
| 9 | /tmp /tmp none rw,bind 0 0 |
---|
| 10 | +/afs /afs none rw,bind 0 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.