X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F2010-remove-persistence;h=717a408b3dbeec34acf8605622176724815c3cf2;hb=683095685ccdd4175b75293540aabe239d03a6bb;hp=5dcf0c0dd8194e9dcc9630f71ba270179f3c404c;hpb=73d837abfd95add4e0792ef27df8c7eea8a7388f;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 }