mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
scripts/mkimg.base.sh: change to dtbs-$flavor dir name
with change to linux-lts as current default kernel dir for dtbs is changed to /boot/dtbs-$_f and this commit change it to new one DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to follow documentation in u-boot (upstream)
This commit is contained in:
parent
7f7614b183
commit
39c54bc7dd
@ -104,7 +104,7 @@ syslinux_gen_config() {
|
||||
MENU LABEL Linux $_f
|
||||
KERNEL /boot/vmlinuz-$_f
|
||||
INITRD /boot/initramfs-$_f
|
||||
DEVICETREEDIR /boot/dtbs
|
||||
FDTDIR /boot/dtbs-$_f
|
||||
APPEND $initfs_cmdline $kernel_cmdline
|
||||
EOF
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user