atualizar modulos calamares

This commit is contained in:
manuel 2023-11-07 17:34:16 -01:00
parent aabda24727
commit fe45a9175d
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ strings:
shortVersion: 1.0 shortVersion: 1.0
versionedName: My-distro GNU/Linux versionedName: My-distro GNU/Linux
shortVersionedName: My-distro GNU/Linux 1.0 shortVersionedName: My-distro GNU/Linux 1.0
bootloaderEntryName: debian bootloaderEntryName: devuan

View File

@ -1,4 +1,4 @@
# Bootloader configuration. The bootloader is installed to allow m# Bootloader configuration. The bootloader is installed to allow
# the system to start (and pick one of the installed operating # the system to start (and pick one of the installed operating
# systems to run). # systems to run).
--- ---
@ -43,7 +43,7 @@ efiBootMgr: "efibootmgr"
# setting the option here, keep in mind that the name is sanitized # setting the option here, keep in mind that the name is sanitized
# (problematic characters, see above, are replaced). # (problematic characters, see above, are replaced).
# #
efiBootloaderId: "debian" efiBootloaderId: "devuan"
# Optionally install a copy of the GRUB EFI bootloader as the EFI # Optionally install a copy of the GRUB EFI bootloader as the EFI
# fallback loader (either bootia32.efi or bootx64.efi depending on # fallback loader (either bootia32.efi or bootx64.efi depending on