From 5e08e5a12f3a890b9622e7fe9c6ec96d7aff4b41 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 10 Jun 2001 21:08:33 +0000 Subject: - add 'guessmounts' that mimics RH's detecting of partitions when rescue starts --- rescue/make_rescue_img | 1 + 1 file changed, 1 insertion(+) (limited to 'rescue/make_rescue_img') 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"; -- cgit v1.2.1