Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangit authored Jan 5, 2025
1 parent 72316d9 commit 9a50aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static void INITPROC do_init_task(void)
choice:
/* no return */
printk("\nBoot medium is floppy and a hard disk has been found.\n");
printk("Do you want to [C]ontinue boot or [I]nstall ELKS? with <%s> \n", binshell, argv_init[1]);
printk("Do you want to [C]ontinue booting or [I]nstall ELKS?\n");
key = wait_for_keypress();
if(key == 67 || key == 99)
run_init_process_sptr(bininit, (char *)argv_init, argv_slen);
Expand Down

0 comments on commit 9a50aa0

Please sign in to comment.