X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F2010-remove-persistence;fp=components%2F2010-remove-persistence;h=717a408b3dbeec34acf8605622176724815c3cf2;hp=5dcf0c0dd8194e9dcc9630f71ba270179f3c404c;hb=f35e0cfae2a2c7b15ed6a38211264b7b26b80a43;hpb=2a8ce242c18e10dffe2b8e1887df0b4fb8982d3b 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 }