summaryrefslogtreecommitdiffstats
path: root/wic/systemd-bootdisk-microcode.wks.in
diff options
context:
space:
mode:
authorChee Yang Lee <chee.yang.lee@intel.com>2020-02-17 13:20:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-02-18 10:22:29 +0800
commit017e7dc5778296c676af9ac88a4d94668f75933c (patch)
tree86f28f47650bfa24b1a23e9f46f8ff4315eb5d32 /wic/systemd-bootdisk-microcode.wks.in
parentaa8ed177936c74c69157d820caa5053c2c0515dd (diff)
downloadmeta-intel-017e7dc5778296c676af9ac88a4d94668f75933c.tar.gz
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>
Diffstat (limited to 'wic/systemd-bootdisk-microcode.wks.in')
-rw-r--r--wic/systemd-bootdisk-microcode.wks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/systemd-bootdisk-microcode.wks.in b/wic/systemd-bootdisk-microcode.wks.in
index 03528950..925c1fa3 100644
--- a/wic/systemd-bootdisk-microcode.wks.in
+++ b/wic/systemd-bootdisk-microcode.wks.in
@@ -10,4 +10,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024
10 10
11part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid 11part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
12 12
13bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 ${APPEND}" 13bootloader --ptable gpt --timeout=5 --append=" rootfstype=ext4 "