Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/sparc64/ramdisk Pullup 1.4 [mrg]:



details:   https://anonhg.NetBSD.org/src/rev/45d978c9ad73
branches:  netbsd-1-5
changeset: 490258:45d978c9ad73
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 16 17:25:24 2000 +0000

description:
Pullup 1.4 [mrg]:
add /usr/share/zoneinfo to the ramdisk, to enable support for setting the
zoneinfo inside sysinst.

diffstat:

 distrib/sparc64/ramdisk/list.m4 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f1dc10534b6f -r 45d978c9ad73 distrib/sparc64/ramdisk/list.m4
--- a/distrib/sparc64/ramdisk/list.m4   Thu Nov 16 17:24:47 2000 +0000
+++ b/distrib/sparc64/ramdisk/list.m4   Thu Nov 16 17:25:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list.m4,v 1.2.2.3 2000/11/14 03:40:31 tv Exp $
+#      $NetBSD: list.m4,v 1.2.2.4 2000/11/16 17:25:24 tv Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -107,6 +107,9 @@
 # the disktab explanation file
 COPY   disktab.preinstall              etc/disktab.preinstall
 
+# zoneinfo files
+COPYDIR        ${DESTDIR}/usr/share/zoneinfo   usr/share/zoneinfo
+
 #the lists of obsolete files used by sysinst
 COPY dist/base_obsolete dist/base_obsolete
 COPY dist/comp_obsolete dist/comp_obsolete



Home | Main Index | Thread Index | Old Index