> On 20 Sep 2024, at 19:41, Jon Mason via lists.openembedded.org > <[email protected]> wrote: > > --- a/scripts/lib/wic/canned-wks/mkefidisk.wks > +++ b/scripts/lib/wic/canned-wks/mkefidisk.wks > @@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label > platform --align 1024 > > part swap --ondisk sda --size 44 --label swap1 --fstype=swap > > -bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 > console=ttyS0,115200 console=tty0" > +bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 > console=${KERNEL_CONSOLE} console=tty0”
My understanding was the .wks files had to be .wks.in for variable expansion to happen. Can you confirm that this is actually just an idiom and the expansions happen always? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204848): https://lists.openembedded.org/g/openembedded-core/message/204848 Mute This Topic: https://lists.openembedded.org/mt/108564893/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
