From 83dc0f1271fdb8e88259b55e91da63346a1d2b84 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 26 Oct 2011 13:48:17 +0000 Subject: init: replace cramfs with squashfs ref #784 --- initramfs-init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-init.in') diff --git a/initramfs-init.in b/initramfs-init.in index 8f01c8f..0e30137 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -341,7 +341,7 @@ eend $RC # load available drivers to get access to modloop media ebegin "Loading boot drivers" -modprobe -a $(echo "$KOPT_modules" | tr ',' ' ' ) loop cramfs 2> /dev/null +modprobe -a $(echo "$KOPT_modules" | tr ',' ' ' ) loop squashfs 2> /dev/null if [ -f /etc/modules ] ; then sed 's/\#.*//g' < /etc/modules | while read module args; do -- cgit v1.2.3