From 090904527b048aac5758f4b908cdb33026504c74 Mon Sep 17 00:00:00 2001 From: lapatatedouce Date: Fri, 25 Jul 2025 06:41:19 +0200 Subject: [PATCH] refactor: replace yunohost with skylanix in grub theme path --- .gitignore | 1 + files_to_inject/boot/grub/grub.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc2f143..30284de 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tags **/.venv *.iso *example-preseed.txt +*amd64-main-full.txt diff --git a/files_to_inject/boot/grub/grub.cfg b/files_to_inject/boot/grub/grub.cfg index 2da2372..048a44d 100755 --- a/files_to_inject/boot/grub/grub.cfg +++ b/files_to_inject/boot/grub/grub.cfg @@ -29,7 +29,7 @@ fi insmod play play 960 440 1 0 4 440 1 -set theme=/boot/grub/theme/yunohost +set theme=/boot/grub/theme/skylanix menuentry --hotkey=g 'Graphical install (recommended)' { set background_color=black linux /install.amd/vmlinuz preseed/file=/cdrom/preseeds/default.preseed vga=788 --- quiet