Lines 55-73
Link Here
|
55 |
} |
55 |
} |
56 |
|
56 |
|
57 |
pkg_postinst() { |
57 |
pkg_postinst() { |
58 |
einfo "For booting Gentoo from Device-Mapper RAID you can use Genkernel." |
58 |
elog "For booting Gentoo from Device-Mapper RAID you can use Genkernel." |
59 |
einfo " " |
59 |
elog " " |
60 |
einfo "Genkernel will generate the kernel and the initrd with a statically " |
60 |
elog "Genkernel will generate the kernel and the initrd with a statically " |
61 |
einfo "linked dmraid binary (its own version which may not be the same as this version):" |
61 |
elog "linked dmraid binary (its own version which may not be the same as this version):" |
62 |
einfo " emerge -av sys-kernel/genkernel" |
62 |
elog "\t emerge -av sys-kernel/genkernel" |
63 |
einfo " genkernel --dmraid --udev all" |
63 |
elog "\t genkernel --dmraid all" |
64 |
einfo " " |
64 |
elog " " |
65 |
einfo "If you would rather use this version of DMRAID with Genkernel, copy the distfile" |
65 |
elog "If you would rather use this version of DMRAID with Genkernel, copy the distfile" |
66 |
einfo "from your distdir to '/usr/share/genkernel/pkg/' and update the following" |
66 |
elog "from your distdir to '/var/cache/genkernel/src/' and update the following" |
67 |
einfo "in /etc/genkernel.conf:" |
67 |
elog "in /etc/genkernel.conf:" |
68 |
einfo " DMRAID_VER=\"${MY_PV/_/.}\"" |
68 |
elog "\t DMRAID_VER=\"${MY_PV/_/.}\"" |
69 |
einfo " DMRAID_SRCTAR=\"\${GK_SHARE}/pkg/${A}\"" |
69 |
elog "\t DMRAID_SRCTAR=\"\${DISTDIR}/${A}\"" |
70 |
einfo " " |
70 |
elog " " |
71 |
ewarn "DMRAID should be safe to use, but no warranties can be given" |
71 |
ewarn "DMRAID should be safe to use, but no warranties can be given" |
72 |
einfo " " |
|
|
73 |
} |
72 |
} |