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

feature #1112: none fs type renamed to raw

This commit is contained in:
Ruben S. Montero 2012-03-02 01:17:42 +01:00
parent 1da7f89f5e
commit 5810a3fdb4

View File

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