From 338b58ba10fc4b1dacf1e382777334903deef963 Mon Sep 17 00:00:00 2001 From: Ola Jeppsson Date: Wed, 25 Sep 2019 19:54:49 -0400 Subject: [PATCH] rootfs-arm: unminimize the Ubuntu install The base Ubuntu image is a stripped down server cloud image, missing man pages, etc. Signed-off-by: Ola Jeppsson --- rootfs-arm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootfs-arm.sh b/rootfs-arm.sh index 8359cab..8f5d3cd 100755 --- a/rootfs-arm.sh +++ b/rootfs-arm.sh @@ -40,6 +40,9 @@ touch /etc/dhcp/dhclient.conf apt-get install -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" --force-yes -yy \ isc-dhcp-client isc-dhcp-common +echo Unminimize Ubuntu install +yes | unminimize || true # Will fail in restart hook + echo Upgrading packages apt-get dist-upgrade -yy apt-get upgrade -yy