mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Append required bootargs for tegra2 recovery images
This is a fix for tegra2 platforms to enable correct bootarg parsing in recovery images. BUG=chrome-os-partner:6752 TEST=Manually create recovery image and confirm bootargs are correct Change-Id: Ibeb68384fcdba52ecfecb87e161c4b049d75b10e Reviewed-on: https://gerrit.chromium.org/gerrit/11270 Commit-Ready: Katie Roberts-Hoffman <katierh@chromium.org> Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> Tested-by: Katie Roberts-Hoffman <katierh@chromium.org>
This commit is contained in:
parent
e6932d8986
commit
c52bafe621
@ -177,7 +177,7 @@ create_recovery_kernel_image() {
|
|||||||
--hd_vblock="$RECOVERY_KERNEL_VBLOCK" \
|
--hd_vblock="$RECOVERY_KERNEL_VBLOCK" \
|
||||||
--vmlinuz="$vmlinuz" \
|
--vmlinuz="$vmlinuz" \
|
||||||
--working_dir="${IMAGE_DIR}" \
|
--working_dir="${IMAGE_DIR}" \
|
||||||
--boot_args="panic=60 cros_recovery kern_b_hash=$kern_hash" \
|
--boot_args="noinitrd panic=60 cros_recovery kern_b_hash=$kern_hash" \
|
||||||
--keep_work \
|
--keep_work \
|
||||||
--rootfs_image=${root_dev} \
|
--rootfs_image=${root_dev} \
|
||||||
--rootfs_hash=${FLAGS_rootfs_hash} \
|
--rootfs_hash=${FLAGS_rootfs_hash} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user