[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#636217: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image



Package: live-build
Version: 3.0~a21-1
Severity: normal


You might want a script like this in the binary_local-hooks.

#!/bin/bash
cd binary/live || exit 1
vmlinuz=$(ls vmlinuz* | tail -n1)
ln  $vmlinuz vmlinuz || true
initrd=$(ls initrd.img* | tail -n1)
ln  $initrd initrd.img || true



Reply to: