From: Michael Prokop Date: Mon, 11 Jul 2011 10:42:24 +0000 (+0200) Subject: Try loading phram module twice to fix loading issue. X-Git-Tag: v3.0_a24-1+grml.1~10 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=d4619b77a669c70ae68d5da34de7655ffef80e04;hp=-c;p=live-boot-grml.git Try loading phram module twice to fix loading issue. phram doesn't work on first modprobe, when loading once again it seems to work. So let's try it this way. --- d4619b77a669c70ae68d5da34de7655ffef80e04 diff --git a/scripts/live b/scripts/live index 23d0bbc..e5d3186 100755 --- a/scripts/live +++ b/scripts/live @@ -1840,6 +1840,7 @@ mountroot () 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