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

« back to all changes in this revision

Viewing changes to recipes-alpha/atomic

  • 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:
8
8
        format{ }
9
9
        use_filesystem{ }
10
10
        filesystem{ ext2 }
11
 
        mountpoint{ /boot } .
 
11
        mountpoint{ /boot }
 
12
        options/relatime{ relatime } .
12
13
 
13
14
500 10000 1000000000 ext3
14
15
        method{ format }
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 }