Renaming lb_chroot_packagelists to lb_chroot_package-lists so that helper matches directory.
This commit is contained in:
parent
e82aa25134
commit
0a32c8b6c0
|
@ -58,7 +58,7 @@ lb chroot_local-preseed ${*}
|
|||
|
||||
for _PASS in install live
|
||||
do
|
||||
lb chroot_packagelists ${_PASS} ${*}
|
||||
lb chroot_package-lists ${_PASS} ${*}
|
||||
lb chroot_install-packages ${_PASS} ${*}
|
||||
lb chroot_task-lists ${_PASS} ${*}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Echo_message "Begin queueing installation of package lists (${_PASS} pass)..."
|
|||
Require_stagefile .stage/config .stage/bootstrap
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/chroot_packagelists.${_PASS}
|
||||
Check_stagefile .stage/chroot_package-lists.${_PASS}
|
||||
|
||||
# Checking lock file
|
||||
Check_lockfile .lock
|
||||
|
@ -51,7 +51,7 @@ then
|
|||
done
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/chroot_packagelists.${_PASS}
|
||||
Create_stagefile .stage/chroot_package-lists.${_PASS}
|
||||
fi
|
||||
|
||||
# Handling local package lists
|
||||
|
@ -72,5 +72,5 @@ then
|
|||
done
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/chroot_packagelists.${_PASS}
|
||||
Create_stagefile .stage/chroot_package-lists.${_PASS}
|
||||
fi
|
Loading…
Reference in New Issue