mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
lb_chroot_layered: Export _PASS as PASS to be available in hooks
This commit is contained in:
parent
d5a16296f4
commit
0f4fcbc7d3
@ -47,6 +47,7 @@ LASTPASS=$(echo $PASSES|wc -w)
|
||||
LOWER_LAYERS=""
|
||||
for _PASS in $PASSES
|
||||
do
|
||||
export PASS=${_PASS}
|
||||
|
||||
if [ $CURPASS -gt 1 ]; then
|
||||
mkdir chroot.${_PASS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user