#!/bin/bash
#XZ_OPT=-e9T0 tar -cJf liveuser.tar.xz liveuser
tar -cf - liveuser | xz -e -9 -T0 -c - > liveuser.tar.xz
echo "Ready"