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

« back to all changes in this revision

Viewing changes to recipes-mips-sb1a-bcm91480b/home

  • 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
500 4000 7000 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
100 10000 1000000000 ext3
25
27
        method{ format }
26
28
        format{ }
27
29
        use_filesystem{ }
28
30
        filesystem{ ext3 }
29
 
        mountpoint{ /home } .
 
31
        mountpoint{ /home }
 
32
        options/relatime{ relatime } .
30
33
 
31
34
96 512 512 linux-swap
32
35
        method{ swap }