You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
816 B

  1. # This specifies which mounts from your fstab should be mounted before
  2. # switching to the real root. If this file is missing, genkernel's code will
  3. # default to just "/usr", which will suffice on most systems with a seperate
  4. # /usr mount.
  5. #
  6. # If you have a complex configuration with a bindmount or symlink at /usr, or
  7. # need some other mountpoints at boot, you should update this file such that
  8. # /usr and anything else needed will be available after the switch into the
  9. # real root.
  10. #
  11. # The lines without comments in this file are used as exact matches against the
  12. # second column of your /etc/fstab and the device, fstype and mount options are
  13. # taken from that line in fstab. If no line matches, the line from this file
  14. # will be ignored.
  15. #
  16. /usr
  17. # If you had some need of these:
  18. #/usr/local
  19. #/opt
  20. #/var
  21. #/home