From f24ed6ba3e61eb38a648e28eb647fac1fa25fb8e Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sun, 5 Apr 2020 20:05:40 +0100 Subject: binary_rootfs: fix missing handling of chroot_tmpfs --- scripts/build/binary_rootfs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/build') 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 "${@}" -- cgit v1.2.3