~ubuntu-branches/ubuntu/warty/partman-auto/warty

« back to all changes in this revision

Viewing changes to recipes-arm-netwinder/home

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-08-31 18:05:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040831180528-fbvemacbnztxsra3
Tags: 23ubuntu5
Display top-level partitioning choice again if you back up from it to
the main menu and then return to partman.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-auto/text/home_scheme ::
 
2
 
 
3
50 500 100 ext2
 
4
        $primary{ }
 
5
        $bootable{ }
 
6
        method{ format }
 
7
        format{ }
 
8
        use_filesystem{ }
 
9
        filesystem{ ext2r0 }
 
10
        mountpoint{ /boot } .
 
11
 
 
12
300 4000 7000 ext3
 
13
        $primary{ }
 
14
        method{ format }
 
15
        format{ }
 
16
        use_filesystem{ }
 
17
        filesystem{ ext3 }
 
18
        mountpoint{ / } .
 
19
 
 
20
100 10000 1000000000 ext3
 
21
        method{ format }
 
22
        format{ }
 
23
        use_filesystem{ }
 
24
        filesystem{ ext3 }
 
25
        mountpoint{ /home } .
 
26
 
 
27
64 512 512 linux-swap
 
28
        method{ swap }
 
29
        format{ } .
 
30