1
0
Fork 0

Merge pull request #738 from ycongal-smile/grub_export

bootloader: export Grub variables to make them available in submenus
This commit is contained in:
Jaroslav Škarvada 2025-01-29 22:43:23 +01:00 committed by GitHub
commit 54f434e3cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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