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