diff --git a/create_legacy_bootloader_templates.sh b/create_legacy_bootloader_templates.sh index 36adbb7670..9cfd48f8fd 100755 --- a/create_legacy_bootloader_templates.sh +++ b/create_legacy_bootloader_templates.sh @@ -99,13 +99,16 @@ EOF info "Emitted ${SYSLINUX_DIR}/syslinux.cfg" if [[ ${FLAGS_enable_rootfs_verification} -eq ${FLAGS_TRUE} ]]; then - # TODO(wad, tgao) enable usb vbooting with initramfs or device probing. - warn "USB booting will not use rootfs verification." - fi - # To change the active target, only this file needs to change. - cat </dev/null + # To change the active target, only this file needs to change. + cat </dev/null +DEFAULT chromeos-vusb.A +EOF + else + # To change the active target, only this file needs to change. + cat </dev/null DEFAULT chromeos-usb.A EOF + fi info "Emitted ${SYSLINUX_DIR}/default.cfg" cat </dev/null