From 6f4b6b015034ab57532ff2bf82e07f9d717dbd66 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 31 Jan 2005 16:56:57 +0000 Subject: add a dhcp-client built using mdk-stage1 code --- rescue/make_rescue_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rescue/make_rescue_img') 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"; -- cgit v1.2.1