CVS commit: src/distrib/utils/sysinst/arch/x68k

2013-04-21 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 21 06:24:42 UTC 2013

Modified Files:
src/distrib/utils/sysinst/arch/x68k: md.c

Log Message:
Enable rc_configured=YES in sysinst.
The problem that sed was not contained in ramdisk was already gone.
analized by tsutsui@.
XXX Only hp300 and mvme68k seem to have the same problem.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/utils/sysinst/arch/x68k/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/x68k/md.c
diff -u src/distrib/utils/sysinst/arch/x68k/md.c:1.43 src/distrib/utils/sysinst/arch/x68k/md.c:1.44
--- src/distrib/utils/sysinst/arch/x68k/md.c:1.43	Thu Jan  5 21:32:36 2012
+++ src/distrib/utils/sysinst/arch/x68k/md.c	Sun Apr 21 06:24:42 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.c,v 1.43 2012/01/05 21:32:36 christos Exp $ */
+/*	$NetBSD: md.c,v 1.44 2013/04/21 06:24:42 isaki Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -297,7 +297,7 @@ md_post_extract(void)
 void
 md_cleanup_install(void)
 {
-#ifdef notyet			/* sed is too large for ramdisk */
+#ifndef DEBUG
 	enable_rc_conf();
 #endif
 }



CVS commit: src/distrib/utils/sysinst/arch/x68k

2013-04-21 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 21 06:24:42 UTC 2013

Modified Files:
src/distrib/utils/sysinst/arch/x68k: md.c

Log Message:
Enable rc_configured=YES in sysinst.
The problem that sed was not contained in ramdisk was already gone.
analized by tsutsui@.
XXX Only hp300 and mvme68k seem to have the same problem.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/utils/sysinst/arch/x68k/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/sysinst/arch/x68k

2012-11-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Nov 17 19:35:55 UTC 2012

Modified Files:
src/distrib/utils/sysinst/arch/x68k: md.h

Log Message:
Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.

UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/sysinst/arch/x68k/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/x68k/md.h
diff -u src/distrib/utils/sysinst/arch/x68k/md.h:1.20 src/distrib/utils/sysinst/arch/x68k/md.h:1.21
--- src/distrib/utils/sysinst/arch/x68k/md.h:1.20	Mon Apr  4 08:30:45 2011
+++ src/distrib/utils/sysinst/arch/x68k/md.h	Sat Nov 17 19:35:55 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.20 2011/04/04 08:30:45 mbalmer Exp $	*/
+/*	$NetBSD: md.h,v 1.21 2012/11/17 19:35:55 tsutsui Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -60,6 +60,9 @@
 #define DEFUSRSIZE	70	/* Default /usr size, if /home */
 #define XNEEDMB		35	/* Extra megs for full X installation */
 
+/* have support for booting from UFS2 */
+#define HAVE_UFS2_BOOT
+
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:



CVS commit: src/distrib/utils/sysinst/arch/x68k

2012-11-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Nov 17 19:35:55 UTC 2012

Modified Files:
src/distrib/utils/sysinst/arch/x68k: md.h

Log Message:
Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.

UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/sysinst/arch/x68k/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/sysinst/arch/x68k

2012-11-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Nov  3 15:40:58 UTC 2012

Modified Files:
src/distrib/utils/sysinst/arch/x68k: Makefile
Removed Files:
src/distrib/utils/sysinst/arch/x68k: menus.md.es menus.md.pl msg.md.de
msg.md.es msg.md.pl

Log Message:
Remove unused non-en translation messages.
(src/distrib/x68k/floppies/ramdisk/Makefile specifies list.sysinst.en)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/sysinst/arch/x68k/Makefile
cvs rdiff -u -r1.2 -r0 src/distrib/utils/sysinst/arch/x68k/menus.md.es
cvs rdiff -u -r1.5 -r0 src/distrib/utils/sysinst/arch/x68k/menus.md.pl \
src/distrib/utils/sysinst/arch/x68k/msg.md.de
cvs rdiff -u -r1.4 -r0 src/distrib/utils/sysinst/arch/x68k/msg.md.es
cvs rdiff -u -r1.9 -r0 src/distrib/utils/sysinst/arch/x68k/msg.md.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/x68k/Makefile
diff -u src/distrib/utils/sysinst/arch/x68k/Makefile:1.10 src/distrib/utils/sysinst/arch/x68k/Makefile:1.11
--- src/distrib/utils/sysinst/arch/x68k/Makefile:1.10	Sat Feb 19 17:00:40 2005
+++ src/distrib/utils/sysinst/arch/x68k/Makefile	Sat Nov  3 15:40:58 2012
@@ -1,11 +1,8 @@
-#	$NetBSD: Makefile,v 1.10 2005/02/19 17:00:40 dsl Exp $
+#	$NetBSD: Makefile,v 1.11 2012/11/03 15:40:58 tsutsui Exp $
 #
 # Makefile for x68k
 #
 
-# Note: we have no french or german messages, because x68k console does not
-# support ISO-8859-1 (right half) character set.
-
-LANGUAGES=	en pl
+LANGUAGES=	# no translations
 
 .include ../../Makefile.inc



CVS commit: src/distrib/utils/sysinst/arch/x68k

2012-11-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Nov  3 15:40:58 UTC 2012

Modified Files:
src/distrib/utils/sysinst/arch/x68k: Makefile
Removed Files:
src/distrib/utils/sysinst/arch/x68k: menus.md.es menus.md.pl msg.md.de
msg.md.es msg.md.pl

Log Message:
Remove unused non-en translation messages.
(src/distrib/x68k/floppies/ramdisk/Makefile specifies list.sysinst.en)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/sysinst/arch/x68k/Makefile
cvs rdiff -u -r1.2 -r0 src/distrib/utils/sysinst/arch/x68k/menus.md.es
cvs rdiff -u -r1.5 -r0 src/distrib/utils/sysinst/arch/x68k/menus.md.pl \
src/distrib/utils/sysinst/arch/x68k/msg.md.de
cvs rdiff -u -r1.4 -r0 src/distrib/utils/sysinst/arch/x68k/msg.md.es
cvs rdiff -u -r1.9 -r0 src/distrib/utils/sysinst/arch/x68k/msg.md.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.