From eb9e567c56ca56a124baf2920adb207e140a76e4 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 28 Dec 2015 13:09:13 +0100 Subject: [PATCH] linuxrc: lil pause before check for devices --- scripts/linuxrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/linuxrc b/scripts/linuxrc index 771aa7b..4982c41 100755 --- a/scripts/linuxrc +++ b/scripts/linuxrc @@ -25,6 +25,8 @@ $e create needed nodes... $e "***** linuxrc ******" /bin/mkdir -p /tmp/newroot +$e sleep 2... +/bin/sleep 2 for i in /dev/sd??; do $e "+++++ mounting $i... +++++" -- 2.39.5