X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Flive;h=bf90781aef1642b82fd248e7ac2dc1d96b03f3f1;hb=refs%2Ftags%2Fupstream%2F1.154.6;hp=d06dd209eca8855338bfcd5e73d7009f660f931e;hpb=58ce4e7fc93ebcc9f9e86766706fb463962eea65;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index d06dd20..bf90781 100755 --- a/scripts/live +++ b/scripts/live @@ -340,6 +340,11 @@ Arguments () export PERSISTENT ;; + persistent-path=*) + PERSISTENT_PATH="${ARGUMENT#persistent-path=}" + export PERSISTENT_PATH + ;; + nopersistent) NOPERSISTENT="Yes" export NOPERSISTENT