aboutsummaryrefslogtreecommitdiff
path: root/custom/40_zfs_snapshots
diff options
context:
space:
mode:
Diffstat (limited to 'custom/40_zfs_snapshots')
-rw-r--r--custom/40_zfs_snapshots13
1 files changed, 0 insertions, 13 deletions
diff --git a/custom/40_zfs_snapshots b/custom/40_zfs_snapshots
deleted file mode 100644
index 5215289..0000000
--- a/custom/40_zfs_snapshots
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-# /etc/grub.d/40_zfs_snapshots
-# GRUB configuration generator for ZFS snapshot boot entries
-#
-# This script is called by grub-mkconfig to generate menu entries
-# for booting into ZFS snapshots.
-
-set -e
-
-# Only run if grub-zfs-snap is installed
-if [[ -x /usr/local/bin/grub-zfs-snap ]]; then
- /usr/local/bin/grub-zfs-snap --generate
-fi