new commit

This commit is contained in:
Manuel 2022-11-16 19:09:38 -01:00
parent 057817ed48
commit e9757066cb
3 changed files with 3 additions and 4 deletions

View File

@ -9,8 +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: ubuntu
images: images:

View File

@ -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: "dirname" efiBootloaderId: "ubuntu"
# 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

View File

@ -5,7 +5,7 @@
GRUB_DEFAULT=0 GRUB_DEFAULT=0
GRUB_TIMEOUT=5 GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="ubuntu" GRUB_DISTRIBUTOR="My-distro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="" GRUB_CMDLINE_LINUX=""