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 / 30atomic next >
Encoding:
Text File  |  2007-04-12  |  403 b   |  27 lines

  1. partman-auto/text/atomic_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 10000 1000000 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.