summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-31 16:56:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-31 16:56:57 +0000
commit6f4b6b015034ab57532ff2bf82e07f9d717dbd66 (patch)
tree1959cfc8ca47a8c2c44e8b5f5367f1acadf6c783 /rescue/make_rescue_img
parent044a25c662ce8d32dca7395dd1353b1c0b9346d7 (diff)
downloaddrakx-backup-do-not-use-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar
drakx-backup-do-not-use-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.gz
drakx-backup-do-not-use-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.bz2
drakx-backup-do-not-use-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.tar.xz
drakx-backup-do-not-use-6f4b6b015034ab57532ff2bf82e07f9d717dbd66.zip
add a dhcp-client built using mdk-stage1 code
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img3
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";