blob: edd941ad2484ae0b6819463d2a9d905216a4b17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_upgrade() {
echo "Replace zfs in your HOOKS=() in your /etc/mkinitcpio.conf with zfsmultimount, then run mkinitcpio -P"
}
post_install() {
echo "Replace zfs in your HOOKS=() in your /etc/mkinitcpio.conf with zfsmultimount, then run mkinitcpio -P"
}
post_remove() {
echo "Remove zfsmultimount from the HOOKS=() section in your /etc/mkinitcpio.conf, replace it with zfs, then run mkinitcpio -P"
}
|