summaryrefslogtreecommitdiff
path: root/pcr/update-grub/update-grub
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/update-grub/update-grub')
-rw-r--r--pcr/update-grub/update-grub3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr/update-grub/update-grub b/pcr/update-grub/update-grub
new file mode 100644
index 000000000..0c433277f
--- /dev/null
+++ b/pcr/update-grub/update-grub
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+exec grub-mkconfig -o /boot/grub/grub.cfg "$@"