fix broken repo

This commit is contained in:
2023-06-14 22:12:45 +02:00
commit 6eab425ace
33 changed files with 1003 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
UI vesamenu.c32
MENU BACKGROUND logo.png
TIMEOUT 140
MENU CLEAR
LABEL default
MENU LABEL Run __DISTRO__ with persistence
KERNEL /vmlinuz
APPEND initrd=/initrd.img perch
LABEL toram
MENU LABEL Run __DISTRO__ from RAM without persistence
KERNEL /vmlinuz
APPEND initrd=/initrd.img toram
LABEL debug
MENU LABEL Run __DISTRO__ with debug
KERNEL /vmlinuz
APPEND initrd=/initrd.img debug
LABEL debugshell
MENU LABEL Run __DISTRO__ with debug and first stage shell
KERNEL /vmlinuz
APPEND initrd=/initrd.img debug shell