summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-10 21:08:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-10 21:08:33 +0000
commit5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41 (patch)
tree0bd479dbe1cbff81634a1d73aaae1378bdd95fa4 /rescue/make_rescue_img
parent7602c9f67bac536046cc9ab34f254cae35b72eef (diff)
downloaddrakx-backup-do-not-use-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar
drakx-backup-do-not-use-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.gz
drakx-backup-do-not-use-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.bz2
drakx-backup-do-not-use-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.tar.xz
drakx-backup-do-not-use-5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41.zip
- add 'guessmounts' that mimics RH's detecting of partitions when rescue starts
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img1
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";