mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def get_uuid():
|
|||
|
||||
:return:
|
||||
"""
|
||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||
partitions = libcalamares.globalstorage.value("partitions")
|
||||
|
||||
for partition in partitions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue