X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F19_revert_toram_bootoption_to_expected_behaviour.patch;h=5f3f3ffaf65bbf6112f84ffe904ea92f8f3240aa;hb=3b3ac7b387df59cc871f6572344f249a203b371c;hp=b2fe5ef978f614aaf6dc4474ec32816484b78654;hpb=a6e250845a22f7b54e2936a64e98430ed3c79194;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 b2fe5ef..5f3f3ff 100644 --- a/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch +++ b/debian/patches/19_revert_toram_bootoption_to_expected_behaviour.patch @@ -27,17 +27,8 @@ @DPATCH@ index d79beed..1b6926e 100755 ---- a/scripts/boot/9990-toram-todisk.sh -+++ b/scripts/boot/9990-toram-todisk.sh -@@ -10,7 +10,7 @@ - - if [ -z "${MODULETORAM}" ] - then -- size=$(fs_size "" ${copyfrom}/${LIVE_MEDIA_PATH} "used") -+ size=$(fs_size "" ${copyfrom}/ "used") - else - MODULETORAMFILE="${copyfrom}/${LIVE_MEDIA_PATH}/${MODULETORAM}" - +--- a/components/9990-toram-todisk.sh ++++ b/components/9990-toram-todisk.sh @@ -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