X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=f79eaff2237d8415ec5d49cc7d6d9075518e0a44;hb=refs%2Ftags%2Fdebian%2F1.173.5-1;hp=d162f755b44afc664eff0453f2e6f369854c015f;hpb=907e89f016d9ffbdc6c6f125f0dc1fd2c82b4882;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index d162f75..f79eaff 100755 --- a/scripts/live +++ b/scripts/live @@ -996,7 +996,7 @@ find_snap () if [ "${PERSISTENT}" != "nofiles" ] then # search for image files - snapdata=$(find_files "${snap_label}.squashfs ${snap_label}.cpio.gz ${snap_label}.ext2 ${snap_label}.ext3 ${snap_label}.ext4 ${snap_label}.jffs2") + snapdata=$(find_files "${PERSISTENT_PATH}${snap_label}.squashfs ${PERSISTENT_PATH}${snap_label}.cpio.gz ${PERSISTENT_PATH}${snap_label}.ext2 ${PERSISTENT_PATH}${snap_label}.ext3 ${PERSISTENT_PATH}${snap_label}.ext4 ${PERSISTENT_PATH}${snap_label}.jffs2") fi if [ -z "${snapdata}" ]