Merge remote-tracking branch 'upstream/master'
[live-boot-grml.git] / components / 2010-remove-persistence
index 5dcf0c0..717a408 100755 (executable)
@@ -27,5 +27,5 @@ Remove_persistence ()
        esac
 
        # Remove persistence
-       cd /live/overlay && find . -not -name 'persistence.conf' | xargs rm -rf
+       cd /run/live/overlay && find . -not -name 'persistence.conf' | xargs rm -rf
 }