~cyphermox/partman-auto/merge-125ubuntu1

« back to all changes in this revision

Viewing changes to recipes-ppc64el/atomic

  • Committer: Aurelien Jarno
  • Date: 2014-08-27 07:53:58 UTC
  • mto: (408.4.1)
  • mto: This revision was merged to the branch mainline in revision 669.
  • Revision ID: git-v1:2cd3c15a2c4fa67ddb32237d6bfcbde652dc402d
Add ppc64el recipes (closes: #752418).

Show diffs side-by-side

added added

removed removed

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