summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-05 19:32:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-05 19:32:14 +0000
commit92390123c9d622a58206a47306bf87102cc0b1cf (patch)
tree9c500d37e398b6811842648093a0df8274cedc25 /perl-install/devices.pm
parent29547317b3b3deb136b63ac63fedaa286788d89d (diff)
downloaddrakx-92390123c9d622a58206a47306bf87102cc0b1cf.tar
drakx-92390123c9d622a58206a47306bf87102cc0b1cf.tar.gz
drakx-92390123c9d622a58206a47306bf87102cc0b1cf.tar.bz2
drakx-92390123c9d622a58206a47306bf87102cc0b1cf.tar.xz
drakx-92390123c9d622a58206a47306bf87102cc0b1cf.zip
add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell)
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r--perl-install/devices.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm
index df01b11e3..d029dd299 100644
--- a/perl-install/devices.pm
+++ b/perl-install/devices.pm
@@ -122,6 +122,7 @@ sub entry {
"nst" => [ c::S_IFCHR(), 9, 128],
"scd" => [ c::S_IFBLK(), 11, 0 ],
"ttyS" => [ c::S_IFCHR(), 4, 64 ],
+ "ubd/" => [ c::S_IFBLK(), 98, 0 ],
}}{$1}};
$minor += $2;
}