summaryrefslogtreecommitdiffstats
path: root/globetrotter
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-16 09:37:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-16 09:37:49 +0000
commit2519573f818e89efb912bdbdd936a4f9fecdea82 (patch)
tree0623165357f135c49532a1d3236ca89205ed8da4 /globetrotter
parent27c6629b003751e981758832c0908a492bc2ecb8 (diff)
downloaddrakx-2519573f818e89efb912bdbdd936a4f9fecdea82.tar
drakx-2519573f818e89efb912bdbdd936a4f9fecdea82.tar.gz
drakx-2519573f818e89efb912bdbdd936a4f9fecdea82.tar.bz2
drakx-2519573f818e89efb912bdbdd936a4f9fecdea82.tar.xz
drakx-2519573f818e89efb912bdbdd936a4f9fecdea82.zip
fix end message (do not speak about restoration when installing)
Diffstat (limited to 'globetrotter')
-rwxr-xr-xglobetrotter/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/make_live b/globetrotter/make_live
index c41f3a6f8..efb17b598 100755
--- a/globetrotter/make_live
+++ b/globetrotter/make_live
@@ -536,4 +536,4 @@ run_program::rooted($::prefix, 'urpmi.addmedia', '--probe-hdlist', $_, "/mnt/pac
# for fast test replaying:
run_program::rooted($::prefix, 'tar', 'cfj', '/root/etc.tar.bz2', '/etc');
-my_exit("Your disk was succesfully restored!\nYou can now reboot your machine.");
+my_exit($rescue ? "Your disk was succesfully restored!\nYou can now reboot your machine." : "Installation completed.");