fix example of vcsa creation

This commit is contained in:
Denis Vlasenko 2008-07-26 14:02:24 +00:00
parent 5c13270359
commit 160e6fa53a

View File

@ -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