Merge pull request #738 from ycongal-smile/grub_export
bootloader: export Grub variables to make them available in submenus
This commit is contained in:
commit
54f434e3cf
1 changed files with 2 additions and 0 deletions
2
00_tuned
2
00_tuned
|
|
@ -26,4 +26,6 @@ tuned_bootcmdline_file=$tunedcfgdir/bootcmdline
|
|||
. $tuned_bootcmdline_file
|
||||
|
||||
echo "set tuned_params=\"$TUNED_BOOT_CMDLINE\""
|
||||
echo "export tuned_params"
|
||||
echo "set tuned_initrd=\"$TUNED_BOOT_INITRD_ADD\""
|
||||
echo "export tuned_initrd"
|
||||
|
|
|
|||
Loading…
Reference in a new issue