X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=scripts%2Flive;h=e2112638f44c07089d1731dc35fabb9ed7c085fa;hp=ee363c3e46cc1e07bfe65ed5d3fd5c498784baa6;hb=02f0fb6ca32464adc6d6dd80878ac62bd75048ec;hpb=41e9edcaf36bf2b7d56eee71bee80703176d111e diff --git a/scripts/live b/scripts/live index ee363c3..e211263 100755 --- a/scripts/live +++ b/scripts/live @@ -875,7 +875,7 @@ try_snap () fi else # cpio.gz snapshot - if ! (cd "${snap_mount}" && zcat "${snapback}/${snapfile}" | cpio -i -u -d 2>/dev/null) + if ! (cd "${snap_mount}" && zcat "${snapback}/${snapfile}" | cpio --extract --preserve-modification-time --no-absolute-filenames --sparse --unconditional --make-directories > /dev/null 2>&1) then log_warning_msg "Impossible to include the ${snapfile} Snapshot" return 1