mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
kexecboot-cfg: add new options for DTB and CMDLINE
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,9 +19,15 @@ LABEL=${KEXECBOOT_LABEL}
|
|||||||
# Specify full kernel path on target.
|
# Specify full kernel path on target.
|
||||||
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
||||||
#
|
#
|
||||||
|
# Specify which device tree blob to use
|
||||||
|
# DTB=/boot/my-own-dtb
|
||||||
|
#
|
||||||
# Append this tags to the kernel cmdline.
|
# Append this tags to the kernel cmdline.
|
||||||
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
||||||
#
|
#
|
||||||
|
# Overwrite kernel command line instead of appending to it
|
||||||
|
# CMDLINE=console=/dev/tty0 root=/dev/sdb1
|
||||||
|
#
|
||||||
# Specify optional initrd/initramfs.
|
# Specify optional initrd/initramfs.
|
||||||
# INITRD=/boot/initramfs.cpio.gz
|
# INITRD=/boot/initramfs.cpio.gz
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user