binary_rootfs: fix missing handling of chroot_tmpfs
This commit is contained in:
parent
78b03ce8a3
commit
f24ed6ba3e
|
@ -141,6 +141,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_resolv remove "${@}"
|
||||
lb chroot_hosts remove "${@}"
|
||||
lb chroot_sysv-rc remove "${@}"
|
||||
lb chroot_tmpfs remove "${@}"
|
||||
lb chroot_dpkg remove "${@}"
|
||||
lb chroot_debianchroot remove "${@}"
|
||||
lb chroot_sysfs remove "${@}"
|
||||
|
@ -157,6 +158,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_sysfs install "${@}"
|
||||
lb chroot_debianchroot install "${@}"
|
||||
lb chroot_dpkg install "${@}"
|
||||
lb chroot_tmpfs install "${@}"
|
||||
lb chroot_sysv-rc install "${@}"
|
||||
lb chroot_hosts install "${@}"
|
||||
lb chroot_resolv install "${@}"
|
||||
|
@ -229,6 +231,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_resolv remove "${@}"
|
||||
lb chroot_hosts remove "${@}"
|
||||
lb chroot_sysv-rc remove "${@}"
|
||||
lb chroot_tmpfs remove "${@}"
|
||||
lb chroot_dpkg remove "${@}"
|
||||
lb chroot_debianchroot remove "${@}"
|
||||
lb chroot_sysfs remove "${@}"
|
||||
|
@ -245,6 +248,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_sysfs install "${@}"
|
||||
lb chroot_debianchroot install "${@}"
|
||||
lb chroot_dpkg install "${@}"
|
||||
lb chroot_tmpfs install "${@}"
|
||||
lb chroot_sysv-rc install "${@}"
|
||||
lb chroot_hosts install "${@}"
|
||||
lb chroot_resolv install "${@}"
|
||||
|
@ -364,6 +368,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_resolv remove "${@}"
|
||||
lb chroot_hosts remove "${@}"
|
||||
lb chroot_sysv-rc remove "${@}"
|
||||
lb chroot_tmpfs remove "${@}"
|
||||
lb chroot_dpkg remove "${@}"
|
||||
lb chroot_debianchroot remove "${@}"
|
||||
lb chroot_sysfs remove "${@}"
|
||||
|
@ -380,6 +385,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
lb chroot_sysfs install "${@}"
|
||||
lb chroot_debianchroot install "${@}"
|
||||
lb chroot_dpkg install "${@}"
|
||||
lb chroot_tmpfs install "${@}"
|
||||
lb chroot_sysv-rc install "${@}"
|
||||
lb chroot_hosts install "${@}"
|
||||
lb chroot_resolv install "${@}"
|
||||
|
|
Loading…
Reference in New Issue