From: Heiko Z. <smi...@us...> - 2004-09-10 23:16:10
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32027/etc/init.d Modified Files: boot Log Message: many program updates and fixes to get kernel 2.6.x and new build system with gcc 3.4.x and glibc 2.3.4 working Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- boot 2 Aug 2004 13:38:59 -0000 1.24 +++ boot 10 Sep 2004 23:16:01 -0000 1.25 @@ -31,7 +31,7 @@ echo -n "Mounting base Filesystems : " $GREEN mount -n -t proc proc /proc && echo -e -n " proc " -#mount -t devpts devpts /dev/pts && echo -e -n " devpts " +mount -t devpts devpts /dev/pts && echo -e -n " devpts " # Kernel dependent mounts case `uname -r` in 2.4.*) # Kernel 2.4.* |