summaryrefslogtreecommitdiff
path: root/libre/grub2/grub2.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-01 19:14:30 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-01 19:14:30 -0300
commitb1dae9aeffb64b11071e2b3a8cfc2bb80972bc32 (patch)
tree353c09738a9f67169559744112b7e0f650118504 /libre/grub2/grub2.install
parentc4cc142235d7d77327c2a53d9efb2750b1ec80bf (diff)
parenta1ad226cb3556f648d9313dbcaf2ea0a4b185935 (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/grub2/grub2.install')
-rw-r--r--libre/grub2/grub2.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/grub2/grub2.install b/libre/grub2/grub2.install
index 9baf14776..000533553 100644
--- a/libre/grub2/grub2.install
+++ b/libre/grub2/grub2.install
@@ -7,7 +7,11 @@ post_install() {
install -Dm644 /boot/grub/grub.cfg.pacsave /boot/grub/grub.cfg
fi
- echo -n "Generating grub.cfg.example config file... "
+ cat << 'EOM'
+Generating grub.cfg.example config file...
+This may fail on some machines running a custom kernel.
+EOM
+
grub-mkconfig -o /boot/grub/grub.cfg.example 2> /dev/null
echo "done."