home *** CD-ROM | disk | FTP | other *** search
- #-----------------------------------------
- # Whether links to the mount point shall be
- # created (1) or not (0)
-
- SHOW_LINKS = 1
-
-
- #-----------------------------------------
- # Where these links should be placed.
- # <<HOME>> represents the user's home folder.
-
- LINKS_LOCATION = <<HOME>>/Desktop/
-
-
- #-----------------------------------------
- # Where to mount the partitions,
- # <<DEVICE>> represents the device,
- # <<ALIAS>> represents its alias (as defined in the alias file).
- # If you use <<ALIAS>> here, make absolutely sure you have an alias
- # defined for each of your partitions!!!
-
- MOUNT_POINT = /media/<<DEVICE>>
-
-