source: ogLive-Builder-Git/mount-defaults @ 866cdb4

browserbuild-browserdeps-vadimfilebeat-installerimprove-versionlgromero-testsmainno-apt-moduleoglive-ipv6pull-from-cloning-enginepybuilder
Last change on this file since 866cdb4 was f002c56, checked in by Natalia Serrano <natalia.serrano@…>, 8 months ago

refs #597 use docker to create the oglive images

  • Property mode set to 100644
File size: 679 bytes
Line 
1# mount.defaults: static file system information for chroots.
2# Note that the mount point will be prefixed by the chroot path
3# (CHROOT_PATH)
4#
5# <file system> <mount point>   <type>  <options>       <dump>  <pass>
6proc            /proc           proc    defaults        0       0
7#procbususb      /proc/bus/usb   usbfs   defaults        0       0
8#/dev            /dev            none    rw,bind         0       0
9/dev/pts        /dev/pts        none    rw,bind         0       0
10/dev/shm        /dev/shm        none    rw,bind         0       0
11#/home          /home           none    rw,bind         0       0
12/tmp            /tmp            none    rw,bind         0       0
Note: See TracBrowser for help on using the repository browser.