fix example of vcsa creation
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 26 Jul 2008 14:02:24 +0000 (14:02 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 26 Jul 2008 14:02:24 +0000 (14:02 -0000)
examples/bootfloppy/mkdevs.sh

index 03a1a85..8e9512f 100755 (executable)
@@ -57,6 +57,6 @@ ln -s vcs0 vcs
 
 # virtual console screen w/ attributes devs
 for i in `seq 0 9`; do
-       mknod vcsa$i b 7 $i
+       mknod vcsa$i b 7 $((128 + i))
 done
 ln -s vcsa0 vcsa