Skip to content
Snippets Groups Projects
Commit 2104c30d authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

wic: fix typo WIC_BOOTLOADER_TIMEOUT


One too many O's.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 36e0ab39
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ APPDATA_PARTITION_SIZE ?= "1G" ...@@ -33,7 +33,7 @@ APPDATA_PARTITION_SIZE ?= "1G"
# Default root filesystem type is squashfs. # Default root filesystem type is squashfs.
ROOT_FSTYPE ?= "squashfs" ROOT_FSTYPE ?= "squashfs"
WIC_BOOOTLOADER_TIMEOUT ?= "5" WIC_BOOTLOADER_TIMEOUT ?= "5"
# #
# Use this to include extra wic configuration per partition # Use this to include extra wic configuration per partition
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# | | # | |
# 0 4096KiB # 0 4096KiB
bootloader --ptable gpt --timeout=${WIC_BOOOTLOADER_TIMEOUT} --append=" rootfstype=${ROOT_FSTYPE} " bootloader --ptable gpt --timeout=${WIC_BOOTLOADER_TIMEOUT} --append=" rootfstype=${ROOT_FSTYPE} "
part --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --label ${BOOT_PARTITION_LABEL} --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096 part --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --label ${BOOT_PARTITION_LABEL} --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096
${WIC_ROOTA_PARTITION} ${WIC_ROOTA_PARTITION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment