mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Use TellEm instead of dialog_msgbox
This commit is contained in:
parent
041c2641f1
commit
f7b5cb4380
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4494
@ -175,8 +175,7 @@ clear_mbr(struct mbr *mbr, char *bootcode)
|
||||
* then clobber any existing bootcode.
|
||||
*/
|
||||
|
||||
sprintf(scratch, "\nLoading MBR code from %s\n", bootcode);
|
||||
dialog_msgbox(TITLE, scratch, 5, 60, 0);
|
||||
TellEm("Loading MBR code from %s", bootcode);
|
||||
fd = open(bootcode, O_RDONLY);
|
||||
if (fd < 0) {
|
||||
sprintf(errmsg, "Couldn't open boot file %s\n", bootcode);
|
||||
|
Loading…
Reference in New Issue
Block a user