summaryrefslogtreecommitdiff
path: root/morphlib/exts/nfsboot.write
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/nfsboot.write')
-rwxr-xr-xmorphlib/exts/nfsboot.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/nfsboot.write b/morphlib/exts/nfsboot.write
index 3bb66821..8d3d6df7 100755
--- a/morphlib/exts/nfsboot.write
+++ b/morphlib/exts/nfsboot.write
@@ -62,7 +62,7 @@ class NFSBootWriteExtension(morphlib.writeexts.WriteExtension):
temp_root, location = args
version_label = os.getenv('VERSION_LABEL', 'factory')
- hostname = os.environ.get('HOSTNAME')
+ hostname = os.environ['HOSTNAME']
versioned_root = os.path.join(self._nfsboot_root, hostname, 'systems',
version_label)