X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F19_revert_toram_bootoption_to_expected_behaviour.patch;h=b2fe5ef978f614aaf6dc4474ec32816484b78654;hb=61895ec815db2d6dc078873149f7bc8118f9d055;hp=2f78fb2b43bc8c27ed735877ddb52ee413c168b8;hpb=447c0d1349b4c96c9161f837990cd9c98f7c5ced;p=live-boot-grml.git diff --git a/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch b/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch index 2f78fb2..b2fe5ef 100644 --- a/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch +++ b/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch @@ -27,11 +27,9 @@ @DPATCH@ index d79beed..1b6926e 100755 -Index: live-boot-grml/scripts/live -=================================================================== ---- live-boot-grml.orig/scripts/live 2011-12-06 22:10:34.000000000 +0100 -+++ live-boot-grml/scripts/live 2011-12-06 22:10:34.000000000 +0100 -@@ -619,7 +619,7 @@ +--- a/scripts/boot/9990-toram-todisk.sh ++++ b/scripts/boot/9990-toram-todisk.sh +@@ -10,7 +10,7 @@ if [ -z "${MODULETORAM}" ] then @@ -40,7 +38,7 @@ Index: live-boot-grml/scripts/live else MODULETORAMFILE="${copyfrom}/${LIVE_MEDIA_PATH}/${MODULETORAM}" -@@ -695,8 +695,7 @@ +@@ -86,8 +86,7 @@ echo " * Copying whole medium to RAM" 1>/dev/console rsync -a --progress ${copyfrom}/* ${copyto} 1>/dev/console # "cp -a" from busybox also copies hidden files else