aboutsummaryrefslogtreecommitdiffstats
path: root/initramfs-init.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-10 10:41:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-10 10:41:37 +0000
commita65f8851e5c88e5198678a1aee3eed63db15a5e7 (patch)
tree98e67ab0a4cb883c25d24a12af207f892339e8e1 /initramfs-init.in
parent9980b30b89206cd7b289f77ac5d0f1fc3fc0fa64 (diff)
downloadmkinitfs-a65f8851e5c88e5198678a1aee3eed63db15a5e7.tar.bz2
mkinitfs-a65f8851e5c88e5198678a1aee3eed63db15a5e7.tar.xz
init: make nlplug-findfs verbose with debug_init
Diffstat (limited to 'initramfs-init.in')
-rwxr-xr-xinitramfs-init.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index 24a25c9..efd8905 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -376,7 +376,8 @@ if [ -n "$KOPT_root" ]; then
fi
ebegin "Mounting root"
- nlplug-findfs $cryptopts -p /sbin/mdev $KOPT_root
+ nlplug-findfs $cryptopts -p /sbin/mdev ${KOPT_debug_init:+-d} \
+ $KOPT_root
if [ -n "$KOPT_resume" ]; then
echo "Resume from disk"