~ubuntu-branches/ubuntu/jaunty/partman-auto/jaunty

« back to all changes in this revision

Viewing changes to recipes-powerpc-powermac_oldworld/multi

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-03-07 10:20:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080307102039-xw070el9hkm1jcgw
Tags: 73ubuntu5
Add relatime to all autopartitioning recipes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        format{ }
6
6
        use_filesystem{ }
7
7
        filesystem{ ext2 }
8
 
        mountpoint{ /boot } .
 
8
        mountpoint{ /boot }
 
9
        options/relatime{ relatime } .
9
10
 
10
11
70 800 280 ext3
11
12
        $lvmok{ }
13
14
        format{ }
14
15
        use_filesystem{ }
15
16
        filesystem{ ext3 }
16
 
        mountpoint{ / } .
 
17
        mountpoint{ / }
 
18
        options/relatime{ relatime } .
17
19
 
18
20
500 3000 5000 ext3
19
21
        $lvmok{ }
21
23
        format{ }
22
24
        use_filesystem{ }
23
25
        filesystem{ ext3 }
24
 
        mountpoint{ /usr } .
 
26
        mountpoint{ /usr }
 
27
        options/relatime{ relatime } .
25
28
 
26
29
70 1500 3000 ext3
27
30
        $lvmok{ }
29
32
        format{ }
30
33
        use_filesystem{ }
31
34
        filesystem{ ext3 }
32
 
        mountpoint{ /var } .
 
35
        mountpoint{ /var }
 
36
        options/relatime{ relatime } .
33
37
 
34
38
96 512 300% linux-swap
35
39
        $lvmok{ }
42
46
        format{ }
43
47
        use_filesystem{ }
44
48
        filesystem{ ext3 }
45
 
        mountpoint{ /tmp } .
 
49
        mountpoint{ /tmp }
 
50
        options/relatime{ relatime } .
46
51
 
47
52
300 3000 1000000000 ext3
48
53
        $lvmok{ }
50
55
        format{ }
51
56
        use_filesystem{ }
52
57
        filesystem{ ext3 }
53
 
        mountpoint{ /home } .
 
58
        mountpoint{ /home }
 
59
        options/relatime{ relatime } .
54
60