Skip to content

Commit 4330dde

Browse files
committed
Ensure dhcp-client is installed when building ZBM locally
1 parent 8d38307 commit 4330dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZFS-root.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,8 +1425,8 @@ if [ "${ZFSBOOTMENU_BINARY_TYPE}" = "LOCAL" ] ; then
14251425
14261426
# This seems to fail sometimes - gets killed during install
14271427
# PERL_MM_USE_DEFAULT=1 cpan 'YAML::PP'
1428-
# So try the ubuntu package
1429-
apt-get -qq --yes --no-install-recommends install libyaml-pp-perl
1428+
# So try the ubuntu package - also need dhcpclient
1429+
apt-get -qq --yes --no-install-recommends install libyaml-pp-perl isc-dhcp-client
14301430
14311431
#
14321432
# Configure ZFSBootMenu

0 commit comments

Comments
 (0)