source:
MondoRescue/branches/stable/mindi/mki2o@
2657
Last change on this file since 2657 was 1456, checked in by , 18 years ago | |
---|---|
|
|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[1455] | 1 | #!/bin/bash |
2 | c=0 | |
3 | for i in a b c d e f g h i j k l m n o p; do | |
4 | mknod hd$i b 80 $c | |
5 | for j in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do | |
6 | min=$(expr $c + $j) | |
7 | mknod hd${i}${j} b 80 $min | |
8 | done | |
9 | c=$(expr $c + 16) | |
10 | done | |
11 | mknod ctl c 10 166 |
Note:
See TracBrowser
for help on using the repository browser.