home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / linuxmint / mintDisk / options < prev   
Encoding:
Text File  |  2007-02-15  |  624 b   |  24 lines

  1. #-----------------------------------------
  2. # Whether links to the mount point shall be 
  3. # created (1) or not (0)
  4.  
  5.  SHOW_LINKS = 1
  6.  
  7.  
  8. #-----------------------------------------
  9. # Where these links should be placed. 
  10. # <<HOME>> represents the user's home folder.
  11.  
  12.  LINKS_LOCATION = <<HOME>>/Desktop/
  13.  
  14.  
  15. #-----------------------------------------
  16. # Where to mount the partitions, 
  17. # <<DEVICE>> represents the device, 
  18. # <<ALIAS>> represents its alias (as defined in the alias file). 
  19. # If you use <<ALIAS>> here, make absolutely sure you have an alias
  20. # defined for each of your partitions!!! 
  21.  
  22.  MOUNT_POINT = /media/<<DEVICE>>
  23.  
  24.