mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
6bed5b3d74
commit
7aba8f58ff
|
|
@ -19,9 +19,15 @@ LABEL=${KEXECBOOT_LABEL}
|
|||
# Specify full kernel path on target.
|
||||
KERNEL=/boot/${KERNEL_IMAGETYPE}
|
||||
#
|
||||
# Specify which device tree blob to use
|
||||
# DTB=/boot/my-own-dtb
|
||||
#
|
||||
# Append this tags to the kernel cmdline.
|
||||
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
||||
#
|
||||
# Overwrite kernel command line instead of appending to it
|
||||
# CMDLINE=console=/dev/tty0 root=/dev/sdb1
|
||||
#
|
||||
# Specify optional initrd/initramfs.
|
||||
# INITRD=/boot/initramfs.cpio.gz
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user