Merge pull request #37 from westfeld/fix_quotes

fix quotes for DKMS configuration file
This commit is contained in:
terem42
2022-08-18 18:49:58 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -723,7 +723,7 @@ chroot_execute 'cat << DKMS > /etc/dkms/zfs.conf
# override for /usr/src/zfs-*/dkms.conf:
# always rebuild initrd when zfs module has been changed
# (either by a ZFS update or a new kernel version)
REMAKE_INITRD='yes'
REMAKE_INITRD="yes"
DKMS'
echo "======= installing OpenSSH and network tooling =========="

View File

@@ -724,7 +724,7 @@ chroot_execute 'cat << DKMS > /etc/dkms/zfs.conf
# override for /usr/src/zfs-*/dkms.conf:
# always rebuild initrd when zfs module has been changed
# (either by a ZFS update or a new kernel version)
REMAKE_INITRD='yes'
REMAKE_INITRD="yes"
DKMS'
echo "======= installing OpenSSH and network tooling =========="

View File

@@ -706,7 +706,7 @@ chroot_execute 'cat << DKMS > /etc/dkms/zfs.conf
# override for /usr/src/zfs-*/dkms.conf:
# always rebuild initrd when zfs module has been changed
# (either by a ZFS update or a new kernel version)
REMAKE_INITRD='yes'
REMAKE_INITRD="yes"
DKMS'
echo "======= installing OpenSSH and network tooling =========="

View File

@@ -707,7 +707,7 @@ chroot_execute 'cat << DKMS > /etc/dkms/zfs.conf
# override for /usr/src/zfs-*/dkms.conf:
# always rebuild initrd when zfs module has been changed
# (either by a ZFS update or a new kernel version)
REMAKE_INITRD='yes'
REMAKE_INITRD="yes"
DKMS'
echo "======= installing OpenSSH and network tooling =========="