X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F33_retry_phram.patch;fp=debian%2Fpatches%2F33_retry_phram.patch;h=0000000000000000000000000000000000000000;hb=26c670d1211c57b5b9c0317a7506f4f25765b238;hp=6d3764024ec6bded0f3549b2fbf6e3897b913aa8;hpb=14f658f90367f29d20e4fed7ad3a228994057e58;p=live-boot-grml.git diff --git a/debian/patches/33_retry_phram.patch b/debian/patches/33_retry_phram.patch deleted file mode 100644 index 6d37640..0000000 --- a/debian/patches/33_retry_phram.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit d4619b77a669c70ae68d5da34de7655ffef80e04 -Author: Michael Prokop -Date: Mon Jul 11 12:42:24 2011 +0200 - - 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. - -Index: live-boot-grml/components/9990-main.sh -=================================================================== ---- live-boot-grml.orig/components/9990-main.sh 2014-03-08 13:38:03.673128454 +0100 -+++ live-boot-grml/components/9990-main.sh 2014-03-08 13:38:03.669128922 +0100 -@@ -58,6 +58,7 @@ - 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