fixme : detect microcode

fixme : detect microcode
This commit is contained in:
Antynea
2015-08-29 23:45:32 +02:00
parent 5e0951d8cb
commit 3a7c6abece

View File

@@ -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