~happyaron/ubiquity/lp-1465530

« back to all changes in this revision

Viewing changes to debian/mythbuntu.recipe

  • Committer: Mario Limonciello
  • Date: 2008-08-08 14:22:31 UTC
  • mfrom: (2751.1.2 trunk)
  • Revision ID: supermario@portablemario-20080808142231-q6oyeaa7gvjruvse
merge with mythbuntu recipe branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-auto/text/atomic_scheme ::
 
2
 
 
3
8000 9000 12000 ext3
 
4
        $primary{ }
 
5
        method{ format }
 
6
        format{ }
 
7
        use_filesystem{ }
 
8
        filesystem{ ext3 }
 
9
        mountpoint{ / } .
 
10
 
 
11
256 512 1024 linux-swap
 
12
        method{ swap }
 
13
        format{ } .
 
14
 
 
15
100 10000 1000000000 xfs
 
16
        method{ format }
 
17
        format{ }
 
18
        use_filesystem{ }
 
19
        filesystem{ xfs }
 
20
        mountpoint{ /var/lib } .