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

« back to all changes in this revision

Viewing changes to recipes-arm-iop32x/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:
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
500 4000 7000 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
96 512 300% linux-swap
21
23
        method{ swap }
26
28
        format{ }
27
29
        use_filesystem{ }
28
30
        filesystem{ ext3 }
29
 
        mountpoint{ /home } .
 
31
        mountpoint{ /home }
 
32
        options/relatime{ relatime } .
30
33