mirror of https://github.com/archzfs/archzfs
parent
6a0e869003
commit
00b1c8020e
@ -1,12 +0,0 @@ |
||||
post_install() { |
||||
# https://bugs.archlinux.org/task/52901 |
||||
echo '>>> If DKMS fails to build ZFS, run this command:' |
||||
echo -e '# dkms install -m zfs/git -k <kernel_version>\n' |
||||
|
||||
echo 'If you are using ZFS on your root partition run this afterwards:' |
||||
echo '# mkinitcpio -P' |
||||
} |
||||
|
||||
post_upgrade() { |
||||
post_install "$1" |
||||
} |
@ -1,12 +0,0 @@ |
||||
post_install() { |
||||
# https://bugs.archlinux.org/task/52901 |
||||
echo '>>> If DKMS fails to build ZFS, run this command:' |
||||
echo -e '# dkms install -m zfs/0.7.5 -k <kernel_version>\n' |
||||
|
||||
echo 'If you are using ZFS on your root partition run this afterwards:' |
||||
echo '# mkinitcpio -P' |
||||
} |
||||
|
||||
post_upgrade() { |
||||
post_install "$1" |
||||
} |
@ -1,16 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
cat << EOF > ${zfs_dkms_pkgbuild_path}/zfs.install |
||||
post_install() { |
||||
# https://bugs.archlinux.org/task/52901 |
||||
echo '>>> If DKMS fails to build ZFS, run this command:' |
||||
echo -e '# dkms install -m zfs/${zfs_mod_ver} -k <kernel_version>\n' |
||||
|
||||
echo 'If you are using ZFS on your root partition run this afterwards:' |
||||
echo '# mkinitcpio -P' |
||||
} |
||||
|
||||
post_upgrade() { |
||||
post_install "\$1" |
||||
} |
||||
EOF |
Loading…
Reference in new issue