fix broken repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user