remove globalstorage entry for efi

This commit is contained in:
demmm 2014-10-14 10:47:21 -04:00
parent 7a310ef27b
commit 58bc7c86c1

View File

@ -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)