diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-31 16:56:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-31 16:56:57 +0000 |
commit | 6f4b6b015034ab57532ff2bf82e07f9d717dbd66 (patch) | |
tree | 1959cfc8ca47a8c2c44e8b5f5367f1acadf6c783 /rescue/make_rescue_img | |
parent | 044a25c662ce8d32dca7395dd1353b1c0b9346d7 (diff) | |
download | drakx-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar drakx-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.gz drakx-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.bz2 drakx-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.xz drakx-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.zip |
add a dhcp-client built using mdk-stage1 code
Diffstat (limited to 'rescue/make_rescue_img')
-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"; |