Codebase list partman-auto / c12951d
Add a smalldisk recipe for alpha, so that systems with little disk space can use a single ext2 partition for the whole install (closes: #261182). r32212 Steve Langasek 18 years ago
3 changed file(s) with 25 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 partman-auto (46) UNRELEASED; urgency=low
11
2 [ Joey Hess ]
23 * Renamed multi_user scheme to just "multi" as in multiple partitions.
34 There are more uses for this scheme than multi user systems.
45 * Switch package to arch all and only include recipes for the given
1415 from the previous 250 mb to something slightly more reasonable.
1516 Closes: #328514
1617
17 -- Joey Hess <[email protected]> Tue, 15 Nov 2005 20:25:04 -0500
18 [ Steve Langasek ]
19 * Add a smalldisk recipe for alpha, so that systems with little disk space
20 can use a single ext2 partition for the whole install (closes: #261182).
21
22 -- Steve Langasek <[email protected]> Wed, 16 Nov 2005 15:35:46 -0800
1823
1924 partman-auto (45) unstable; urgency=low
2025
104104 # TRANSLATORS: This is a menu entry. Keep in under 55 columns/characters
105105 _Description: Separate /home, /usr, /var, and /tmp partitions
106106
107 Template: partman-auto/text/small_disk
108 Type: text
109 # TRANSLATORS: This is a menu entry. Keep in under 55 columns/characters
110 _Description: Small-disk (< 1GB) partitioning scheme
0 partman-auto/text/small_disk ::
1
2 1 1 3 ext2
3 method{ aboot } .
4
5 500 10000 1000000 ext2
6 method{ format }
7 format{ }
8 use_filesystem{ }
9 filesystem{ ext2 }
10 mountpoint{ / } .
11
12 64 512 512 linux-swap
13 method{ swap }
14 format{ } .