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/arm32 pull up rev 1.21 from ...
details: https://anonhg.NetBSD.org/src/rev/f3c2f1716f11
branches: netbsd-1-4
changeset: 469114:f3c2f1716f11
user: cgd <cgd%NetBSD.org@localhost>
date: Sun Jun 27 00:24:22 1999 +0000
description:
pull up rev 1.21 from trunk. (cgd)
diffstat:
distrib/utils/sysinst/arch/arm32/md.c | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
diffs (30 lines):
diff -r a92276973a9f -r f3c2f1716f11 distrib/utils/sysinst/arch/arm32/md.c
--- a/distrib/utils/sysinst/arch/arm32/md.c Sun Jun 27 00:20:16 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/md.c Sun Jun 27 00:24:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.15.2.2 1999/06/24 22:45:01 cgd Exp $ */
+/* $NetBSD: md.c,v 1.15.2.3 1999/06/27 00:24:22 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -291,19 +291,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, 1, NULL, "pax -X -r -w -pe / /mnt") != 0)
- return 1;
-
- /* Copy next-stage install profile into target /.profile. */
- if (cp_to_target("/tmp/.hdprofile", "/.profile") != 0)
- return 1;
- return cp_to_target("/usr/share/misc/termcap", "/.termcap");
+ return 0;
}
int md_make_bsd_partitions (void)
Home |
Main Index |
Thread Index |
Old Index