9 lines
369 B
Python
9 lines
369 B
Python
grub_theme = {
|
|
"desktop": "/usr/share/grub/themes/monterey-grub-theme/theme.txt",
|
|
"laptop": "/usr/share/grub/themes/monterey-grub-theme/theme.txt",
|
|
}
|
|
grub_os_prober = {"desktop": True, "laptop": False}
|
|
kernel_args_all = {"desktop": "", "laptop": ""}
|
|
kernel_args_debug_only = {"desktop": "", "laptop": ""}
|
|
kernel_args_normal_only = {"desktop": "", "laptop": ""}
|