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
+16
View File
@@ -0,0 +1,16 @@
menuentry "Run __DISTRO__ with persistence" {
linux /vmlinuz perch
initrd /initrd.img
}
menuentry "Run __DISTRO__ from RAM without persistence" {
linux /vmlinuz toram
initrd /initrd.img
}
menuentry "Run __DISTRO__ with debug" {
linux /vmlinuz debug
initrd /initrd.img
}
menuentry "Run __DISTRO__ with debug and first stage shell" {
linux /vmlinuz debug shell
initrd /initrd.img
}