diff options
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 6ee9d1590..692a28d5a 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -88,9 +88,9 @@ do done case "${LB_CHROOT_FILESYSTEM}" in - ext2|ext3) + ext2|ext3|ext4) # Checking depends - Check_package chroot/sbin/mkfs.ext2 e2fsprogs + Check_package chroot/sbin/mkfs.${LB_BINARY_FILESYSTEM} e2fsprogs # Restoring cache Restore_cache cache/packages_binary |