remove globalstorage entry for efi

main
demmm 10 years ago
parent 7a310ef27b
commit 58bc7c86c1

@ -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…
Cancel
Save