Do not "exit" if boot option nonetworking is set but "return" instead
[live-boot-grml.git] / debian / patches / 19_revert_toram_bootoption_to_expected_behaviour.patch
index d3717cd..b2fe5ef 100644 (file)
@@ -27,9 +27,9 @@
 @DPATCH@
 
 index d79beed..1b6926e 100755
---- a/scripts/live
-+++ b/scripts/live
-@@ -563,7 +563,7 @@
+--- a/scripts/boot/9990-toram-todisk.sh
++++ b/scripts/boot/9990-toram-todisk.sh
+@@ -10,7 +10,7 @@
  
        if [ -z "${MODULETORAM}" ]
        then
@@ -38,7 +38,7 @@ index d79beed..1b6926e 100755
        else
                MODULETORAMFILE="${copyfrom}/${LIVE_MEDIA_PATH}/${MODULETORAM}"
  
-@@ -639,8 +639,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