From 4ad56d5017b21fa3f3aa1052dc308c23afe4dca0 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 27 Feb 2002 13:31:30 +0000 Subject: add "restore Windows Boot Loader" to rescue --- rescue/make_rescue_img | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rescue/make_rescue_img') diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index fa1a23591..30096a91b 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -87,6 +87,9 @@ _ "cp ../all.modules/$main/modules.dep $tmp/modules"; installown("drvinst", "/usr/bin"); installown("guessmounts", "/usr/bin"); installown("install_bootloader", "/usr/bin"); +if ($arch =~ /^i.86/) { + installown("restore_ms_boot", "/usr/bin"); +} installown("lsparts", "/usr/bin"); installown("rescue-doc", "/usr/bin"); _ "cd ../mdk-stage1 && make rescue-gui"; -- cgit v1.2.1