X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=a24da07be6adc73b81e3abd04880d23443c1704b;hb=5ca613caa8948bb2686b592880f45caaa61e4662;hp=a701f12b4b1a9789858216bc124ea02d7fa749bd;hpb=ad772f205c1044ce7fe5383d72aae9a3ca8f33a7;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index a701f12..a24da07 100755 --- a/scripts/live +++ b/scripts/live @@ -1219,16 +1219,16 @@ setup_unionfs () # Adding custom persistent if [ -n "${PERSISTENT}" ] && [ -z "${NOPERSISTENT}" ] then - local custom_mounts="/custom_mounts.list" + local custom_mounts="/tmp/custom_mounts.list" rm -rf ${custom_mounts} 2> /dev/null # Gather information about custom mounts from devies detected as overlays - get_custom_mounts ${overlay_devices} ${custom_mounts} ${rootmnt} + get_custom_mounts ${custom_mounts} ${overlay_devices} - [ "${DEBUG}" = "Yes" ] && cp ${custom_mounts} "${rootmnt}/live/persistent" + [ -n "${DEBUG}" ] && cp ${custom_mounts} "${rootmnt}/live/persistent" # Now we do the actual mounting (and symlinking) - do_custom_mounts ${custom_mounts} ${rootmnt} + do_custom_mounts ${custom_mounts} rm ${custom_mounts} # Look for other snapshots to copy in