mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
pentoo-sources: add note to tell users to download the pentoo kernel config
This commit is contained in:
parent
3f736c5222
commit
427402add6
2 changed files with 4 additions and 1 deletions
|
|
@ -49,4 +49,4 @@ EBUILD pentoo-sources-2.6.32-r4.ebuild 842 RMD160 267199dac04d8ea94a1f58a5e2c17b
|
|||
EBUILD pentoo-sources-2.6.32-r5.ebuild 1730 RMD160 cceac1598b129fc81347af4d83884ecccdf26e00 SHA1 9f1ddd9491a38840ba08a06d87c2bee44b17cbcc SHA256 c59ca79599b103f4d1372eb110450ae46140e34de861775e2872f010a54fb0c1
|
||||
EBUILD pentoo-sources-2.6.34-r2.ebuild 1296 RMD160 0ef534662d815e9ddd7bac9b706ec8b52239870a SHA1 98732eaa780bf1af57d551a7f6a08cc698d38c77 SHA256 83bc6d4e9c405ed0f118a68de9f9b9bbb40c936576502670a76298f00f5bf451
|
||||
EBUILD pentoo-sources-2.6.34-r3.ebuild 1296 RMD160 71502e8d83e20a744527e6eb2f5322ef84a430e7 SHA1 acace20c5e572829f225ac3477f9bf87171959dd SHA256 8bbb789426a4a2fdd64f3b52a656e93b80818c02b913e8906282dd33b0c0d097
|
||||
EBUILD pentoo-sources-2.6.34-r4.ebuild 1350 RMD160 c57360339b705d6c9630fb7bf8e335c0a5261117 SHA1 914cb8273128357401a0b52d4bc93f151f15f1f3 SHA256 0fba6973ab13c38c6f03f56dc1b79e58e8771738883f4850e7e82ece5fbb0f30
|
||||
EBUILD pentoo-sources-2.6.34-r4.ebuild 1607 RMD160 693db00172cdb01ac3a80f5072e704bff3b45a95 SHA1 e4dd0317a572576ca1cf4dcacf58986b92352c8a SHA256 cd60c3e61223cb3faf16b7b59a7ab364d313cbe2780b7f27c24d52626790fd2d
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ pkg_postinst() {
|
|||
kernel-2_pkg_postinst
|
||||
einfo "For more info on this patchset, and how to report problems, see:"
|
||||
einfo "${HOMEPAGE}"
|
||||
eerror "It may be desired to download the official pentoo kernel config from here:"
|
||||
use x86 && eerror "https://www.pentoo.ch/svn/livecd/trunk/x86/kernel/config-${PV}"
|
||||
use amd64 && eerror "https://www.pentoo.ch/svn/livecd/trunk/amd64/kernel/config-${PV}"
|
||||
if ! version_is_at_least 4.4.3 "$(gcc-fullversion)"; then
|
||||
ewarn "If you are using the pentoo kernel config then you must also install"
|
||||
ewarn "and use >=sys-devel/gcc-4.4.3 to build"
|
||||
|
|
|
|||
Loading…
Reference in a new issue