diff options
author | Iacopo Isimbaldi <isiachi@rhye.it> | 2015-08-08 18:14:14 +0200 |
---|---|---|
committer | Iacopo Isimbaldi <isiachi@rhye.it> | 2015-08-08 18:14:14 +0200 |
commit | 0e008d86b030338900f66f5c12dfe31cfc167341 (patch) | |
tree | 2487b901a01eeb38cfb3fe8ffe5c5d49249c1eef /zfs.install | |
parent | AUR4 Initial Commit (diff) | |
download | zfs-dkms-0e008d86b030338900f66f5c12dfe31cfc167341.tar.xz |
Dropped "-git" suffix
Diffstat (limited to 'zfs.install')
-rw-r--r-- | zfs.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zfs.install b/zfs.install index 37c0f53..77a9798 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 -k _KERNEL_VERSION_HERE_ - or just boot to kernel you want to built and do - # dkms install zfs/0.6.4 -k \$(uname -r) + # dkms install zfs/0.6.4.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) >>> Always remember to install kernel headers! " |