From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh') diff --git a/external/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh b/external/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh index 9c4b263d..b351985a 100644 --- a/external/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh +++ b/external/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh @@ -27,7 +27,7 @@ do # Try sleeping here to avoid getting kernel messages # obscuring/confusing user sleep 5 - echo "Found drive at /dev/${device}. Do you want to install this image there ? [y/n]" + echo "Found drive at /dev/${device}. Do you want to install this image there? [y/n]" read answer if [ "$answer" = "y" ] ; then break -- cgit 1.2.3-korg