1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #1753: Empty FSTYPES do not tries to make any filesystem

This commit is contained in:
Ruben S. Montero 2013-02-04 22:49:36 +01:00
parent 4387159f8b
commit 49ab858b3f

View File

@ -243,7 +243,7 @@ function mkfs_command {
"jfs")
OPTS="-q"
;;
"raw")
"raw"|"")
echo ""
return 0
;;