aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/multipath-tools/multipath-tools_%.bbappend
blob: 5bd2b03d02bec637679fe08ad8e21f6cef43b146 (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
}