summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install8
1 files changed, 6 insertions, 2 deletions
diff --git a/install b/install
index b3f73fdc365c..388c9e8a1f9d 100644
--- a/install
+++ b/install
@@ -1,6 +1,10 @@
post_install() {
- echo "Enable the encrypt, shutdown, and suspend hooks in /etc/mkinitcpio.conf"
- echo "and run mkinitcpio -p linux."
+ echo "Enable the udev, encrypt, shutdown, and suspend hooks"
+ echo "in /etc/mkinitcpio.conf and run 'mkinitcpio -p linux'."
+}
+
+post_upgrade() {
+ echo "Run 'mkinitcpio -p linux' to update the initramfs."
}
# vim:set ts=2 sw=2 et: