Renaming forgotton uuid file to live-uuid.
authorDaniel Baumann <daniel@debian.org>
Wed, 4 Jun 2008 12:05:42 +0000 (14:05 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:00 +0000 (17:48 +0100)
scripts/live

index 0d84533..b6762bc 100755 (executable)
@@ -479,7 +479,7 @@ matches_uuid ()
        path="${1}"
        uuid="$(cat /conf/uuid.conf)"
 
-       for try_uuid_file in "${mountpoint}/.disk/casper-uuid"*
+       for try_uuid_file in "${mountpoint}/.disk/live-uuid"*
        do
                [ -e "${try_uuid_file}" ] || continue