mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00
wic: remove APPEND from .wks.in
since wic took APPEND in env, APPEND are no longer required in .wks.in. Remove APPEND from .wks.in to prevent duplicates see commit: https://git.openembedded.org/openembedded-core/commit/?id=18981b8a457104391dfd94938c247eac04e4ed50 Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
aa8ed17793
commit
017e7dc577
|
@ -9,4 +9,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024
|
|||
|
||||
part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
|
||||
|
||||
bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 ${APPEND}"
|
||||
bootloader --ptable gpt --timeout=5 --append=" rootfstype=ext4 "
|
||||
|
|
|
@ -5,4 +5,4 @@ part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},title=ins
|
|||
|
||||
part / --source bootimg-partition --ondisk sda --fstype=ext4 --label image --use-uuid --align 1024
|
||||
|
||||
bootloader --ptable gpt --timeout=5 --append="rootwait ${APPEND}"
|
||||
bootloader --ptable gpt --timeout=5 --append=" rootwait "
|
||||
|
|
|
@ -10,4 +10,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024
|
|||
|
||||
part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
|
||||
|
||||
bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 ${APPEND}"
|
||||
bootloader --ptable gpt --timeout=5 --append=" rootfstype=ext4 "
|
||||
|
|
Loading…
Reference in New Issue
Block a user