~ubuntu-branches/ubuntu/utopic/partman-auto/utopic

« back to all changes in this revision

Viewing changes to recipes-armhf-efikasb/atomic

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-04-12 00:27:17 UTC
  • mfrom: (0.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120412002717-9xsheshm4a5p4y0d
Tags: 101ubuntu2
Temporarily back out changes to recipes/atomic and recipes/home from
partman-auto 94.  These can be restored after precise when we have more
time to test them.

Show diffs side-by-side

added added

removed removed

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