Codebase list partman-auto / cf4dc84
Adapt minimum sizes for /var and / in the multi recipe: /var must cope with about 150MiB downloads and has 125MiB data for the standard task install / has about 150MiB installed and should cope with an extra kernel at least r65243 Christian Perrier 13 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 This will allow installing the standard task and leave room for
55 and extra kernel package in later life of the machine
66 Closes: #528914
7 * Adapt minimum sizes for /var and / in the multi recipe:
8 /var must cope with about 150MiB downloads and has 125MiB data
9 for the standard task install
10 / has about 150MiB installed and should cope with an
11 extra kernel at least
712
813 -- Christian Perrier <[email protected]> Mon, 01 Nov 2010 18:42:27 +0100
914
1212 filesystem{ ext2 }
1313 mountpoint{ /boot } .
1414
15 120 800 350 $default_filesystem
15 300 800 350 $default_filesystem
1616 $lvmok{ }
1717 $bootable{ }
1818 method{ format }
2929 $default_filesystem{ }
3030 mountpoint{ /usr } .
3131
32 70 1500 3000 $default_filesystem
32 300 1500 3000 $default_filesystem
3333 $lvmok{ }
3434 method{ format }
3535 format{ }