[SCM] live-initramfs branch, master, updated. debian/1.173.1-1-2-ga700776

Daniel Baumann daniel at debian.org
Sun Feb 7 17:20:11 UTC 2010


The following commit has been merged in the master branch:
commit a7007768ff9df94bfed9fc3d81056a420adb20af
Author: amnesia <amnesia at boum.org>
Date:   Sun Feb 7 15:14:34 2010 +0100

    Correcting live-media=removeable{,-usb} behaviour to match the documented one.
    
    The manpage states that "the keyword 'removable' can be used to limit the search
    of acceptable live media to removable type only".
    
    Signed-off-by: amnesia <amnesia at boum.org>

diff --git a/scripts/live b/scripts/live
index e17f66f..26cd5cf 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1515,6 +1515,7 @@ find_livefs ()
 					fi
 				fi
 			done
+			return 1
 			;;
 
 		removable)
@@ -1531,6 +1532,7 @@ find_livefs ()
 					done
 				fi
 			done
+			return 1
 			;;
 
 		*)

-- 
live-initramfs



More information about the debian-live-changes mailing list