diff options
author | Iacopo Isimbaldi <isiachi@rhye.it> | 2016-03-12 18:31:08 +0100 |
---|---|---|
committer | Iacopo Isimbaldi <isiachi@rhye.it> | 2016-03-12 18:31:08 +0100 |
commit | 7f4896803034fb83dc162c07d486ee66bac20f25 (patch) | |
tree | 1306cae6d1ff1208f41a178eb178d9f0627a2008 /zfs.initcpio.install | |
parent | Updated to pkgrel 4 (diff) | |
download | zfs-dkms-7f4896803034fb83dc162c07d486ee66bac20f25.tar.xz |
Removed "zfs.install"
Useless with new version of dkms
Diffstat (limited to 'zfs.initcpio.install')
-rw-r--r-- | zfs.initcpio.install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/zfs.initcpio.install b/zfs.initcpio.install index e192c3b..c128d10 100644 --- a/zfs.initcpio.install +++ b/zfs.initcpio.install @@ -1,12 +1,6 @@ #!/bin/bash build() { - echo -en "Build spl module for ${KERNELVERSION} kernel... " - $(which dkms) install -m spl -v ##VERMARKER## -k ${KERNELVERSION} -q - echo -en "Done.\nBuild zfs module for ${KERNELVERSION} kernel... " - $(which dkms) install -m zfs -v ##VERMARKER## -k ${KERNELVERSION} -q - echo "Done." - map add_module \ zavl \ znvpair \ |