Magellan Linux

Diff of /trunk/bootstrap/scripts/bootstrap-magellan.sh

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

revision 160 by niro, Mon Jul 4 00:44:57 2005 UTC revision 161 by niro, Fri Jul 29 14:10:30 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/bootstrap/scripts/bootstrap-magellan.sh,v 1.1 2005-07-04 00:44:57 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/bootstrap/scripts/bootstrap-magellan.sh,v 1.2 2005-07-29 14:10:30 niro Exp $
3  #  #
4  # bootstrap-magellan-chrooted-livecd.sh  # bootstrap-magellan-chrooted-livecd.sh
5  # v0.3.6-r7 (21.10.2004)  # v0.3.6-r7 (21.10.2004)
# Line 191  create_symlinks(){ Line 191  create_symlinks(){
191  }  }
192    
193  create_devices(){  create_devices(){
194   mecho Creating needed devices for devfs   mecho Creating needed devices for devfs/udev
195   (   (
196   mknod -m 611 ${DEST}/dev/console c 5 1   mknod -m 611 ${DEST}/dev/console c 5 1
197   chgrp 4 ${DEST}/dev/console   chgrp 4 ${DEST}/dev/console

Legend:
Removed from v.160  
changed lines
  Added in v.161