source: MondoRescue/branches/stable/mindi/mki2o@ 1770

Last change on this file since 1770 was 1456, checked in by Bruno Cornec, 17 years ago

Fix #165

  • Property svn:executable set to *
File size: 233 bytes
Line 
1#!/bin/bash
2c=0
3for 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)
10done
11mknod ctl c 10 166
Note: See TracBrowser for help on using the repository browser.