From 1df5eb65f5b6748249f969d1c5b5b03c3f5dbfa6 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 17 Mar 2018 09:18:50 +1100 Subject: [PATCH] update-grub --- update-grub | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 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 "$@" -- 2.39.2