~elementary-os/ubuntu-package-imports/ubiquity-bionic

« back to all changes in this revision

Viewing changes to d-i/source/partman-auto/recipes-armel-kirkwood/home

  • Committer: RabbitBot
  • Date: 2018-02-05 14:44:42 UTC
  • Revision ID: rabbitbot@elementary.io-20180205144442-vt0fvth7zus90wjh
Initial import, version 17.10.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-auto/text/home_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
1500 6000 20000 $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{ } .
 
26
 
 
27
1000 10000 -1 $default_filesystem
 
28
        $lvmok{ }
 
29
        method{ format }
 
30
        format{ }
 
31
        use_filesystem{ }
 
32
        $default_filesystem{ }
 
33
        mountpoint{ /home } .
 
34