From f0fb4b8e25565b9a18b43514ed7346793dc4162e Mon Sep 17 00:00:00 2001 From: Antynea Date: Mon, 31 Aug 2015 04:20:33 +0200 Subject: [PATCH] redundancy parameter --- 41_snapshots-btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 1f05226..b9c8e8f 100644 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -59,7 +59,7 @@ nkernel=("${GRUB_BTRFS_NKERNEL[@]}") ## Initramfs name(s) ninit=("${GRUB_BTRFS_NINIT[@]}") ## Microcode(s) name(s) -microcode=("${GRUB_BTRFS_INTEL_UCODE[@]:-intel-ucode.img}") +microcode=("${GRUB_BTRFS_INTEL_UCODE[@]}") ######################## ### variables script ###