aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/multipath-tools/multipath-tools_%.bbappend
blob: 5ce6b3c60822937107774a571b573655ee0d6aa6 (plain)
1
2
3
4
5
6
7
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
}