From 38f01d4cebcb9b3e0ff6cc3d3d245a9f6b577a40 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 15 Jan 2024 18:06:58 +0100 Subject: [PATCH] static/w --- live/menu/static.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/live/menu/static.sh b/live/menu/static.sh index 234be81..817c763 100644 --- a/live/menu/static.sh +++ b/live/menu/static.sh @@ -3,8 +3,8 @@ menu_init default='lg' -menuentry 'bash / stable / tui' --id 'st' { debsquash '/boot/bash/stable/tui' } -menuentry 'bash / stable / gui' --id 'sg' { debsquash '/boot/bash/stable/gui' } +menuentry 'bash / stable / tui' --id 'st' { debsquash '/w/boot/bash/stable/tui' } +menuentry 'bash / stable / gui' --id 'sg' { debsquash '/w/boot/bash/stable/gui' } menu_split -menuentry 'bash / latest / tui' --id 'lt' { debsquash '/boot/bash/latest/tui' } -menuentry 'bash / latest / gui' --id 'lg' { debsquash '/boot/bash/latest/gui' } +menuentry 'bash / latest / tui' --id 'lt' { debsquash '/w/boot/bash/latest/tui' } +menuentry 'bash / latest / gui' --id 'lg' { debsquash '/w/boot/bash/latest/gui' }