mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 23:31:47 +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=""
|
LOWER_LAYERS=""
|
||||||
for _PASS in $PASSES
|
for _PASS in $PASSES
|
||||||
do
|
do
|
||||||
|
export PASS=${_PASS}
|
||||||
|
|
||||||
if [ $CURPASS -gt 1 ]; then
|
if [ $CURPASS -gt 1 ]; then
|
||||||
mkdir chroot.${_PASS}
|
mkdir chroot.${_PASS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user