source:
ogLive-Builder-Git/mount-defaults
@
1ef837e
Last change on this file since 1ef837e was f002c56, checked in by , 8 months ago | |
---|---|
|
|
File size: 679 bytes |
Rev | Line | |
---|---|---|
[f002c56] | 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> | |
6 | proc /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.