Update of /cvsroot/devil-linux/build/config/etc/initrd
In directory sc8-pr-cvs1:/tmp/cvs-serv15440/config/etc/initrd
Modified Files:
linuxrc
Log Message:
loop-aes and bugfixes
Index: linuxrc
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- linuxrc 9 Nov 2003 17:38:14 -0000 1.48
+++ linuxrc 2 Dec 2003 16:13:41 -0000 1.49
@@ -82,6 +82,9 @@
CONFIG_SRC_LIST="$CDROM_IDE $CDROM_SCSI $PARTITIONS_IDE $PARTITIONS_SCSI /dev/fd0 /dev/fd1"
DL_CONFIG_SOURCE=""
+echo -e "Loading loop-AES module";
+modprobe loop
+
$GREEN
echo -e "searching for configuration media"
$NORMAL
|