diff options
-rwxr-xr-x | scripts/build/binary_rootfs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 97f25534a..cad1ea038 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -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 "${@}" |