diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c8b2a..d465ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Add an UEFI entry to manage specific partitions (see #16). * task-ssh-server is removed (see #18). * task-french and task-english are removed (see #18). +* Ensure to have minimal documentation available on the system. ### Fix * Leave standard task in peace to be able to have a X session for user's nodes… (see #17). diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index 897e586..80c894c 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -38,6 +38,9 @@ if [ "$(dpkg -l task-english)" ]; then aptitude -y remove task-english fi +# Ensure to have minimal documentation +aptitude -y install man-db manpages + ### }}} ### SSH {{{