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

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.
  • /etc/schroot/mount-defaults

    old new  
    66proc            /proc           proc    defaults        0       0 
    77/dev/pts        /dev/pts        none    rw,bind         0       0 
    88tmpfs           /dev/shm        tmpfs   defaults        0       0 
    9 /home           /home           none    rw,bind         0       0 
     9#/home          /home           none    rw,bind         0       0 
    1010/tmp            /tmp            none    rw,bind         0       0 
     11/afs            /afs            none    rw,bind         0       0 
Note: See TracBrowser for help on using the repository browser.