We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d38307 commit 4330ddeCopy full SHA for 4330dde
ZFS-root.sh
@@ -1425,8 +1425,8 @@ if [ "${ZFSBOOTMENU_BINARY_TYPE}" = "LOCAL" ] ; then
1425
1426
# This seems to fail sometimes - gets killed during install
1427
# 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
+ # So try the ubuntu package - also need dhcpclient
+ apt-get -qq --yes --no-install-recommends install libyaml-pp-perl isc-dhcp-client
1430
1431
#
1432
# Configure ZFSBootMenu
0 commit comments