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

« back to all changes in this revision

Viewing changes to d-i/source/partman-auto/recipes-i386-efi/home

  • Committer: RabbitBot
  • Date: 2018-04-02 09:44:20 UTC
  • Revision ID: rabbitbot@elementary.io-20180402094420-3ct72dt1dwysbbuq
updated to version 18.04.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
partman-auto/text/home_scheme ::
2
 
 
3
 
538 538 1075 fat32
4
 
        $iflabel{ gpt }
5
 
        $reusemethod{ }
6
 
        method{ efi }
7
 
        format{ } .
8
 
 
9
 
512 1024 768 ext4
10
 
        $defaultignore{ }
11
 
        $lvmignore{ }
12
 
        method{ format }
13
 
        format{ }
14
 
        use_filesystem{ }
15
 
        filesystem{ ext4 }
16
 
        mountpoint{ /boot } .
17
 
 
18
 
1500 6000 30000 $default_filesystem
19
 
        $lvmok{ }
20
 
        method{ format }
21
 
        format{ }
22
 
        use_filesystem{ }
23
 
        $default_filesystem{ }
24
 
        mountpoint{ / } .
25
 
 
26
 
96 512 200% linux-swap
27
 
        $defaultignore{ }
28
 
        $lvmok{ }
29
 
        $reusemethod{ }
30
 
        method{ swap }
31
 
        format{ } .
32
 
 
33
 
1000 10000 -1 $default_filesystem
34
 
        $lvmok{ }
35
 
        method{ format }
36
 
        format{ }
37
 
        use_filesystem{ }
38
 
        $default_filesystem{ }
39
 
        mountpoint{ /home } .
40