Merge "Fix ramdisk element for openSUSE"

This commit is contained in:
Jenkins 2014-01-27 02:45:35 +00:00 committed by Gerrit Code Review
commit b948d4a23f

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eux
DISTRO=`lsb_release -si` || true
if [ "openSUSE project" = "$DISTRO" ]; then
install-packages dhcp-client
fi