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

« back to all changes in this revision

Viewing changes to recipes-arm-netwinder/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:
15
15
        format{ }
16
16
        use_filesystem{ }
17
17
        filesystem{ ext3 }
18
 
        mountpoint{ / } .
 
18
        mountpoint{ / }
 
19
        options/relatime{ relatime } .
19
20
 
20
21
96 512 300% linux-swap
21
22
        method{ swap }
26
27
        format{ }
27
28
        use_filesystem{ }
28
29
        filesystem{ ext3 }
29
 
        mountpoint{ /home } .
 
30
        mountpoint{ /home }
 
31
        options/relatime{ relatime } .
30
32