X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F2010-remove-persistence;h=717a408b3dbeec34acf8605622176724815c3cf2;hb=27bc786ffea0c796827b628fb48fcdd755eace9d;hp=5dcf0c0dd8194e9dcc9630f71ba270179f3c404c;hpb=a09ea36d4fde0e56cd34a27716c25395ae41b116;p=live-boot-grml.git diff --git a/components/2010-remove-persistence b/components/2010-remove-persistence index 5dcf0c0..717a408 100755 --- a/components/2010-remove-persistence +++ b/components/2010-remove-persistence @@ -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 }