diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-08 22:35:15 +0200 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-08 22:35:15 +0200 |
commit | 498646a4417c250567ef749e76ce80f53d1c636e (patch) | |
tree | 2f528f4fc00602bebcf519cb7e4aeef57a96dde4 | |
parent | [sys-boot/grub] cleanup loop logic a bit. (diff) | |
download | scarabeus-498646a4417c250567ef749e76ce80f53d1c636e.tar.gz scarabeus-498646a4417c250567ef749e76ce80f53d1c636e.tar.bz2 scarabeus-498646a4417c250567ef749e76ce80f53d1c636e.zip |
[sys-boot/grub] Update the elog informations to be more clear.
-rw-r--r-- | sys-boot/grub/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99.ebuild | 7 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest index 6b5daed..d06afcf 100644 --- a/sys-boot/grub/Manifest +++ b/sys-boot/grub/Manifest @@ -1,5 +1,5 @@ AUX grub.default 1127 RMD160 a884e842cb203687cac4cac6551b0feed58d3b7a SHA1 5878147845b5d4b4aac34ce046ead60b93c3170c SHA256 32664f2e0bdd05cf9579f8e098aa0add76ef7bf7b37eb103c6d0f625204f44d3 DIST grub-1.99.tar.xz 2639224 RMD160 d59a47fa40b2be0d5ea5b2b00ff5538cfa147747 SHA1 a5ae9558f30ce7757a76aa130088b053a87e2fb6 SHA256 f308148d4c83c6f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b -EBUILD grub-1.99.ebuild 6363 RMD160 7b1305a028d675725f6ca5f34da29f350903945e SHA1 2cd4b15b4ed1522cd57d9c9650a464be5089e61b SHA256 688c45d0726f23211023496cb503865b5f37fc4af40665a2faeaee4bcb1bdc04 -EBUILD grub-9999.ebuild 6363 RMD160 7b1305a028d675725f6ca5f34da29f350903945e SHA1 2cd4b15b4ed1522cd57d9c9650a464be5089e61b SHA256 688c45d0726f23211023496cb503865b5f37fc4af40665a2faeaee4bcb1bdc04 +EBUILD grub-1.99.ebuild 6407 RMD160 62d79889abf49dc4b1b78591479c7d7976ce1f7d SHA1 2d9b795313b53f5d0c65786b1526df79ff459ac0 SHA256 d4b4f6ce1b140807bf1850df16855a1e5fd0b187b5dd0d93f2932fca81d9af63 +EBUILD grub-9999.ebuild 6407 RMD160 62d79889abf49dc4b1b78591479c7d7976ce1f7d SHA1 2d9b795313b53f5d0c65786b1526df79ff459ac0 SHA256 d4b4f6ce1b140807bf1850df16855a1e5fd0b187b5dd0d93f2932fca81d9af63 MISC metadata.xml 264 RMD160 3cb995676f964b9637fbfc0027a81b9409802608 SHA1 c4d35e3a71c545cdf1aae525de803126bf54f596 SHA256 9bd1ce830cf1b821978ab90c81b2e369177a8d7c1bfe2dd2868419872c097f64 diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild index 9b09547..32ce10f 100644 --- a/sys-boot/grub/grub-1.99.ebuild +++ b/sys-boot/grub/grub-1.99.ebuild @@ -222,7 +222,7 @@ setup_boot_dir() { einfo "grub-1 configuration file you should migrate to use new style" einfo "configuration in '${ROOT}/etc/grub.d'." einfo - elog "Remember to run grub-install to install your grub!" + else # we need to refresh the grub.cfg everytime just to play it safe einfo "Running: grub-mkconfig -o '${dir}/grub.cfg'" @@ -231,7 +231,10 @@ setup_boot_dir() { fi elog "Remember to run \"grub-mkconfig -o '${dir}/grub.cfg'\" every time" - elog "you update the configuration files." + elog "you update the configuration files!" + + elog "Remember to run grub-install to install your grub every time" + elog "you update this package!" } pkg_postinst() { diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 9b09547..32ce10f 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -222,7 +222,7 @@ setup_boot_dir() { einfo "grub-1 configuration file you should migrate to use new style" einfo "configuration in '${ROOT}/etc/grub.d'." einfo - elog "Remember to run grub-install to install your grub!" + else # we need to refresh the grub.cfg everytime just to play it safe einfo "Running: grub-mkconfig -o '${dir}/grub.cfg'" @@ -231,7 +231,10 @@ setup_boot_dir() { fi elog "Remember to run \"grub-mkconfig -o '${dir}/grub.cfg'\" every time" - elog "you update the configuration files." + elog "you update the configuration files!" + + elog "Remember to run grub-install to install your grub every time" + elog "you update this package!" } pkg_postinst() { |