Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/i386 pull up rev(s) 1.27-1.2...
details: https://anonhg.NetBSD.org/src/rev/2a3d03267cbe
branches: netbsd-1-4
changeset: 468989:2a3d03267cbe
user: cgd <cgd%NetBSD.org@localhost>
date: Thu Jun 24 22:46:17 1999 +0000
description:
pull up rev(s) 1.27-1.29 from trunk. (cgd)
diffstat:
distrib/utils/sysinst/arch/i386/md.c | 26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)
diffs (58 lines):
diff -r ddfd0868e441 -r 2a3d03267cbe distrib/utils/sysinst/arch/i386/md.c
--- a/distrib/utils/sysinst/arch/i386/md.c Thu Jun 24 22:46:10 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.c Thu Jun 24 22:46:17 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.21.2.2 1999/05/02 21:47:57 perry Exp $ */
+/* $NetBSD: md.c,v 1.21.2.3 1999/06/24 22:46:17 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -16,7 +16,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software develooped for the NetBSD Project by
+ * This product includes software developed for the NetBSD Project by
* Piermont Information Systems Inc.
* 4. The name of Piermont Information Systems Inc. may not be used to endorse
* or promote products derived from this software without specific prior
@@ -196,29 +196,10 @@
int
md_copy_filesystem(void)
{
- if (target_already_root()) {
- return 0;
- }
-
- /* Copy the instbin(s) to the disk */
- msg_display(MSG_dotar);
- if (run_prog(0, 0, NULL, "pax -X -r -w -pe / /mnt") != 0)
- goto err;
-
- /* Copy next-stage install profile into target /.profile. */
- if (cp_to_target("/tmp/.hdprofile", "/.profile") != 0)
- goto err;
- if (cp_to_target("/usr/share/misc/termcap", "/.termcap") != 0)
- goto err;
return 0;
-err:
- msg_display(MSG_dotarfail);
- process_menu(MENU_ok);
- return 1;
}
-
int
md_make_bsd_partitions(void)
{
@@ -450,7 +431,8 @@
md_copy_filesystem();
md_post_newfs();
md_upgrade_mbrtype();
- puts(CL);
+ puts(CL); /* XXX */
+ wclear(stdscr);
wrefresh(stdscr);
return 1;
}
Home |
Main Index |
Thread Index |
Old Index