aboutsummaryrefslogtreecommitdiff
path: root/makedevs
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-11-04 01:44:56 +0000
committerJudd Vinet <judd@archlinux.org>2005-11-04 01:44:56 +0000
commite00744e1d385f80f44618baea869136dcf64c88c (patch)
tree08256bed147da91814630cf992cb494d5ce68c3c /makedevs
parent3f2fb1767eb2c8167a4f78999e431da73b9c8e8d (diff)
downloadinitscripts-e00744e1d385f80f44618baea869136dcf64c88c.tar.xz
dm changes
Diffstat (limited to 'makedevs')
-rwxr-xr-xmakedevs4
1 files changed, 2 insertions, 2 deletions
diff --git a/makedevs b/makedevs
index 8ab58f7..c802728 100755
--- a/makedevs
+++ b/makedevs
@@ -94,8 +94,8 @@ for CLASS in $CLASSES; do
mksubdevs loop b 0 7 7 0
;;
dm)
- mknod device-mapper c 10 63
- mksubdevs dm b 0 15 253 0
+ mkdir mapper >/dev/null 2>&1
+ mknod mapper/control c 10 63
;;
*)
echo "Unknown class: $CLASS" >&2