projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c13270
)
fix example of vcsa creation
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 26 Jul 2008 14:02:24 +0000
(14:02 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 26 Jul 2008 14:02:24 +0000
(14:02 -0000)
examples/bootfloppy/mkdevs.sh
patch
|
blob
|
history
diff --git
a/examples/bootfloppy/mkdevs.sh
b/examples/bootfloppy/mkdevs.sh
index 03a1a8550e3817eb0ff4d0c8dce26dc0ef55aeb7..8e9512f82bc85f0bd85a390e82d01b4858182299 100755
(executable)
--- a/
examples/bootfloppy/mkdevs.sh
+++ b/
examples/bootfloppy/mkdevs.sh
@@
-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