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

« back to all changes in this revision

Viewing changes to recipes-arm-iop32x/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:
7
7
        format{ }
8
8
        use_filesystem{ }
9
9
        filesystem{ ext3 }
10
 
        mountpoint{ /boot } .
 
10
        mountpoint{ /boot }
 
11
        options/relatime{ relatime } .
11
12
 
12
13
70 800 280 ext3
13
14
        $primary{ }
15
16
        format{ }
16
17
        use_filesystem{ }
17
18
        filesystem{ ext3 }
18
 
        mountpoint{ / } .
 
19
        mountpoint{ / }
 
20
        options/relatime{ relatime } .
19
21
 
20
22
500 3000 5000 ext3
21
23
        method{ format }
22
24
        format{ }
23
25
        use_filesystem{ }
24
26
        filesystem{ ext3 }
25
 
        mountpoint{ /usr } .
 
27
        mountpoint{ /usr }
 
28
        options/relatime{ relatime } .
26
29
 
27
30
70 1500 3000 ext3
28
31
        method{ format }
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
        method{ swap }
40
44
        format{ }
41
45
        use_filesystem{ }
42
46
        filesystem{ ext3 }
43
 
        mountpoint{ /tmp } .
 
47
        mountpoint{ /tmp }
 
48
        options/relatime{ relatime } .
44
49
 
45
50
300 3000 1000000000 ext3
46
51
        method{ format }
47
52
        format{ }
48
53
        use_filesystem{ }
49
54
        filesystem{ ext3 }
50
 
        mountpoint{ /home } .
 
55
        mountpoint{ /home }
 
56
        options/relatime{ relatime } .
51
57