11.2Sriastrad# $NetBSD: etc.rc,v 1.2 2020/02/26 16:00:48 riastradh Exp $
21.1Stsutsui#
31.1Stsutsui# Copyright (c) 1997 Perry E. Metzger
41.1Stsutsui# Copyright (c) 1994 Christopher G. Demetriou
51.1Stsutsui# All rights reserved.
61.1Stsutsui# 
71.1Stsutsui# Redistribution and use in source and binary forms, with or without
81.1Stsutsui# modification, are permitted provided that the following conditions
91.1Stsutsui# are met:
101.1Stsutsui# 1. Redistributions of source code must retain the above copyright
111.1Stsutsui#    notice, this list of conditions and the following disclaimer.
121.1Stsutsui# 2. Redistributions in binary form must reproduce the above copyright
131.1Stsutsui#    notice, this list of conditions and the following disclaimer in the
141.1Stsutsui#    documentation and/or other materials provided with the distribution.
151.1Stsutsui# 3. All advertising materials mentioning features or use of this software
161.1Stsutsui#    must display the following acknowledgement:
171.1Stsutsui#          This product includes software developed for the
181.1Stsutsui#          NetBSD Project.  See http://www.NetBSD.org/ for
191.1Stsutsui#          information about NetBSD.
201.1Stsutsui# 4. The name of the author may not be used to endorse or promote products
211.1Stsutsui#    derived from this software without specific prior written permission.
221.1Stsutsui# 
231.1Stsutsui# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
241.1Stsutsui# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
251.1Stsutsui# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
261.1Stsutsui# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
271.1Stsutsui# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
281.1Stsutsui# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
291.1Stsutsui# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
301.1Stsutsui# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
311.1Stsutsui# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
321.1Stsutsui# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
331.1Stsutsui# 
341.1Stsutsui# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
351.1Stsutsui
361.1StsutsuiPATH=/sbin:/bin:/usr/bin:/usr/sbin:/
371.1Stsutsuiexport PATH
381.1Stsutsui
391.1Stsutsuimount -u /
401.1Stsutsuimount -t tmpfs tmpfs /tmp
411.1Stsutsui
421.1Stsutsui# create a gettytab to autologin and run sysinst
431.1Stsutsuiecho "# Autostart sysinst" > /tmp/gettytab
441.1Stsutsuiecho -n "sysinst:al=root:lo=/install.sh:im=:sp#" >> /tmp/gettytab
451.1Stsutsuistty speed >> /tmp/gettytab
461.1Stsutsuicp /tmp/gettytab /etc
471.1Stsutsui
481.1Stsutsui# done, move on to multiuser mode
491.1Stsutsuiexit 0
50