remove globalstorage entry for efi
This commit is contained in:
parent
7a310ef27b
commit
58bc7c86c1
@ -35,9 +35,6 @@ def detect_firmware_type():
|
|||||||
else:
|
else:
|
||||||
fw_type = 'bios'
|
fw_type = 'bios'
|
||||||
|
|
||||||
libcalamares.globalstorage.insert("firmwareType", fw_type)
|
|
||||||
libcalamares.utils.debug("Firmware type: {!s}".format(fw_type))
|
|
||||||
|
|
||||||
def get_uuid():
|
def get_uuid():
|
||||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||||
print(root_mount_point)
|
print(root_mount_point)
|
||||||
|
Loading…
Reference in New Issue
Block a user