commit: 5a20e6cb2d0fec5787ac38c23f688e429e833976
Author: NP-Hardass <np.hardass <AT> gmail <DOT> com>
AuthorDate: Mon Aug 8 02:05:33 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 23:42:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5a20e6cb
defaults/initrd.scripts: bug #590610, fix typo in sdelay
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
defaults/initrd.scripts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index 31ebeec..1ee1699 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1345,7 +1345,7 @@ sdelay() {
sleep ${SDELAY}
elif [ "${CDROOT}" = '1' ]
then
- good_msg 'Hint: Use scandelay[=seconds] if your live medium is
slowand boot fails'
+ good_msg 'Hint: Use scandelay[=seconds] if your live medium is
slow and boot fails'
fi
}