summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:16:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:16:43 +0000
commitc0ca48f32604ae7dce5609230ebf7ce26d4bf699 (patch)
tree6279bbeb68295bcae028b484b101d96650cdf097
parentfa44bed911d47e793dd0a207f692fb185fa485da (diff)
downloadmgaonline-c0ca48f32604ae7dce5609230ebf7ce26d4bf699.tar
mgaonline-c0ca48f32604ae7dce5609230ebf7ce26d4bf699.tar.gz
mgaonline-c0ca48f32604ae7dce5609230ebf7ce26d4bf699.tar.bz2
mgaonline-c0ca48f32604ae7dce5609230ebf7ce26d4bf699.tar.xz
mgaonline-c0ca48f32604ae7dce5609230ebf7ce26d4bf699.zip
if run from a live Mandriva one, warn to install on HD first
-rwxr-xr-xmdkupdate4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index 22d7e1fc..7f15785c 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -146,6 +146,10 @@ if (!$bundle) {
You need to update to a newer version. You can get a new one from http://start.mandriva.com"));
$in->exit(1);
}
+ if (-d '/live/media/loopbacks') {
+ $in->ask_warn(N("Warning"), N("You first need to install the system on your harddrive with the 'Live Install' wizard."));
+ $in->exit(1);
+ }
$res eq 'OK' and $bundle_info = mdkonline::soap_query_bundle($wc, $bundle_vars{BUNDLE});
print Data::Dumper->Dump([ $bundle_info ], [ qw(bundle_info) ]);
if ($bundle_info->{status}) {