mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-06 06:05:01 +08:00
fixme : detect microcode
fixme : detect microcode
This commit is contained in:
@@ -123,7 +123,7 @@ snapshots_entry()
|
||||
echo 'Loading Kernel: "${k}" ...'
|
||||
linux \"${boot_dir_real_path}/"${k}"\" root=UUID=${root_uuid} rw rootflags=subvol=\""${snap_dir_name}"\" ${kernel_parameters}
|
||||
echo 'Loading Initramfs: "${i}" ...'"
|
||||
if [ -f "/${boot_dir_real_path}/"${microcode}"" ] ; then
|
||||
if [ -f "$(boot_dir)/${microcode}" ] ; then
|
||||
echo "\
|
||||
initrd \"${boot_dir_real_path}/"${microcode}"\" initrd \"/${snap_dir_name}/boot/"${i}"\""
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user