2015-11-06 09:54:59 +00:00

4 lines
110 B
Bash
Executable File

#!/bin/bash -ex
(cd "binary/boot/filesystem.dir/" && tar -c *) | \
xz > "livecd.ubuntu-cpc.rootfs.tar.xz"