summaryrefslogtreecommitdiff
path: root/bsp-x86_64-generic.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-20 10:49:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-20 10:49:18 +0000
commit6b35744da2cd19a5858b6857d4b27598a80c2373 (patch)
tree5f018479af5be14ad23515dbd38ea60f7fc307c5 /bsp-x86_64-generic.morph
parentcdd4a048bac26302152129de39ab24b2bbf86dd6 (diff)
downloaddefinitions-6b35744da2cd19a5858b6857d4b27598a80c2373.tar.gz
nfs: Stratum complete
Secure NFS is not yet supported, but 'systemctl start nfs-server' now works correctly in Baserock.
Diffstat (limited to 'bsp-x86_64-generic.morph')
-rw-r--r--bsp-x86_64-generic.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph
index ae5a3b07..353443af 100644
--- a/bsp-x86_64-generic.morph
+++ b/bsp-x86_64-generic.morph
@@ -6,7 +6,7 @@
{
"name": "linux",
"repo": "upstream:linux",
- "ref": "baserock/morph",
+ "ref": "baserock/samthursfield/nfs",
"build-depends": []
},
{
@@ -19,7 +19,9 @@
"name": "syslinux",
"repo": "upstream:syslinux",
"ref": "baserock/morph",
- "build-depends": ["nasm"]
+ "build-depends": [
+ "nasm"
+ ]
}
]
}