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

« back to all changes in this revision

Viewing changes to recipes-powerpc-prep/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:
12
12
        format{ }
13
13
        use_filesystem{ }
14
14
        filesystem{ ext3 }
15
 
        mountpoint{ / } .
 
15
        mountpoint{ / }
 
16
        options/relatime{ relatime } .
16
17
 
17
18
96 512 300% linux-swap
18
19
        $lvmok{ }
25
26
        format{ }
26
27
        use_filesystem{ }
27
28
        filesystem{ ext3 }
28
 
        mountpoint{ /home } .
 
29
        mountpoint{ /home }
 
30
        options/relatime{ relatime } .
29
31