summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-02-23 16:19:24 +0000
committerFrancois Pons <fpons@mandriva.com>2001-02-23 16:19:24 +0000
commit175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513 (patch)
tree0c407b53cf90d3580e0a85e676dc277604d20e6f /rescue/make_rescue_img
parent6c165f200e6bfa2200a915cc17402ee08c27cba3 (diff)
downloaddrakx-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar
drakx-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.gz
drakx-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.bz2
drakx-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.xz
drakx-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.zip
removed kernel_reread program.
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index e26f57d18..0ecd835a7 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -67,7 +67,7 @@ _ "cp ../modules/modules.{cz*,dep} $tmp/modules";
installown("drvinst", "/usr/bin");
-_ "install -s kernel_read_part $tmp/sbin" if $arch =~ /i.86/;
+#_ "install -s kernel_read_part $tmp/sbin" if $arch =~ /i.86/;
__ "$sudo strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null";
exit 0 if $ARGV[0];