diff options
author | Chris Patterson <pattersonc@ainfosec.com> | 2016-06-23 18:17:01 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-04 00:24:35 -0400 |
commit | cb16321ca63461f699a251d60f2d889617af76a8 (patch) | |
tree | 437c9753348b409ed5fc517a827ee219f46f5e6a | |
parent | f53bca5f88a0760e902de532a369d0c1b85efce6 (diff) | |
download | meta-virtualization-cb16321ca63461f699a251d60f2d889617af76a8.tar.gz |
base-files: remove bbappend hacking on fstab
This approach breaks images which have Xen in DISTRO_FEATURES,
but are not booting under Xen (and mounting /proc/xen fails).
xencommons, xendriverdomain, or proc-xen.mount should take care of
mounting /proc/xen.
Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-core/base-files/base-files_3.%.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-core/base-files/base-files_3.%.bbappend b/recipes-core/base-files/base-files_3.%.bbappend deleted file mode 100644 index eb973adf..00000000 --- a/recipes-core/base-files/base-files_3.%.bbappend +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
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 | } | ||