From 8061a2db18a0162e9d70cb1448e28f367776fdf1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 19 Apr 2005 13:10:25 +0000 Subject: mandriva switch --- rescue/guessmounts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rescue/guessmounts') diff --git a/rescue/guessmounts b/rescue/guessmounts index cce1d5d35..5220d0815 100755 --- a/rescue/guessmounts +++ b/rescue/guessmounts @@ -1,8 +1,8 @@ #!/usr/bin/perl # -# Guillaume Cottenceau (gc@mandrakesoft.com) +# Guillaume Cottenceau # -# Copyright 2001 Mandrakesoft +# Copyright 2001-2005 Mandriva # # This software may be freely redistributed under the terms of the GNU # public license. @@ -42,7 +42,7 @@ M: foreach (@parts) { my $where = $target; if (!system("mount -t $fs $dev $where 2>/dev/null")) { if (-r "$where/etc/fstab" && -r "$where/etc/mandrake-release") { - print "=> found a Mandrake root partition on $dev\n=> type $fs, version `", + print "=> found a Mandriva Linux root partition on $dev\n=> type $fs, version `", chomp_(cat_ "$where/etc/mandrake-release"), "'\n"; @fstab = cat_("$where/etc/fstab"); @@ -82,6 +82,9 @@ if ($root) { #------------------------------------------------- #- $Log$ +#- Revision 1.8 2005/04/19 13:10:25 prigaux +#- mandriva switch +#- #- Revision 1.7 2004/07/20 02:42:12 prigaux #- MandrakeSoft -> Mandrakesoft #- -- cgit v1.2.1