diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-12 21:40:28 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-12 21:40:28 +0000 |
commit | 3a5d3e83a3a32d442c294528d66adc0282013fd4 (patch) | |
tree | 2124f7dd49e5f0a8e92e70395018ff6c906e1f1a /rescue/make_rescue_img | |
parent | 30883640d7db87ead35245050a2c836be567c541 (diff) | |
download | drakx-3a5d3e83a3a32d442c294528d66adc0282013fd4.tar drakx-3a5d3e83a3a32d442c294528d66adc0282013fd4.tar.gz drakx-3a5d3e83a3a32d442c294528d66adc0282013fd4.tar.bz2 drakx-3a5d3e83a3a32d442c294528d66adc0282013fd4.tar.xz drakx-3a5d3e83a3a32d442c294528d66adc0282013fd4.zip |
have a bunch of Rescue documentation directly
available from the Rescue-menu following suggestions
by Denis among others
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 b086b996e..fa1a23591 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -88,6 +88,7 @@ installown("drvinst", "/usr/bin"); installown("guessmounts", "/usr/bin"); installown("install_bootloader", "/usr/bin"); installown("lsparts", "/usr/bin"); +installown("rescue-doc", "/usr/bin"); _ "cd ../mdk-stage1 && make rescue-gui"; installown("../mdk-stage1/rescue-gui", "/usr/bin"); |