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

« back to all changes in this revision

Viewing changes to recipes-hppa/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:
10
10
        format{ }
11
11
        use_filesystem{ }
12
12
        filesystem{ ext2 }
13
 
        mountpoint{ /boot } .
 
13
        mountpoint{ /boot }
 
14
        options/relatime{ relatime } .
14
15
 
15
16
500 4000 7000 ext3
16
17
        $lvmok{ }
19
20
        format{ }
20
21
        use_filesystem{ }
21
22
        filesystem{ ext3 }
22
 
        mountpoint{ / } .
 
23
        mountpoint{ / }
 
24
        options/relatime{ relatime } .
23
25
 
24
26
96 512 300% linux-swap
25
27
        $lvmok{ }
32
34
        format{ }
33
35
        use_filesystem{ }
34
36
        filesystem{ ext3 }
35
 
        mountpoint{ /home } .
 
37
        mountpoint{ /home }
 
38
        options/relatime{ relatime } .
36
39