~kobe24-lixiang/ubiquity-ubuntukylin/trunk

« back to all changes in this revision

Viewing changes to d-i/source/partman-auto/recipes-mips-sb1-bcm91250a/atomic

  • Committer: kobe
  • Date: 2014-08-22 06:37:21 UTC
  • Revision ID: xiangli@ubuntukylin.com-20140822063721-p145o500i2y7o48h
first version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-auto/text/atomic_scheme ::
 
2
 
 
3
8 8 10 fat16
 
4
        $primary{ }
 
5
        method{ sibyl } .
 
6
 
 
7
50 500 100 ext2
 
8
        $primary{ }
 
9
        $bootable{ }
 
10
        method{ format }
 
11
        format{ }
 
12
        use_filesystem{ }
 
13
        filesystem{ ext2 }
 
14
        mountpoint{ /boot } .
 
15
 
 
16
500 10000 -1 $default_filesystem
 
17
        $primary{ }
 
18
        method{ format }
 
19
        format{ }
 
20
        use_filesystem{ }
 
21
        $default_filesystem{ }
 
22
        mountpoint{ / } .
 
23
 
 
24
96 512 512 linux-swap
 
25
        method{ swap }
 
26
        format{ } .