mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
remove globalstorage entry for efi
This commit is contained in:
parent
7a310ef27b
commit
58bc7c86c1
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ def detect_firmware_type():
|
|||
else:
|
||||
fw_type = 'bios'
|
||||
|
||||
libcalamares.globalstorage.insert("firmwareType", fw_type)
|
||||
libcalamares.utils.debug("Firmware type: {!s}".format(fw_type))
|
||||
|
||||
def get_uuid():
|
||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||
print(root_mount_point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue