diff options
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index e3bb4e8ed..e6c744e53 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -86,6 +86,10 @@ _ "cp ../all.modules/$main/modules.dep $tmp/modules"; installown("drvinst", "/usr/bin"); installown("guessmounts", "/usr/bin"); +installown("install_bootloader", "/usr/bin"); +installown("lsparts", "/usr/bin"); +_ "cd ../mdk-stage1 && make rescue-gui"; +installown("../mdk-stage1/rescue-gui", "/usr/bin"); __ "strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; |