X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F2010-remove-persistence;h=717a408b3dbeec34acf8605622176724815c3cf2;hb=ad4ec759ed2d8e76de01c9351cfaa6f8062def0c;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 }