enforce signatures

This commit is contained in:
Marc Beninca 2023-11-08 09:24:45 +01:00
parent 62f0556e01
commit 04ad78a6e1
2 changed files with 30 additions and 15 deletions

View file

@ -12,4 +12,6 @@ menu_split
menuentry 'bash / stable / tui' { debsquash '/boot/bash/stable/tui' }
menuentry 'bash / stable / gui' { debsquash '/boot/bash/stable/gui' }
menuentry 'bash / latest / tui' { debsquash '/boot/bash/latest/tui' }
menuentry 'check_signatures = enforce' { check_signatures='enforce' }
menuentry 'check_signatures = no' { check_signatures='no' }
menuentry 'bash / latest / gui' { debsquash '/boot/bash/latest/gui' }