X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=debian%2Fpatches%2F17_fix_usage_of_manual_add_modules.dpatch;fp=debian%2Fpatches%2F17_fix_usage_of_manual_add_modules.dpatch;h=7a379ca8722c73c4882d2efe4f81be436055ec27;hp=0000000000000000000000000000000000000000;hb=ebe30c37fbe5fbc08966c2689fab5db897343b52;hpb=8a5bc44fd40e28b820b1421fd6dcdd4f049fd4cb diff --git a/debian/patches/17_fix_usage_of_manual_add_modules.dpatch b/debian/patches/17_fix_usage_of_manual_add_modules.dpatch new file mode 100755 index 0000000..7a379ca --- /dev/null +++ b/debian/patches/17_fix_usage_of_manual_add_modules.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 17_fix_usage_of_manual_add_modules.dpatch by Michael Prokop +## +## DP: manual_add_modules does not support multiple options, therefore +## DP: mtdblock isn't part of initramfs. + +@DPATCH@ + +--- a/hooks/live ++++ b/hooks/live +@@ -181,7 +181,8 @@ copy_exec /usr/bin/md5sum /bin + if [ -x /usr/bin/memdiskfind ] + then + copy_exec /usr/bin/memdiskfind +- manual_add_modules phram mtdblock ++ manual_add_modules phram ++ manual_add_modules mtdblock + fi + + # Program: cpio