Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/ramdisk add /usr/share/zoneinfo to the ramdi...



details:   https://anonhg.NetBSD.org/src/rev/aaa4dfd7dadd
branches:  trunk
changeset: 499302:aaa4dfd7dadd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Nov 16 13:04:21 2000 +0000

description:
add /usr/share/zoneinfo to the ramdisk, to enable support for setting the
zoneinfo inside sysinst.

diffstat:

 distrib/sparc64/ramdisk/list.m4    |  5 ++++-
 distrib/sparc64/ramdisk/mtree.conf |  7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r c68efc844de6 -r aaa4dfd7dadd distrib/sparc64/ramdisk/list.m4
--- a/distrib/sparc64/ramdisk/list.m4   Thu Nov 16 10:19:02 2000 +0000
+++ b/distrib/sparc64/ramdisk/list.m4   Thu Nov 16 13:04:21 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list.m4,v 1.3 2000/11/13 23:08:41 eeh Exp $
+#      $NetBSD: list.m4,v 1.4 2000/11/16 13:04:21 mrg 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
diff -r c68efc844de6 -r aaa4dfd7dadd distrib/sparc64/ramdisk/mtree.conf
--- a/distrib/sparc64/ramdisk/mtree.conf        Thu Nov 16 10:19:02 2000 +0000
+++ b/distrib/sparc64/ramdisk/mtree.conf        Thu Nov 16 13:04:21 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mtree.conf,v 1.1 2000/08/10 14:38:53 mrg Exp $
+#      $NetBSD: mtree.conf,v 1.2 2000/11/16 13:04:22 mrg Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
@@ -70,6 +70,11 @@
 # ./usr/share
 share
 
+# ./usr/share/zoneinfo
+zoneinfo
+# ./usr/share/zoneinfo
+..
+
 # ./usr/share/misc
 misc
 # ./usr/share/misc



Home | Main Index | Thread Index | Old Index