mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 08:29:45 +00:00
fix example of vcsa creation
This commit is contained in:
parent
5c13270359
commit
160e6fa53a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user