mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 05:37:04 +00:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
#!/bin/bash -ex
|
||
|
(cd "binary/boot/filesystem.dir/" && tar -c *) | \
|
||
|
xz > "livecd.ubuntu-cpc.rootfs.tar.xz"
|