~ubuntu-branches/ubuntu/intrepid/partman-auto/intrepid

« back to all changes in this revision

Viewing changes to recipes-mips-sb1a-bcm91480b/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:
11
11
        format{ }
12
12
        use_filesystem{ }
13
13
        filesystem{ ext3 }
14
 
        mountpoint{ /boot } .
 
14
        mountpoint{ /boot }
 
15
        options/relatime{ relatime } .
15
16
 
16
17
70 800 300 ext3
17
18
        $primary{ }
19
20
        format{ }
20
21
        use_filesystem{ }
21
22
        filesystem{ ext3 }
22
 
        mountpoint{ / } .
 
23
        mountpoint{ / }
 
24
        options/relatime{ relatime } .
23
25
 
24
26
500 3000 6000 ext3
25
27
        method{ format }
26
28
        format{ }
27
29
        use_filesystem{ }
28
30
        filesystem{ ext3 }
29
 
        mountpoint{ /usr } .
 
31
        mountpoint{ /usr }
 
32
        options/relatime{ relatime } .
30
33
 
31
34
70 1500 3000 ext3
32
35
        method{ format }
33
36
        format{ }
34
37
        use_filesystem{ }
35
38
        filesystem{ ext3 }
36
 
        mountpoint{ /var } .
 
39
        mountpoint{ /var }
 
40
        options/relatime{ relatime } .
37
41
 
38
42
20 300 400 ext3
39
43
        method{ format }
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
 
52
58
96 512 512 linux-swap
53
59
        method{ swap }