diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-09-20 17:36:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-09-20 17:36:54 +0000 |
commit | bab5b166526f66d409eff09e12ac7f5db97b93b6 (patch) | |
tree | e15d67e26e34b59ea0ecc7712cf3a2d52febb8d6 /utils | |
parent | 6cb8577b915af1df82ce7ad40ce5591f818e3cfe (diff) | |
parent | 36d0e4617c16c193a8a9932f1b09cfe97f9f767e (diff) |
Merge "rootfs_type: remove nfs"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/agljobtemplate.py | 2 |
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) |