From 1799c463161e0e8976d955e37467edac3c810e39 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 26 Jun 2015 15:00:32 +0200 Subject: [PATCH] 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. --- components/9990-main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/9990-main.sh b/components/9990-main.sh index 512c624..e5884f9 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 -- 2.1.4