diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-11 16:49:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-11 16:49:21 +0000 |
commit | 4c2fb3914a389afd7a79bbabea1dde6968448505 (patch) | |
tree | 6a8bce94bd86081a8ea16575ac04aa8497165731 /rescue/make_rescue_img | |
parent | 7bde119e6549da24984faa80c892e2f028e10d4f (diff) | |
download | drakx-backup-do-not-use-4c2fb3914a389afd7a79bbabea1dde6968448505.tar drakx-backup-do-not-use-4c2fb3914a389afd7a79bbabea1dde6968448505.tar.gz drakx-backup-do-not-use-4c2fb3914a389afd7a79bbabea1dde6968448505.tar.bz2 drakx-backup-do-not-use-4c2fb3914a389afd7a79bbabea1dde6968448505.tar.xz drakx-backup-do-not-use-4c2fb3914a389afd7a79bbabea1dde6968448505.zip |
no_comment
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index b276d3a17..9ea6b3c67 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -59,6 +59,7 @@ foreach (cat_("aliases")) { } _ "cp ../modules/modules.{cz*,dep} $tmp/modules"; +_ "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]; |