diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 0faf06ca1..493cdad72 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -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)