summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-19 16:56:34 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-19 16:56:34 +0100
commitb98ad3a1518f0eee1810bbedb2647f0a2ae4ef03 (patch)
tree089c0b22dae41c039d67bd9c5f6eb8be33785315 /sys-boot
parent216cf5e5f1b2a119792d89b2c2754ddf292a3f34 (diff)
sys-boot/grub-config-redcore && sys-kernel/dracut-config-redcore : elog :)
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"
+}