Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
meta-anaconda: add multipath-tools bbappend
Browse files Browse the repository at this point in the history
- Explicitly disable auto service to help installer work

- Copy multipath.conf from example

The bbappend works only if DISTRO = "anaconda".

Signed-off-by: Hongxu Jia <[email protected]>
  • Loading branch information
hongxu-jia committed Nov 24, 2017
1 parent 192a1d8 commit 61a76e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-support/multipath-tools/multipath-tools_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SYSTEMD_AUTO_ENABLE_anaconda = "disable"

do_install_append_anaconda () {
install -d ${D}${sysconfdir}/multipath
install -m 0644 ${WORKDIR}/multipath.conf.example \
${D}${sysconfdir}/multipath.conf
}

0 comments on commit 61a76e2

Please sign in to comment.