|
//
|
|
// Linux+Fileable.swift
|
|
// Fileable
|
|
//
|
|
// Created by Shota Shimazu on 2017/10/25.
|
|
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
struct UbuntuFileSystem {
|
|
let formatType = "ext4"
|
|
let root = "/"
|
|
let settings = "/etc"
|
|
let optional = "/opt"
|
|
}
|