mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
Add a kernel hook to create an extlinux boot menu for u-boot. All kernels and initirds found in /boot/ are added to the boot menu. The timeout, kernel command line and DTB name to be used can be configured in /etc/default/extlinux. Then u-boot can be set to boot with this menu with : sysboot mmc <bootpart> any <extaddr> extlinux/extlinux.conf
3 lines
33 B
Text
3 lines
33 B
Text
TIMEOUT=10
|
|
CMDLINE=""
|
|
DTBPATH=""
|