summaryrefslogtreecommitdiffstats
path: root/rescue/guessmounts
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-19 13:10:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-19 13:10:25 +0000
commit8061a2db18a0162e9d70cb1448e28f367776fdf1 (patch)
tree3301c86573011ad5b078cc75060ed9135ad8ad3f /rescue/guessmounts
parent0fe86605c426e8b502553f9b43d7c053de018ae5 (diff)
downloaddrakx-8061a2db18a0162e9d70cb1448e28f367776fdf1.tar
drakx-8061a2db18a0162e9d70cb1448e28f367776fdf1.tar.gz
drakx-8061a2db18a0162e9d70cb1448e28f367776fdf1.tar.bz2
drakx-8061a2db18a0162e9d70cb1448e28f367776fdf1.tar.xz
drakx-8061a2db18a0162e9d70cb1448e28f367776fdf1.zip
mandriva switch
Diffstat (limited to 'rescue/guessmounts')
-rwxr-xr-xrescue/guessmounts9
1 files changed, 6 insertions, 3 deletions
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
#-