fix: specify bootloader in configs

This commit is contained in:
Rudra Saraswat 2026-04-03 22:01:39 +01:00
parent 0b6dbadd00
commit c23bc04f8d
3 changed files with 10 additions and 2 deletions

View file

@ -194,4 +194,8 @@ env:
BASE_USE_IWD: "y"
BASE_NVIDIA: "none"
BASE_AKSHARA_REPO: "https://git.ruds.io/rs2009/akshara"
BASE_AKSHARA_REPO_COMMIT: "f17c272b659b9641f2e921bd4c6523ca3dd1cdb5"
BASE_AKSHARA_REPO_COMMIT: "76b61eb57aab6673a76c3a1b7ed7596a2f77f21e"
boot:
type: uefi
loader: grub

View file

@ -55,3 +55,7 @@ distro-config:
env:
BASE_IMAGE_NAME: ""
boot:
type: uefi
loader: grub

View file

@ -57,4 +57,4 @@ override:
env:
BASE_IMAGE_NAME: docker://ghcr.io/rudraswat/ubuntu-rolling-gnome:main
BASE_AKSHARA_REPO: "https://git.ruds.io/rs2009/akshara"
BASE_AKSHARA_REPO_COMMIT: "f17c272b659b9641f2e921bd4c6523ca3dd1cdb5"
BASE_AKSHARA_REPO_COMMIT: "76b61eb57aab6673a76c3a1b7ed7596a2f77f21e"