[Fedora-livecd-list] [PATCH] Fixed buggy [[ "$DEV" =~ "/dev/loop*" ]] tests with new isdevloop() function

Marc Herbert Marc.Herbert at gmail.com
Tue Sep 14 09:09:24 UTC 2010


Le 14/09/2010 04:04, Bruno Wolff III a écrit :
> 
> I ended up finding the parts that were missing.

Except for one part still missing...

At this time, git://git.fedorahosted.org/git/livecd is still missing
one hunk from the original patch, more precisely this one-line change:

 checkMBR() {
-    if [[ "$DEV" =~ "/dev/loop*" ]]; then
+    if isdevloop "$DEV"; then






More information about the livecd mailing list