diff options
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/make_rescue_img | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index d1d96afeb..12cd9287c 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -105,8 +105,9 @@ if (arch() =~ /^i.86/) { } installown("lsparts", "/usr/bin"); installown("rescue-doc", "/usr/bin"); -_ "cd ../mdk-stage1 && make rescue-gui"; +_ "cd ../mdk-stage1 && make rescue-gui dhcp-client"; installown("../mdk-stage1/rescue-gui", "/usr/bin"); +installown("../mdk-stage1/dhcp-client", "/usr/sbin"); #- note that on biarch systems, we may need to have both /lib and /lib64 __ "strip $tmp/{lib,$lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; |