diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild (renamed from sys-boot/grub-config-redcore/grub-config-redcore-1708.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1708.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild index 7e817dc1..31dfc20f 100644 --- a/sys-boot/grub-config-redcore/grub-config-redcore-1708.ebuild +++ b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild @@ -28,3 +28,9 @@ pkg_preinst() { mv ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.backup" fi } + +pkg_postinst() { + elog "Your previous GRUB configuration was saved as /etc/default/grub.backup" + elog "Please adjust the new configuration to suit you and regenerate the GRUB menu" + elog "by using : /usr/sbin/grub2-mkconfig -o /boot/grub/grub.cfg" +} |