From e9757066cba8432412a6700f3735280d947b3417 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 16 Nov 2022 19:09:38 -0100 Subject: [PATCH] new commit --- calamares/branding/my-distro/branding.desc | 3 +-- calamares/modules/bootloader.conf | 2 +- grub/grub | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/calamares/branding/my-distro/branding.desc b/calamares/branding/my-distro/branding.desc index 7a053c75..2995b506 100644 --- a/calamares/branding/my-distro/branding.desc +++ b/calamares/branding/my-distro/branding.desc @@ -9,8 +9,7 @@ strings: shortVersion: 1.0 versionedName: My-distro GNU/Linux shortVersionedName: My-distro GNU/Linux 1.0 - bootloaderEntryName: debian - + bootloaderEntryName: ubuntu images: diff --git a/calamares/modules/bootloader.conf b/calamares/modules/bootloader.conf index b6d8448f..c6d66e52 100644 --- a/calamares/modules/bootloader.conf +++ b/calamares/modules/bootloader.conf @@ -43,7 +43,7 @@ efiBootMgr: "efibootmgr" # setting the option here, keep in mind that the name is sanitized # (problematic characters, see above, are replaced). # -# efiBootloaderId: "dirname" +efiBootloaderId: "ubuntu" # Optionally install a copy of the GRUB EFI bootloader as the EFI # fallback loader (either bootia32.efi or bootx64.efi depending on diff --git a/grub/grub b/grub/grub index 115b80af..48d3d2fe 100755 --- a/grub/grub +++ b/grub/grub @@ -5,7 +5,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="ubuntu" +GRUB_DISTRIBUTOR="My-distro" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""