diff options
author | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 17:52:36 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 17:52:36 +0100 |
commit | 4d10c0782f3c2fbf6cfd511cbcec45d2531221e7 (patch) | |
tree | aebe7707799136ece1bc9f0fb794013812b5af0d /build/entities | |
parent | 735a6e55e367c201c2aaf848a1172b786728b063 (diff) | |
download | installation-guide-4d10c0782f3c2fbf6cfd511cbcec45d2531221e7.zip |
Remove 'Laptop' entry from table 'Disk Space Needed for Tasks' (there is no such task option in the installer anymore)
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/common.ent | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 9689943a6..ed2892ef8 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -129,10 +129,6 @@ to first switch tasksel to that DE using the following command, e.g: <!ENTITY task-ssh-inst "1"> <!ENTITY task-ssh-dl "0"> <!ENTITY task-ssh-tot "1"> -<!-- Laptop task --> - <!ENTITY task-laptop-inst "29"> - <!ENTITY task-laptop-dl "9"> - <!ENTITY task-laptop-tot "38"> <!-- Size needed by base and gnome desktop task for / with separate /usr, /var, /boot, for amd64 --> <!ENTITY root-system-size-min "250"> |