From 58bc7c86c11623fa300a483cb1642bce3d9d7f77 Mon Sep 17 00:00:00 2001 From: demmm Date: Tue, 14 Oct 2014 10:47:21 -0400 Subject: [PATCH] remove globalstorage entry for efi --- src/modules/bootloader/main.py | 3 --- 1 file changed, 3 deletions(-) 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)