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

« back to all changes in this revision

Viewing changes to recipes-hppa/atomic

  • 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/atomic_scheme ::
 
2
 
 
3
30 1000 35 linux-swap
 
4
        $primary{ }
 
5
        method{ palo } .
 
6
 
 
7
50 1000 130 ext2
 
8
        $primary{ }
 
9
        method{ format }
 
10
        format{ }
 
11
        use_filesystem{ }
 
12
        filesystem{ ext2 }
 
13
        mountpoint{ /boot } .
 
14
 
 
15
500 10000 1000000 ext3
 
16
        $bootable{ }
 
17
        method{ format }
 
18
        format{ }
 
19
        use_filesystem{ }
 
20
        filesystem{ ext3 }
 
21
        mountpoint{ / } .
 
22
 
 
23
64 512 512 linux-swap
 
24
        method{ swap }
 
25
        format{ } .