Updating to standards 3.8.0.
[live-boot-grml.git] / 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