copy the filelists for the root-xz and squashfs into place

This commit is contained in:
Michael Hudson-Doyle 2019-11-27 16:09:55 +13:00
parent 92941d4931
commit 741933942e
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ rootfs_dir=rootfs.dir
squashfs_f="$PWD/livecd.ubuntu-cpc.squashfs"
cp $rootfs_dir.manifest $squashfs_f.manifest
cp $rootfs_dir.filelist $squashfs_f.filelist
(cd $rootfs_dir &&
mksquashfs . $squashfs_f \

View File

@ -12,4 +12,5 @@ fi
rootfs_dir=rootfs.dir
cp $rootfs_dir.manifest livecd.ubuntu-cpc.rootfs.manifest
cp $rootfs_dir.filelist livecd.ubuntu-cpc.rootfs.filelist
(cd $rootfs_dir/ && tar -c --sort=name --xattrs *) | xz > livecd.ubuntu-cpc.rootfs.tar.xz