diff options
author | Iacopo Isimbaldi <isiachi@rhye.it> | 2015-10-04 15:41:01 +0200 |
---|---|---|
committer | Iacopo Isimbaldi <isiachi@rhye.it> | 2015-10-04 15:41:01 +0200 |
commit | 1adf7942610a25b0e12fc730fbb226db1efea7ac (patch) | |
tree | 9b7a951822040c7decf4cd431e213aa6c82483fd /zfs.install | |
parent | Added .gitignore and corrected wrong provides in PKGBUILD (diff) | |
download | zfs-dkms-1adf7942610a25b0e12fc730fbb226db1efea7ac.tar.xz |
Bump to version 0.6.5.2
Diffstat (limited to 'zfs.install')
-rw-r--r-- | zfs.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zfs.install b/zfs.install index 77a9798..f406c47 100644 --- a/zfs.install +++ b/zfs.install @@ -8,9 +8,9 @@ post_upgrade() { check_initramfs() { echo " >>> To build the module for the current kernel use this command: - # dkms install zfs/0.6.4.2 -k _KERNEL_VERSION_HERE_ + # 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.4.2 -k \$(uname -r) + # dkms install zfs/0.6.5.2 -k \$(uname -r) >>> Always remember to install kernel headers! " |