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

« back to all changes in this revision

Viewing changes to recipes-alpha/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:
8
8
        format{ }
9
9
        use_filesystem{ }
10
10
        filesystem{ ext2 }
11
 
        mountpoint{ /boot } .
 
11
        mountpoint{ /boot }
 
12
        options/relatime{ relatime } .
12
13
 
13
14
570 3400 5280 ext3
14
15
        method{ format }
15
16
        format{ }
16
17
        use_filesystem{ }
17
18
        filesystem{ ext3 }
18
 
        mountpoint{ / } .
 
19
        mountpoint{ / }
 
20
        options/relatime{ relatime } .
19
21
 
20
22
70 1500 3000 ext3
21
23
        method{ format }
22
24
        format{ }
23
25
        use_filesystem{ }
24
26
        filesystem{ ext3 }
25
 
        mountpoint{ /var } .
 
27
        mountpoint{ /var }
 
28
        options/relatime{ relatime } .
26
29
 
27
30
96 512 300% linux-swap
28
31
        method{ swap }
33
36
        format{ }
34
37
        use_filesystem{ }
35
38
        filesystem{ ext3 }
36
 
        mountpoint{ /tmp } .
 
39
        mountpoint{ /tmp }
 
40
        options/relatime{ relatime } .
37
41
 
38
42
300 3000 1000000000 ext3
39
43
        method{ format }
40
44
        format{ }
41
45
        use_filesystem{ }
42
46
        filesystem{ ext3 }
43
 
        mountpoint{ /home } .
 
47
        mountpoint{ /home }
 
48
        options/relatime{ relatime } .
44
49