projects
/
rrq
/
tiniest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02dd03
)
Corrected to use full path.
author
Ralph Ronnquist
<rrq@rrq.au>
Mon, 28 Apr 2025 05:47:55 +0000
(15:47 +1000)
committer
Ralph Ronnquist
<rrq@rrq.au>
Mon, 28 Apr 2025 05:47:55 +0000
(15:47 +1000)
syslinux-legacy.cfg
patch
|
blob
|
history
diff --git
a/syslinux-legacy.cfg
b/syslinux-legacy.cfg
index 7b591f168d0bc6107aba1012e07b855a79ef1719..483ab02ce49e435408f1d290596be55807144bf9 100644
(file)
--- a/
syslinux-legacy.cfg
+++ b/
syslinux-legacy.cfg
@@
-2,20
+2,19
@@
menu title Tiniest ISO (legacy)
path /boot/syslinux/bios
# Note that the path is on the EFI/FAT partition
-#default vesamenu.c32
-default luatest
+default vesamenu.c32
menu margin 0
menu rows 7
menu background splash.png
label legacy
- kernel vmlinuz
+ kernel
/
vmlinuz
sysappend 0x78074
append initrd=initrd.gz init=/init root=/dev/sda1
label linux
- kernel vmlinuz
+ kernel
/
vmlinuz
sysappend 0x78074
append initrd=initrd.gz init=/init root=/dev/sda1