blob: 8ef2efaca33880733342c75bab337fcf1e5e532b (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
cat <<-EOF
* For full functonality ensure that the dm_multipath kernel module is loaded"
* Make sure to create /etc/multipath.conf based off of the defaults found in
/usr/share/multipath/examples
EOF
}
|