Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
[live-boot-grml.git] / scripts / boot / 9990-misc-helpers.sh
index 35448b9..71ba7e1 100755 (executable)
@@ -1581,7 +1581,7 @@ fix_backwards_compatibility ()
        fi
 
        include_list="${backing}/${persistence_list}"
-       if [ ! -r "${include_list}" ]
+       if [ ! -r "${include_list}" ] && [ ! -r "${backing}/${old_persistence_list}" ]
        then
                echo "# persistence backwards compatibility:
 ${dir} ${opt},source=." > "${include_list}"