mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 21:27:10 +00:00
131941df22
Imported using git-ubuntu import. Changelog parent: 9ac850741cb5c111949cb40b971436c3524d495d New changelog entries: * Move building of all architecture-specific CPC artifacts into Launchpad (LP: #1513754).
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"
|