mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-14 19:51:42 +00:00
attempt to fix obscure failure
This commit is contained in:
parent
0501f73231
commit
653b925646
@ -131,7 +131,7 @@ reduce_pass_size () {
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
# Files are strictly identical between the 2 passes (only mod or access times differs). No need for unused delta.
|
# Files are strictly identical between the 2 passes (only mod or access times differs). No need for unused delta.
|
||||||
Echo_message "reduce_pass_size: '$f' is strictly identical between $parent and $pass. Removing."
|
Echo_message "reduce_pass_size: '%s' is strictly identical between %s and %s. Removing." "$f" "$pass" "$parent"
|
||||||
rm "$pass_dir/$f"
|
rm "$pass_dir/$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -143,7 +143,7 @@ create_chroot_pass () {
|
|||||||
local pass=$1
|
local pass=$1
|
||||||
shift 1 # restore ${*}
|
shift 1 # restore ${*}
|
||||||
|
|
||||||
Echo_message "lb_chroot_layered: treating pass $pass"
|
Echo_message "lb_chroot_layered: treating pass %s" "$pass"
|
||||||
|
|
||||||
# We have already treated that pass just return.
|
# We have already treated that pass just return.
|
||||||
local overlay_dir="overlay.${pass}"
|
local overlay_dir="overlay.${pass}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user