From a608c2c19157f01fb05a065c53ba1a5f79b3afb3 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sun, 6 Sep 2015 19:13:12 +0200 Subject: [PATCH] initramfs-rauc-install: fix root device entry for slot B The typo caused an empty root= command line argument, which made it impossible to boot this slot. Signed-off-by: Jan Luebbe --- recipes-core/initrdscripts/initramfs-rauc-install/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/initrdscripts/initramfs-rauc-install/install b/recipes-core/initrdscripts/initramfs-rauc-install/install index 035f6a5..511afe0 100644 --- a/recipes-core/initrdscripts/initramfs-rauc-install/install +++ b/recipes-core/initrdscripts/initramfs-rauc-install/install @@ -152,7 +152,7 @@ menuentry "Slot A (OK=\$A_OK TRY=\$A_TRY)" ${ENTRY_ARGS}{ } menuentry "Slot B (OK=\$B_OK TRY=\$B_TRY)" ${ENTRY_ARGS}{ - linux (hd0,3)/kernel root=${INSTALL_TGT3} \$CMDLINE rauc.slot=B + linux (hd0,3)/kernel root=${INSTALL_TGT}3 \$CMDLINE rauc.slot=B initrd (hd0,3)/initramfs } EOF