diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 21:15:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 21:15:41 +0000 |
| commit | df5ee5386883161c7f44a8fd9a8eff87c931f601 (patch) | |
| tree | 50e238cf37f1391e754b8617fab0428d89883f34 /sys/boot | |
| parent | 2ee878400e65e45181f4a2e7b14b6426691e3ed1 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot2/boot2.c | 4 | ||||
| -rw-r--r-- | sys/boot/i386/gptboot/gptboot.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 01788953faaa..d2b64e95d68d 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -14,7 +14,7 @@ */ /* - * $Id: boot2.c,v 1.20 1999/01/29 03:36:42 rnordier Exp $ + * $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $ */ #include <sys/param.h> @@ -170,7 +170,7 @@ main(void) memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL)); } for (;;) { - printf(" \n>> FreeBSD/i386 BOOT\n" + printf(" \n" "Default: %u:%s(%u,%c)%s\n" "boot: ", dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit, diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 01788953faaa..d2b64e95d68d 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -14,7 +14,7 @@ */ /* - * $Id: boot2.c,v 1.20 1999/01/29 03:36:42 rnordier Exp $ + * $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $ */ #include <sys/param.h> @@ -170,7 +170,7 @@ main(void) memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL)); } for (;;) { - printf(" \n>> FreeBSD/i386 BOOT\n" + printf(" \n" "Default: %u:%s(%u,%c)%s\n" "boot: ", dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit, |
