[bootloader] Remove unused variable root_mount_point
- root_mount_point was used initially for loggingc1a139995
(adding new bootloader job options are to use grub for BIOS, gummiboot for efi set extra mountpoint when efi is found) - the trace was removed since533031b3c
([bootloader] print() does not log)
This commit is contained in:
parent
c3d8112187
commit
33f6bd5699
@ -57,7 +57,6 @@ def get_uuid():
|
|||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
|
||||||
partitions = libcalamares.globalstorage.value("partitions")
|
partitions = libcalamares.globalstorage.value("partitions")
|
||||||
|
|
||||||
for partition in partitions:
|
for partition in partitions:
|
||||||
|
Loading…
Reference in New Issue
Block a user