From 06444a4ffc30c2e69901c498539d243a3e202a3e Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 17 Jul 2013 18:00:00 -0700 Subject: [PATCH] chore(build_library): strip out verity logic remove some unused verity variables. --- build_library/create_legacy_bootloader_templates.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build_library/create_legacy_bootloader_templates.sh b/build_library/create_legacy_bootloader_templates.sh index 16a26df433..e9c533ff6b 100755 --- a/build_library/create_legacy_bootloader_templates.sh +++ b/build_library/create_legacy_bootloader_templates.sh @@ -55,13 +55,6 @@ fi common_args="init=/sbin/init console=tty0 boot=local rootwait ro noresume" common_args="${common_args} noswap ${FLAGS_boot_args}" -# Common verified boot command-line args -verity_common="dm_verity.error_behavior=${FLAGS_verity_error_behavior}" -verity_common="${verity_common} dm_verity.max_bios=${FLAGS_verity_max_ios}" -# Ensure that dm-verity waits for its device. -# TODO(wad) should add a timeout that display a useful message -verity_common="${verity_common} dm_verity.dev_wait=${dev_wait}" - # Populate the x86 rootfs to support legacy and EFI bios config templates. # The templates are used by the installer to populate partition 12 with # the correct bootloader configuration.