]> code.delx.au - monosys/commitdiff
update-grub
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 16 Mar 2018 22:18:50 +0000 (09:18 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 16 Mar 2018 22:18:50 +0000 (09:18 +1100)
update-grub [new file with mode: 0755]

diff --git a/update-grub b/update-grub
new file mode 100755 (executable)
index 0000000..54363ab
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+export ZPOOL_VDEV_NAME_PATH=1
+exec grub-mkconfig -o /boot/grub/grub.cfg "$@"