summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit8
1 files changed, 3 insertions, 5 deletions
diff --git a/init b/init
index 98a771e..0c50ec4 100755
--- a/init
+++ b/init
@@ -160,9 +160,6 @@ wait_dev() {
# rest.
#
main() {
- # display fanciful boot image
- screen_init
-
# Mount the /proc and /sys filesystems.
mount -t tmpfs none /run
mount -t devtmpfs none /dev
@@ -176,10 +173,11 @@ main() {
mkdir ${fakeroot}
fi
- log INFO "Parsing cmdline arguments"
-
parse_cmdline "$(cat /proc/cmdline)"
+ # display fanciful boot image
+ screen_init
+
log INFO "Root device: ${ROOTDEV}"
log INFO "Waiting up to 10 seconds for root device to appear."

Generated by cgit