diff options
-rwxr-xr-x | init | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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." |