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/alpha pull up rev(s) 1.15-1....
details: https://anonhg.NetBSD.org/src/rev/04a45803cf26
branches: netbsd-1-4
changeset: 468971:04a45803cf26
user: cgd <cgd%NetBSD.org@localhost>
date: Thu Jun 24 22:44:28 1999 +0000
description:
pull up rev(s) 1.15-1.17 from trunk. (cgd)
diffstat:
distrib/utils/sysinst/arch/alpha/md.c | 20 +++++---------------
1 files changed, 5 insertions(+), 15 deletions(-)
diffs (48 lines):
diff -r 1216560b4ad6 -r 04a45803cf26 distrib/utils/sysinst/arch/alpha/md.c
--- a/distrib/utils/sysinst/arch/alpha/md.c Thu Jun 24 22:44:21 1999 +0000
+++ b/distrib/utils/sysinst/arch/alpha/md.c Thu Jun 24 22:44:28 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9.2.2 1999/04/23 21:35:12 perry Exp $ */
+/* $NetBSD: md.c,v 1.9.2.3 1999/06/24 22:44:28 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -17,7 +17,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
@@ -142,18 +142,7 @@
int md_copy_filesystem (void)
{
- if (target_already_root()) {
- return 0;
- }
-
- /* Copy the instbin(s) to the disk */
- printf ("%s", msg_string(MSG_dotar));
- if (run_prog(0, 0, "Warning: unexpected error",
- "pax -X -r -w -pe / /mnt") != 0)
- return 1;
-
- /* Copy next-stage profile into target /.profile. */
- return cp_to_target ("/tmp/.hdprofile", "/.profile");
+ return 0;
}
int md_make_bsd_partitions (void)
@@ -348,7 +337,8 @@
endwin();
md_copy_filesystem ();
md_post_newfs();
- puts (CL);
+ puts(CL); /* XXX */
+ wclear(stdscr);
wrefresh(stdscr);
return 1;
}
Home |
Main Index |
Thread Index |
Old Index