Update of /cvsroot/devil-linux/build/config/etc/initrd
In directory sc8-pr-cvs1:/tmp/cvs-serv2081/config/etc/initrd
Modified Files:
linuxrc
Log Message:
- save-config now uses devices from devfs (more dynamic)
- better handling of subdirectories & links in jail script (fl)
- initrd script now uses devfs for finding the floppy drives (this was
broken in older kernels)
- initrd script now searches scsi partitions first for etc.tar.bz2
Index: linuxrc
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- linuxrc 23 Dec 2003 15:11:38 -0000 1.51
+++ linuxrc 23 Dec 2003 16:05:33 -0000 1.52
@@ -60,10 +60,6 @@
# mount proc
mount -n -t proc none /proc
-# create the floppy drives, somehow devfs doesn't do it in initrd
-mknod /dev/fd0 b 2 0
-mknod /dev/fd1 b 2 1
-
# mount shared memory filesystem with a limit of 40GB (for now)
echo "Mounting SHM FS on /shm"
mount -n -t shm shmfs /shm
|