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.
This commit is contained in:
isaki 2013-04-21 06:24:42 +00:00
parent f2458c3ff1
commit 89a2e05aa5

View File

@ -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
}