From: James Bunton Date: Fri, 16 Mar 2018 22:18:50 +0000 (+1100) Subject: update-grub X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/1df5eb65f5b6748249f969d1c5b5b03c3f5dbfa6 update-grub --- diff --git a/update-grub b/update-grub new file mode 100755 index 0000000..54363ab --- /dev/null +++ b/update-grub @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +export ZPOOL_VDEV_NAME_PATH=1 +exec grub-mkconfig -o /boot/grub/grub.cfg "$@"