import Foundation
struct UbuntuFileSystem {
let formatType = "ext4"
let root = "/"
let settings = "/etc"
let optional = "/opt"
}