diff options
-rwxr-xr-x | scripts/build/lb_binary_virtual-hdd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_virtual-hdd b/scripts/build/lb_binary_virtual-hdd index f04866309..5cbea89d3 100755 --- a/scripts/build/lb_binary_virtual-hdd +++ b/scripts/build/lb_binary_virtual-hdd @@ -47,7 +47,7 @@ if [ "${LB_BUILD_WITH_CHROOT}" = "true" ] then case "${LB_BINARY_FILESYSTEM}" in ext2|ext3|ext4) - Check_package chroot/sbin/mkfs.${LB_BINARTY_FILESYSTEM} e2fsprogs + Check_package chroot/sbin/mkfs.${LB_BINARY_FILESYSTEM} e2fsprogs ;; esac fi @@ -88,7 +88,7 @@ then else case "${LB_BINARY_FILESYSTEM}" in ext2|ext3|ext4) - mkfs.${LB_BINARTY_FILESYSTEM} . -F binary-virtual.img + mkfs.${LB_BINARY_FILESYSTEM} . -F binary-virtual.img ;; esac fi |