diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:40:44 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:40:44 +0000 |
| commit | 8d77b4e3046c27812a116423119e79550c337e68 (patch) | |
| tree | 0ca571ea0fadf0b38c193141a808fac2c3a539ab /sbin | |
| parent | 157002a7fa64ef85826fdb36a91b4d114034669c (diff) | |
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/sysinstall/stage1.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c index 6be00c76c6be..969fb573a215 100644 --- a/sbin/sysinstall/stage1.c +++ b/sbin/sysinstall/stage1.c @@ -102,9 +102,8 @@ stage1() mvprintw(j++, 50, "|"); mvprintw(j++, 50, "|Your old kernel, /etc/fstab"); mvprintw(j++, 50, "|and /sbin/init files are"); - mvprintw(j++, 50, "|renamed since the kernel and); - mvprintw(j++, 50, "|/etc/fstab are replaced from"); - mvprintw(j++, 50, "|this floppy."); + mvprintw(j++, 50, "|renamed since they will be"); + mvprintw(j++, 50, "|replaced from this floppy."); } else { mvprintw(j++, 50, "|You should now assign some"); mvprintw(j++, 50, "|space to root, swap, and"); |
