Skip to content

Commit fc5cd6f

Browse files
committed
wic:generic-x84-64: Make adding kernel cmdline customizable
Use ADDITIONAL_KERNEL_CMDLINE variable to append kernel cmdline. This variable is used in meta-isar/scripts/lib/wic/canned-wks/installer-efi.wks.in and meta-isar/recipes-core/images/isar-image-installer.bb so we use same variable. Signed-off-by: Masami Ichikawa <[email protected]>
1 parent bf7050c commit fc5cd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/wic/canned-wks/generic-x86-64.wks.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ part /boot --source bootimg-efi-isar --sourceparams "loader=grub-efi" --label ef
1212

1313
part / --source rootfs --fstype ext4 --mkfs-extraopts "-T default" --label platform --size=${ROOTFS_EXTRA} --align 1024 --use-uuid
1414

15-
bootloader --ptable gpt --timeout 2 --append "rw console=ttyS0,115200 console=tty0"
15+
bootloader --ptable gpt --timeout 2 --append "rw console=ttyS0,115200 console=tty0 ${ADDITIONAL_KERNEL_CMDLINE}"
1616

0 commit comments

Comments
 (0)