Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/arm32 nuke md_copy_filesystem()'s...
details: https://anonhg.NetBSD.org/src/rev/036fa5b85d73
branches: trunk
changeset: 474049:036fa5b85d73
user: cgd <cgd%NetBSD.org@localhost>
date: Sun Jun 27 00:23:07 1999 +0000
description:
nuke md_copy_filesystem()'s contents. it now just returns 0.
diffstat:
distrib/utils/sysinst/arch/arm32/md.c | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
diffs (30 lines):
diff -r a0ee6e1b570e -r 036fa5b85d73 distrib/utils/sysinst/arch/arm32/md.c
--- a/distrib/utils/sysinst/arch/arm32/md.c Sun Jun 27 00:17:31 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/md.c Sun Jun 27 00:23:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.20 1999/06/22 00:57:08 cgd Exp $ */
+/* $NetBSD: md.c,v 1.21 1999/06/27 00:23:07 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