Browse Source

modules/network-manager: Install `ip`

We don't need `ip` but having it is *really* useful for people debugging
in an emergency shell.
master
Colin Walters 5 years ago committed by Harald Hoyer
parent
commit
7fea85ce5f
  1. 4
      modules.d/35network-manager/module-setup.sh

4
modules.d/35network-manager/module-setup.sh

@ -26,7 +26,9 @@ install() { @@ -26,7 +26,9 @@ install() {

_nm_version=$(NetworkManager --version)

inst_multiple sed grep
# We don't need `ip` but having it is *really* useful for people debugging
# in an emergency shell.
inst_multiple ip sed grep

inst NetworkManager
inst /usr/libexec/nm-initrd-generator

Loading…
Cancel
Save