From 2958b269d8d78ba81868a9dd1cdeabe987e0bd5c Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Fri, 8 Dec 2017 16:20:39 +0100 Subject: [PATCH] Ensure to have minimal documentation available on the system. --- CHANGELOG.md | 1 + scripts/latecommand/post.sh | 3 +++ 2 files changed, 4 insertions(+) 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 {{{