Skip to content

Commit

Permalink
rootfs-arm: unminimize the Ubuntu install
Browse files Browse the repository at this point in the history
The base Ubuntu image is a stripped down server cloud image, missing man
pages, etc.

Signed-off-by: Ola Jeppsson <[email protected]>
  • Loading branch information
olajep committed Sep 25, 2019
1 parent 9338664 commit 338b58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rootfs-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 338b58b

Please sign in to comment.