summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-09-20 17:36:54 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-09-20 17:36:54 +0000
commitbab5b166526f66d409eff09e12ac7f5db97b93b6 (patch)
treee15d67e26e34b59ea0ecc7712cf3a2d52febb8d6 /utils
parent6cb8577b915af1df82ce7ad40ce5591f818e3cfe (diff)
parent36d0e4617c16c193a8a9932f1b09cfe97f9f767e (diff)
Merge "rootfs_type: remove nfs"
Diffstat (limited to 'utils')
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 29f101e..df3800d 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -29,7 +29,7 @@ class Agljobtemplate(object):
CALLBACK_DIR = "callback"
MACHINES_DIR = "machines"
TESTS_DIR = "tests"
- RFS_TYPE = ['nfs', 'nbd', 'ramdisk']
+ RFS_TYPE = ['nbd', 'ramdisk']
def __init__(self, path=DEFAULT_PATH):
self._template_path = os.path.normpath(path)