From: Michael Prokop Date: Fri, 26 Jun 2015 13:00:32 +0000 (+0200) Subject: Try loading phram module twice to fix loading issue. X-Git-Tag: debian/5.0_a4-1+grml.1~13 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=50fed6a7bf39de6018c361e5319b517977c2c50c Try loading phram module twice to fix loading issue. phram doesn't work on first modprobe, when loading once again itseems to work. So let's try it this way. --- diff --git a/components/9990-main.sh b/components/9990-main.sh index 3151db0..0c0bd68 100755 --- a/components/9990-main.sh +++ b/components/9990-main.sh @@ -58,6 +58,7 @@ Live () then # We found a memdisk, set up phram modprobe phram phram=memdisk,${MEMDISK} + modprobe phram phram=memdisk,${MEMDISK} # Load mtdblock, the memdisk will be /dev/mtdblock0 modprobe mtdblock