Holger Freyther <holger at ...> writes: > #!/bin/sh -e > ... > if [ -e /etc/dev.tar ]; then > (cd /; tar xf /etc/dev.tar 2>&1 | grep -v 'time stamp') > not_first_boot=1 > fi Okay, it is efce51ec11cc2a908833e80b65d2f5db81bb2fec which only works if the time is broken... I assume one wants to add an || true or such to the command.