diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-10 21:08:33 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-10 21:08:33 +0000 |
commit | 5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41 (patch) | |
tree | 0bd479dbe1cbff81634a1d73aaae1378bdd95fa4 /rescue/make_rescue_img | |
parent | 7602c9f67bac536046cc9ab34f254cae35b72eef (diff) | |
download | drakx-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar drakx-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.gz drakx-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.bz2 drakx-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.xz drakx-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.zip |
- add 'guessmounts' that mimics RH's detecting of partitions when rescue starts
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 df4cbca15..89792cbd2 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -74,6 +74,7 @@ _ "cp ../all.modules/modules.cz-$main $tmp/modules/modules.cz"; _ "cp ../all.modules/$main/modules.dep $tmp/modules"; installown("drvinst", "/usr/bin"); +installown("guessmounts", "/usr/bin"); #_ "install -s kernel_read_part $tmp/sbin" if $arch =~ /i.86/; __ "$sudo strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; |