summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-16 01:21:57 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-16 01:27:31 +0200
commit204b9e97920110d267cc28132d76e941ca177b13 (patch)
treebf83f1fa3ead30129d91cb57fd3b92df0ec02e05 /gen_initramfs.sh
parentinitrd.script: prompt_user(): Remove read timeout (diff)
downloadgenkernel-204b9e97920110d267cc28132d76e941ca177b13.tar.gz
genkernel-204b9e97920110d267cc28132d76e941ca177b13.tar.bz2
genkernel-204b9e97920110d267cc28132d76e941ca177b13.zip
Adjust LOGLEVEL
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_initramfs.sh')
-rwxr-xr-xgen_initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 42196c54..9c701f57 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1268,7 +1268,7 @@ append_modules() {
continue;
fi
- print_info 2 "$(get_indent 3) - Copying ${i}${MOD_EXT} ..."
+ print_info 3 "$(get_indent 3) - Copying ${i}${MOD_EXT} ..."
cp -ax --parents "${mymod}" "${TDIR}"/ 2>/dev/null \
|| gen_die "Failed to copy '${mymod}' to '${TDIR}/'!"
n_copied_modules=$[$n_copied_modules+1]