From 26a30ccfc34a875924f1c930a06c0f23b56df364 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 14 May 2018 14:15:42 +0100 Subject: [PATCH] Remove echo from init --- init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init b/init index 6b21833..d9445bd 100755 --- a/init +++ b/init @@ -6,13 +6,11 @@ rescue_shell() { exec /bin/sh } -rescue_shell - # Mount filesystems /bin/busybox mount -t devtmpfs none /dev || rescue_shell /bin/busybox mount -t proc none /proc || rescue_shell /bin/busybox mount -t sysfs none /sys || rescue_shell -/bin/busybox echo 0 > /proc/sys/kernel/printk +#/bin/busybox echo 0 > /proc/sys/kernel/printk || rescue_shell # Unlock luks device /sbin/cryptsetup -T 5 luksOpen /dev/sdb3 lukssdb3 || rescue_shell -- 2.46.2