summarylogtreecommitdiffstats
path: root/zfs.install
blob: f406c472032ede2b95b0b9cfa32fffa8e4e1860f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
    check_initramfs
}

post_upgrade() {
    check_initramfs
}

check_initramfs() {    
    echo " >>>  To build the module for the current kernel use this command:
        # dkms install zfs/0.6.5.2 -k _KERNEL_VERSION_HERE_
      or just boot to kernel you want to build and do
        # dkms install zfs/0.6.5.2 -k \$(uname -r)

 >>>  Always remember to install kernel headers!
"
}