Advertisement
Guest User

Untitled

a guest
Oct 8th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # fstab: 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 none rw,bind 0 0
  7. /sys /sys none rw,bind 0 0
  8. /dev /dev none rw,bind 0 0
  9. /dev/pts /dev/pts none rw,bind 0 0
  10. /home /home none rw,bind 0 0
  11. /tmp /tmp none rw,bind 0 0
  12. /run/lirc /run/lirc none rw,bind 0 0
  13. /run/dbus /run/dbus none rw,bind 0 0
  14. /storage /storage none rw,bind 0 0
  15.  
  16. # It may be desirable to have access to /run, especially if you wish
  17. # to run additional services in the chroot. However, note that this
  18. # may potentially cause undesirable behaviour on upgrades, such as
  19. # killing services on the host.
  20. #/run /run none rw,bind 0 0
  21. #/run/lock /run/lock none rw,bind 0 0
  22. #/dev/shm /dev/shm none rw,bind 0 0
  23. #/run/shm /run/shm none rw,bind 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement