mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
copy the filelists for the root-xz and squashfs into place
This commit is contained in:
parent
92941d4931
commit
741933942e
@ -14,6 +14,7 @@ rootfs_dir=rootfs.dir
|
|||||||
squashfs_f="$PWD/livecd.ubuntu-cpc.squashfs"
|
squashfs_f="$PWD/livecd.ubuntu-cpc.squashfs"
|
||||||
|
|
||||||
cp $rootfs_dir.manifest $squashfs_f.manifest
|
cp $rootfs_dir.manifest $squashfs_f.manifest
|
||||||
|
cp $rootfs_dir.filelist $squashfs_f.filelist
|
||||||
|
|
||||||
(cd $rootfs_dir &&
|
(cd $rootfs_dir &&
|
||||||
mksquashfs . $squashfs_f \
|
mksquashfs . $squashfs_f \
|
||||||
|
@ -12,4 +12,5 @@ fi
|
|||||||
rootfs_dir=rootfs.dir
|
rootfs_dir=rootfs.dir
|
||||||
|
|
||||||
cp $rootfs_dir.manifest livecd.ubuntu-cpc.rootfs.manifest
|
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
|
(cd $rootfs_dir/ && tar -c --sort=name --xattrs *) | xz > livecd.ubuntu-cpc.rootfs.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user