From c94a6eec6834f8736a62054d98d0ad5a4a93e350 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 9 Feb 2024 19:34:48 +0100 Subject: [PATCH] static/alma --- live/menu/static.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live/menu/static.sh b/live/menu/static.sh index 817c763..c008b4d 100644 --- a/live/menu/static.sh +++ b/live/menu/static.sh @@ -8,3 +8,6 @@ menuentry 'bash / stable / gui' --id 'sg' { debsquash '/w/boot/bash/stable/gui' menu_split menuentry 'bash / latest / tui' --id 'lt' { debsquash '/w/boot/bash/latest/tui' } menuentry 'bash / latest / gui' --id 'lg' { debsquash '/w/boot/bash/latest/gui' } +menu_split +menuentry 'alma / stable' { almsquash '/w/boot/alma/stable' } +menuentry 'alma / latest' { almsquash '/w/boot/alma/latest' }