mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Create livecd-roots tarball as a .wsl extension
Co-authored-by: Carlos Nihelton <carlos.santanadeoliveira@canonical.com>
This commit is contained in:
parent
b53628564c
commit
42f3b442e9
@ -16,5 +16,10 @@ esac
|
||||
setfattr -x system.posix_acl_access chroot/var/log/journal
|
||||
setfattr -x system.posix_acl_default chroot/var/log/journal
|
||||
|
||||
# Create the rootfs as a .wsl extension
|
||||
cd chroot
|
||||
tar --xattrs --sort=name -czf ../livecd.$PROJECT${SUBARCH:+-$SUBARCH}.wsl *
|
||||
cd ..
|
||||
|
||||
# Remove initial ext4-formatted fs
|
||||
rm -f binary/boot/filesystem.ext4
|
||||
|
Loading…
x
Reference in New Issue
Block a user