home: hub: mkinitfs

Download patch

ref: 83dc0f1271fdb8e88259b55e91da63346a1d2b84
parent: 4c006521b5f0e840de3ba34fc97d707f2fbc13ab
author: Natanael Copa <ncopa@alpinelinux.org>
date: Wed Oct 26 08:48:17 CDT 2011

init: replace cramfs with squashfs

ref #784

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -341,7 +341,7 @@
 # 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