diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-05 18:57:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-05 18:57:38 +0100 |
commit | 46bb2454c377cd2c5d4f5f17c2b32825d8a5ec8d (patch) | |
tree | 42d2d12c285cdd2e12a2ec8bf9459082e1585c54 /build | |
parent | 8224e59904f8fef935058087de880fc76359b780 (diff) | |
download | installation-guide-46bb2454c377cd2c5d4f5f17c2b32825d8a5ec8d.zip |
drop double-hyphen
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 07ddcb736..627aef2cf 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -90,8 +90,8 @@ after running 'apt-get clean' using 'du -hsx /'. After that the "Standard system" task should be installed and the size of the standard system can be determined using the same method. -Sizes of tasks should be determined by running tasksel with the "--new-install" -and "--test" options on a system that been fully installed with only the +Sizes of tasks should be determined by running tasksel with the "new-install" +and "test" options on a system that been fully installed with only the standard task. By selecting a task, the corresponding apt-get line will be emitted. Copy/paste it without the -q -y options, apt-get will then show the sizes for the task. Cancel it, and repeat for other tasks. For instance: |