mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 11:51:11 +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"
|