refactor(iso): Indicate that zpool_drive will be used globally (#1)

This commit is contained in:
hygienic-books 2023-02-23 01:51:19 +01:00
parent fdc9046726
commit 38ca0c9cd3

View File

@ -11,6 +11,8 @@ zfs_arch_dataset_name='archlinux'
set -E
trap '[ "$?" -ne 77 ] || exit 77' ERR
declare zpool_drive
function set_ntp () {
timedatectl set-ntp true
}