From ca712632f68e6d5492aafacf16c4f1ca96d65d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 13 Aug 2003 22:15:46 +0000 Subject: [PATCH] - added DPT I2O RAID devices Changed files: dev.spec -> 1.117 --- dev.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev.spec b/dev.spec index 7d476da..4511dcd 100644 --- a/dev.spec +++ b/dev.spec @@ -5,7 +5,7 @@ Summary(pl): Pliki specjalne /dev/* Summary(tr): /dev dizini Name: dev Version: 2.8.0 -Release: 33 +Release: 34 License: Public Domain Group: Base Source0: %{name}-%{version}.tar.gz @@ -276,6 +276,11 @@ for d in a b c d e f g h i j k l m n o p; do min=$(($min + 16)) done +# dpt i2o +for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17; do + mknode dpti$i b 151 $i +done + # raid for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do mknode md$i b 9 $i @@ -546,6 +551,7 @@ rm -rf $RPM_BUILD_ROOT %attr(600,root,root) /dev/mpu401* %attr(660,root,audio) /dev/music %attr(660,root,disk) /dev/md* +%attr(660,root,disk) /dev/dpti* #n# %attr(660,root,disk) /dev/nb* -- 2.43.0