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 / lib / partman / recipes / 50home < prev    next >
Encoding:
Text File  |  2007-04-12  |  527 b   |  36 lines

  1. partman-auto/text/home_scheme ::
  2.  
  3. 128 512 256 ext3
  4.     $defaultignore{ }
  5.     $primary{ }
  6.     $bootable{ }
  7.     method{ format }
  8.     format{ }
  9.     use_filesystem{ }
  10.     filesystem{ ext3 }
  11.     mountpoint{ /boot } .
  12.  
  13. 500 4000 7000 ext3
  14.     $lvmok{ }
  15.     $primary{ }
  16.     $bootable{ }
  17.     method{ format }
  18.     format{ }
  19.     use_filesystem{ }
  20.     filesystem{ ext3 }
  21.     mountpoint{ / } .
  22.  
  23. 96 512 300% linux-swap
  24.     $lvmok{ }
  25.     method{ swap }
  26.     format{ } .
  27.  
  28. 100 10000 1000000000 ext3
  29.     $lvmok{ }
  30.     method{ format }
  31.     format{ }
  32.     use_filesystem{ }
  33.     filesystem{ ext3 }
  34.     mountpoint{ /home } .
  35.  
  36.