mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Useless variable is useless.
This commit is contained in:
parent
dd7cd42118
commit
a0350bbaaa
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue