Ensure to have minimal documentation available on the system.
This commit is contained in:
parent
4a42dbddd7
commit
2958b269d8
|
@ -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).
|
||||||
|
|
|
@ -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 {{{
|
||||||
|
|
Loading…
Reference in New Issue