From 9711e7b1aba3aae0f46918b9d729a4b805bc1701 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Fri, 15 Dec 2023 21:08:19 +0100 Subject: [PATCH] Dodanie informacji o docelowej architekturze we wpisach menu GRUB-a, dla architektury amd64. --- grub/amd64/grub.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grub/amd64/grub.cfg b/grub/amd64/grub.cfg index 9cf4cb4..d541452 100644 --- a/grub/amd64/grub.cfg +++ b/grub/amd64/grub.cfg @@ -15,12 +15,12 @@ set default="0" set timeout=30 set color_highlight=black/white set color_normal=white/black -menuentry "immudex (Debian 13) [EFI/GRUB]" { +menuentry "immudex (Debian 13) amd64 [EFI/GRUB]" { linux ($root)/live/vmlinuz quiet boot=live bootfrom=removable overlay-size=25% apparmor=1 security=apparmor initrd ($root)/live/initrd } -menuentry "immudex (Debian 13) [EFI/GRUB] (nomodeset)" { +menuentry "immudex (Debian 13) amd64 [EFI/GRUB] (nomodeset)" { linux ($root)/live/vmlinuz quiet boot=live bootfrom=removable overlay-size=25% apparmor=1 security=apparmor initrd ($root)/live/initrd } -- 2.39.5