set GUID in mountpoints

This commit is contained in:
Tobias Powalowski 2023-02-03 14:38:24 +01:00
parent 6d29a521c8
commit 7555474c58

View file

@ -130,6 +130,7 @@ _set_uefi_parameters() {
_set_guid() { _set_guid() {
# all uefi systems should use GUID layout # all uefi systems should use GUID layout
if [[ -z "${_UEFI_BOOT}" ]]; then if [[ -z "${_UEFI_BOOT}" ]]; then
_GUIDPARAMETER=""
## Lenovo BIOS-GPT issues - Arch Forum - https://bbs.archlinux.org/viewtopic.php?id=131149 , ## Lenovo BIOS-GPT issues - Arch Forum - https://bbs.archlinux.org/viewtopic.php?id=131149 ,
## https://bbs.archlinux.org/viewtopic.php?id=133330 , ## https://bbs.archlinux.org/viewtopic.php?id=133330 ,
## https://bbs.archlinux.org/viewtopic.php?id=138958 ## https://bbs.archlinux.org/viewtopic.php?id=138958