Tidy "install" / "install-binary" handling in lh_chroot_apt.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
252ee4f32c
commit
c2356c4184
|
@ -20,7 +20,7 @@ done
|
||||||
# Setting static variables
|
# Setting static variables
|
||||||
DESCRIPTION="manage /etc/apt/apt.conf"
|
DESCRIPTION="manage /etc/apt/apt.conf"
|
||||||
HELP=""
|
HELP=""
|
||||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
USAGE="${PROGRAM} {install|install-binary|remove} [--force]"
|
||||||
|
|
||||||
Arguments "${@}"
|
Arguments "${@}"
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Set_defaults
|
||||||
Require_stagefile .stage/bootstrap
|
Require_stagefile .stage/bootstrap
|
||||||
|
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
install*)
|
install|install-binary)
|
||||||
Echo_message "Configuring file /etc/apt/apt.conf"
|
Echo_message "Configuring file /etc/apt/apt.conf"
|
||||||
|
|
||||||
# Checking stage file
|
# Checking stage file
|
||||||
|
|
Loading…
Reference in New Issue