diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 23:02:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 23:02:09 +0000 |
commit | f8024397a51d6123afec66a7a486cd1ad38d70f6 (patch) | |
tree | ed69fca3975ef72efd920224d90495cbdf8f604d /libdiskfs | |
parent | 422807ac5144b5280b9ea62a884eda4ae6327490 (diff) |
Formerly boot-parse.c.~5~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/boot-parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/boot-parse.c b/libdiskfs/boot-parse.c index b17a6877..e39a18cf 100644 --- a/libdiskfs/boot-parse.c +++ b/libdiskfs/boot-parse.c @@ -89,6 +89,9 @@ diskfs_parse_bootargs (int argc, char **argv) devname = tmp; } + printf ("\nInitial bootstrap: %s", argv[0]); + fflush (stdout); + diskfs_bootflagarg = argv[1]; return devname; |