diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 22:00:25 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 22:00:25 +0000 |
commit | bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7 (patch) | |
tree | 22cf58df3697a6c40a66466a58643b80a6fbbb3e /move/move.pm | |
parent | e3176cb6f213a783d74d984f46ee522554c69178 (diff) | |
download | drakx-backup-do-not-use-bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7.tar drakx-backup-do-not-use-bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7.tar.gz drakx-backup-do-not-use-bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7.tar.bz2 drakx-backup-do-not-use-bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7.tar.xz drakx-backup-do-not-use-bd9dc778edc3bb6c26bb7eca159ab4fbeb12c3f7.zip |
better message when key has only non vfat partitions
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 364a0bce6..51ad2b953 100644 --- a/move/move.pm +++ b/move/move.pm @@ -352,7 +352,12 @@ sub install2::verifyKey { while (cat_('/proc/mounts') !~ m|\s/home\s|) { my $message = key_parts($o) ? -N("Your USB key doesn't have any valid Windows (FAT) partitions +N("Your USB key doesn't have any valid Windows (FAT) partitions. +We need one to continue (beside, it's more standard so that you +will be able to move and access your files from machines +running Windows). Please plug in an USB key containing a +Windows partition instead. + You may also proceed without an USB key - you'll still be able to use Mandrake Move as a normal live Mandrake |