Ensure to have minimal documentation available on the system.

This commit is contained in:
Jeremy Gardais 2017-12-08 16:20:39 +01:00
parent 4a42dbddd7
commit 2958b269d8
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* Add an UEFI entry to manage specific partitions (see #16). * Add an UEFI entry to manage specific partitions (see #16).
* task-ssh-server is removed (see #18). * task-ssh-server is removed (see #18).
* task-french and task-english are removed (see #18). * task-french and task-english are removed (see #18).
* Ensure to have minimal documentation available on the system.
### Fix ### Fix
* Leave standard task in peace to be able to have a X session for user's nodes… (see #17). * Leave standard task in peace to be able to have a X session for user's nodes… (see #17).

View File

@ -38,6 +38,9 @@ if [ "$(dpkg -l task-english)" ]; then
aptitude -y remove task-english aptitude -y remove task-english
fi fi
# Ensure to have minimal documentation
aptitude -y install man-db manpages
### }}} ### }}}
### SSH {{{ ### SSH {{{