summaryrefslogtreecommitdiffstats
path: root/abs/core/grub/grub.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/grub/grub.install')
-rw-r--r--abs/core/grub/grub.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/grub/grub.install b/abs/core/grub/grub.install
index 40e3078..ddd6681 100644
--- a/abs/core/grub/grub.install
+++ b/abs/core/grub/grub.install
@@ -13,10 +13,9 @@ post_install() {
post_upgrade() {
cat << 'EOM'
Generating grub.cfg config file...
-This may fail on some machines running a custom kernel.
EOM
-
- grub-mkconfig -o /boot/grub/grub.cfg 2> /dev/null
+
+ systemconfig.py -m advanced
echo "done."
for file in ${filelist[@]}; do