diff options
author | Francois Pons <fpons@mandriva.com> | 2001-02-23 16:19:24 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-02-23 16:19:24 +0000 |
commit | 175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513 (patch) | |
tree | 0c407b53cf90d3580e0a85e676dc277604d20e6f /rescue/make_rescue_img | |
parent | 6c165f200e6bfa2200a915cc17402ee08c27cba3 (diff) | |
download | drakx-backup-do-not-use-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar drakx-backup-do-not-use-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.gz drakx-backup-do-not-use-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.bz2 drakx-backup-do-not-use-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.tar.xz drakx-backup-do-not-use-175bfd6197b9f8c13ce65e40e8bb41bdd2a4d513.zip |
removed kernel_reread program.
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 2 |
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]; |