diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 4f4d074..dd47236 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -72,7 +72,7 @@ nkernel=("${GRUB_BTRFS_NKERNEL[@]}") ## Initramfs name(s) ninit=("${GRUB_BTRFS_NINIT[@]}") ## Microcode(s) name(s) -microcode=("${GRUB_BTRFS_INTEL_UCODE[@]}") +microcode=("${GRUB_BTRFS_CUSTOM_MICROCODE[@]}") ## Limit snapshots to show in the Grub menu limit_snap_show="${GRUB_BTRFS_LIMIT:-50}" ## How to sort snapshots list @@ -454,7 +454,7 @@ boot_bounded() detect_initramfs if [ -z "${list_initramfs}" ]; then continue; fi name_initramfs=("${list_initramfs[@]##*"/"}") - # microcode (intel-ucode + custom microcode) + # microcode (auto-detect + custom microcode) detect_microcode name_microcode=("${list_ucode[@]##*"/"}") # show snapshot found during run "grub-mkconfig" diff --git a/README.md b/README.md index cb1293d..0f08347 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ You have the possibility to modify many parameters in `/etc/default/grub-btrfs/c Use it only if you have a custom initramfs name. -* GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img") +* GRUB_BTRFS_CUSTOM_MICROCODE=("intel-ucode.img") - Use it only if you have custom intel-ucode. + Use it only if you have custom microcode. * GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker") diff --git a/config b/config index f9d6eb2..948cfbf 100644 --- a/config +++ b/config @@ -41,9 +41,9 @@ # Default: #GRUB_BTRFS_NINIT=("initramfs-linux.img" "initramfs-linux-fallback.img") -# Use only if you have custom intel-ucode +# Use only if you have custom microcode # Default: -#GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img") +#GRUB_BTRFS_CUSTOM_MICROCODE=("intel-ucode.img") # Ignore specific path during run "grub-mkconfig". # If path is a directory, # Found Snapshot: 2016-03-31 10:24:41 var/lib/docker/btrfs/subvolumes/...