From: Ralph Ronnquist Date: Mon, 28 Apr 2025 05:47:55 +0000 (+1000) Subject: Corrected to use full path. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=4179e02006416bd63aeaf2042df4430e080f4106;p=rrq%2Ftiniest.git Corrected to use full path. --- diff --git a/syslinux-legacy.cfg b/syslinux-legacy.cfg index 7b591f1..483ab02 100644 --- 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