Useless variable is useless.
This commit is contained in:
parent
dd7cd42118
commit
a0350bbaaa
@ -157,7 +157,6 @@ def install_systemd_boot(efi_directory):
|
|||||||
print("Bootloader: systemd-boot")
|
print("Bootloader: systemd-boot")
|
||||||
install_path = libcalamares.globalstorage.value("rootMountPoint")
|
install_path = libcalamares.globalstorage.value("rootMountPoint")
|
||||||
install_efi_directory = install_path + efi_directory
|
install_efi_directory = install_path + efi_directory
|
||||||
fallback_kernel_line = libcalamares.job.configuration["fallbackKernelLine"]
|
|
||||||
uuid = get_uuid()
|
uuid = get_uuid()
|
||||||
distribution = get_bootloader_entry_name()
|
distribution = get_bootloader_entry_name()
|
||||||
file_name_sanitizer = str.maketrans(" /", "_-")
|
file_name_sanitizer = str.maketrans(" /", "_-")
|
||||||
|
Loading…
Reference in New Issue
Block a user