From c52bafe621d121fc2340f5679512f64ad948b393 Mon Sep 17 00:00:00 2001 From: Katie Roberts-Hoffman Date: Mon, 7 Nov 2011 09:28:59 -0800 Subject: [PATCH] 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 Reviewed-by: Katie Roberts-Hoffman Tested-by: Katie Roberts-Hoffman --- mod_image_for_recovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_image_for_recovery.sh b/mod_image_for_recovery.sh index ab6aad11f4..0ac288c7ec 100755 --- a/mod_image_for_recovery.sh +++ b/mod_image_for_recovery.sh @@ -177,7 +177,7 @@ create_recovery_kernel_image() { --hd_vblock="$RECOVERY_KERNEL_VBLOCK" \ --vmlinuz="$vmlinuz" \ --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 \ --rootfs_image=${root_dev} \ --rootfs_hash=${FLAGS_rootfs_hash} \