summaryrefslogtreecommitdiff
path: root/build/entities
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-04-22 20:24:20 +0000
committerSamuel Thibault <sthibault@debian.org>2015-04-22 20:24:20 +0000
commit90b413c372a9c26970d2cba1514302b346c0aa61 (patch)
treee24cf44936b2243d881ea940b9978460cdafa1db /build/entities
parentbebf477787dda79633f4e554797a76696f164db6 (diff)
downloadinstallation-guide-90b413c372a9c26970d2cba1514302b346c0aa61.zip
Make root filesystem needed size an entity, and bump maximum to 310
Diffstat (limited to 'build/entities')
-rw-r--r--build/entities/common.ent4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index 7e6633f06..10fe9ea6e 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -119,6 +119,10 @@ to first switch tasksel to that DE using the following command, e.g:
<!ENTITY task-laptop-dl "3">
<!ENTITY task-laptop-tot "13">
+<!-- Size needed for / with separate /usr, maximum is currently for i386 -->
+ <!ENTITY root-system-size-min "150">
+ <!ENTITY root-system-size-max "310">
+
<!-- number of packages, approx, in the main distribution -->
<!-- use:
for i in binary-*; do echo -n "$i: "; zgrep '^Package:' binary-all/Packages.gz $i/Packages.gz | wc -l; done