diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:07 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:07 +0200 |
commit | ee97d3d279164f8b44fb8afc997e4ae953d17106 (patch) | |
tree | bff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-core/base-files | |
download | meta-virtualization-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-core/base-files')
-rw-r--r-- | recipes-core/base-files/base-files_3.0.14.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-files/base-files_3.0.14.bbappend new file mode 100644 index 00000000..eb973adf --- /dev/null +++ b/recipes-core/base-files/base-files_3.0.14.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | do_install_append() { | ||
2 | if echo "${DISTRO_FEATURES}" | grep -q 'xen'; then | ||
3 | echo "xenfs /proc/xen xenfs defaults 0 0" >> ${D}${sysconfdir}/fstab | ||
4 | fi | ||
5 | } | ||