Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/examples/bootfloppy/mkdevs.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 57  ln -s vcs0 vcs Line 57  ln -s vcs0 vcs
57    
58  # virtual console screen w/ attributes devs  # virtual console screen w/ attributes devs
59  for i in `seq 0 9`; do  for i in `seq 0 9`; do
60   mknod vcsa$i b 7 $i   mknod vcsa$i b 7 $((128 + i))
61  done  done
62  ln -s vcsa0 vcsa  ln -s vcsa0 vcsa

Legend:
Removed from v.815  
changed lines
  Added in v.816