Skip to content

Commit

Permalink
Remove accidental debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-se committed Jan 7, 2016
1 parent 9ec6a6d commit 5c477b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tiny_initramfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <errno.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>

static void parse_cmdline();
static int parse_cmdline_helper(void *data, const char *line, int line_is_incomplete);
Expand Down Expand Up @@ -121,8 +120,6 @@ int main(int argc, char **argv)
try_exec(argc, argv, "/bin/sh");
}

printf("hello world\n");

/* Message stolen from Linux's init/main.c */
panic(0, "No working init found. Try passing init= option to kernel. "
"See Linux Documentation/init.txt for guidance.", NULL);
Expand Down

0 comments on commit 5c477b3

Please sign in to comment.