Fix ramdisk pkg-map for openSUSE

The package is called dhcp-client on all (open)SUSE related
distributions.

Change-Id: Iefb1bb5d0710d05699c646b86914189cb55fa033
This commit is contained in:
Dirk Mueller 2014-08-28 18:52:34 +02:00
parent ceb9c431f0
commit d8e6b00130
1 changed files with 4 additions and 1 deletions

View File

@ -2,9 +2,12 @@
"family":{
"debian":{
"dhcp_client":"isc-dhcp-client"
},
"suse":{
"dhcp_client":"dhcp-client"
}
},
"default":{
"dhcp_client":"dhclient"
}
}
}