mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
pass -xdev to find when making filelists
This commit is contained in:
parent
741933942e
commit
21c57e2764
@ -54,7 +54,7 @@ create_manifest() {
|
|||||||
if [ "$PROJECT" = ubuntu-cpc ]; then
|
if [ "$PROJECT" = ubuntu-cpc ]; then
|
||||||
echo "create_manifest creating file listing."
|
echo "create_manifest creating file listing."
|
||||||
local target_filelist=${2%.manifest}.filelist
|
local target_filelist=${2%.manifest}.filelist
|
||||||
(cd "${chroot_root}" && find) > "${target_filelist}"
|
(cd "${chroot_root}" && find -xdev) > "${target_filelist}"
|
||||||
fi
|
fi
|
||||||
echo "create_manifest finished"
|
echo "create_manifest finished"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user