Merge "Fix ramdisk element for openSUSE"
This commit is contained in:
commit
b948d4a23f
8
elements/ramdisk/install.d/20-install-dhcp-client
Executable file
8
elements/ramdisk/install.d/20-install-dhcp-client
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
DISTRO=`lsb_release -si` || true
|
||||
|
||||
if [ "openSUSE project" = "$DISTRO" ]; then
|
||||
install-packages dhcp-client
|
||||
fi
|
Loading…
Reference in New Issue
Block a user