diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-15 15:08:58 +0200 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-15 15:08:58 +0200 |
commit | 950c286a2ae99db457b29c09d2d1be1de5a310d8 (patch) | |
tree | 31cdae6cd86b27aeca48582ecec1752d9282b634 | |
parent | [sys-boot/grub] Add missing defaults. (diff) | |
download | scarabeus-950c286a2ae99db457b29c09d2d1be1de5a310d8.tar.gz scarabeus-950c286a2ae99db457b29c09d2d1be1de5a310d8.tar.bz2 scarabeus-950c286a2ae99db457b29c09d2d1be1de5a310d8.zip |
[sys-boot/grub] Inform user to install the grub.
-rw-r--r-- | sys-boot/grub/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest index 3c7603f..4d8582a 100644 --- a/sys-boot/grub/Manifest +++ b/sys-boot/grub/Manifest @@ -1,5 +1,5 @@ AUX defaults 1020 RMD160 48ce6914d693bef9db7f41afecb92c18715ffb7f SHA1 af556abd7deb0d0939f4766df265aa6882707cbe SHA256 302a0cfa6e1f6acf52f5d558cd03f3631313a4b95de038f10f740439ea0a921f DIST grub-1.99.tar.xz 2639224 RMD160 d59a47fa40b2be0d5ea5b2b00ff5538cfa147747 SHA1 a5ae9558f30ce7757a76aa130088b053a87e2fb6 SHA256 f308148d4c83c6f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b -EBUILD grub-1.99.ebuild 3727 RMD160 76994633ddc444cde38a2ac41a13fe6a5362ac74 SHA1 4c74a17f01716a272dcff339ef4e4526879db957 SHA256 00a3165b63901a09990470ee2d62541250c23d5e3a88a59c3958d39d6effd2a5 -EBUILD grub-9999.ebuild 3716 RMD160 ad966e0da4664a4f062240d069e9aa3169c1a47e SHA1 d5b68443369e354efa56c4d444cf640a829816cb SHA256 2565f1e432d61ba7fd55531f969b742daeeb9e04c193d813ab403370dfff35e5 +EBUILD grub-1.99.ebuild 3795 RMD160 e228895b10916ed7923145b192f78e7419191f1a SHA1 2887688b4042ee8210753913ab8e2768a9a3b37e SHA256 02b14a8379e4d865290e5665e8259e97c75e67abff2a6d774add74bace052973 +EBUILD grub-9999.ebuild 3784 RMD160 460b4d2aa35197d8b94c2578da819805474b5e5c SHA1 b4e2597456030d32ba3844f2a7a020657d38ffc5 SHA256 e957674b3978c1b9f90050249ea7d6aeb872a9e4882cbf5d4911e58031f41062 MISC metadata.xml 349 RMD160 8e5ecd3c757f94fbccafc8120f4c8a04567135b4 SHA1 3ff0251dbb2863c4fbf0913b901bc27ed73a1acd SHA256 fcb983296ee1568339772668bcf236db0a24aabba6c328343d7bdb790978cbb9 diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild index 81b2545..3b6edc5 100644 --- a/sys-boot/grub/grub-1.99.ebuild +++ b/sys-boot/grub/grub-1.99.ebuild @@ -116,6 +116,8 @@ setup_boot_dir() { einfo "Even if we just created configuration for your grub-2 using old" 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'" diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 913e512..b2d01f5 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -116,6 +116,8 @@ setup_boot_dir() { einfo "Even if we just created configuration for your grub-2 using old" 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'" |