From a32852f30a11ebffe4b79ab6afef3ea97bf51184 Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Mon, 27 May 2024 17:25:13 +0200 Subject: [PATCH] Remove unnecessary lines in grub conf --- iso/boot/ubuntu/grub.cfg | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/iso/boot/ubuntu/grub.cfg b/iso/boot/ubuntu/grub.cfg index d218af5..88c8305 100644 --- a/iso/boot/ubuntu/grub.cfg +++ b/iso/boot/ubuntu/grub.cfg @@ -11,21 +11,11 @@ fi set timeout=6 -if background_image /boot/grub/themes/dappnode/splash.png; then - set color_normal=light-gray/black - set color_highlight=white/black -else - set menu_color_normal=cyan/blue - set menu_color_highlight=white/blue -fi - -insmod play -play 960 440 1 0 4 440 1 # Plays sound -set theme=/boot/grub/themes/dappnode +set theme=/boot/grub/themes/dappnode/theme.txt menuentry "Install Dappnode (over Ubuntu Server)" { - set background_color=black - set gfxpayload=keep # Maintain the graphical resolution through the booting - linux /casper/vmlinuz autoinstall vga=788 FRONTEND_BACKGROUND=dark --- # Added autoinstall to make it unattended - initrd /casper/initrd + set background_color=black + set gfxpayload=keep # Maintain the graphical resolution through the booting + linux /casper/vmlinuz autoinstall vga=788 FRONTEND_BACKGROUND=dark --- # Added autoinstall to make it unattended + initrd /casper/initrd } \ No newline at end of file