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:
Chee Yang Lee 2020-02-17 13:20:05 +08:00 committed by Anuj Mittal
parent aa8ed17793
commit 017e7dc577
3 changed files with 3 additions and 3 deletions

View File

@ -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 "

View File

@ -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 "

View File

@ -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 "