diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2014-04-24 18:39:54 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2014-04-24 18:39:54 -0300 |
commit | 10297249275ab298544c9e34b49e8b61a6ad448c (patch) | |
tree | bce664d8e1470bc268a9c86932af2a2feaa2b7e6 /pcr/multipath-tools/multipath-tools.install | |
parent | d22b7c00d202a04dfb09ba662bcabd501a836c7f (diff) |
multipath-tools-0.5.0-1: add new package to [pcr]
Diffstat (limited to 'pcr/multipath-tools/multipath-tools.install')
-rw-r--r-- | pcr/multipath-tools/multipath-tools.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/multipath-tools/multipath-tools.install b/pcr/multipath-tools/multipath-tools.install new file mode 100644 index 000000000..8ef2efaca --- /dev/null +++ b/pcr/multipath-tools/multipath-tools.install @@ -0,0 +1,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 + +} |