From 1b75b6f6da8cae5ad29bea56e6aacadf3d02193c Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 3 Feb 2019 22:18:10 +0200 Subject: [PATCH] initramfs: remove sh leftover --- board/common/overlay-initramfs/init | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/common/overlay-initramfs/init b/board/common/overlay-initramfs/init index 301697a9e7..edec0a55bc 100755 --- a/board/common/overlay-initramfs/init +++ b/board/common/overlay-initramfs/init @@ -7,8 +7,6 @@ msg() { echo " * $1" } -sh - msg "Mounting pseudo filesystems" mount -t devtmpfs devtmpfs /dev mount -t proc proc /proc