head     1.1;
branch   1.1.1;
access   ;
symbols  knoppix37:1.1.1.1 knoppix:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2005.02.21.15.28.48;  author tcheun;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2005.02.21.15.28.48;  author tcheun;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/static/ash
# This script is called in case of loading this initrd image as
# root-partition, so execute linuxrc first, then replace process
# with the real init.
# (C) Klaus Knopper May 2004, License: GPL

# linuxrc will configure the ramdisk system, anc then copy a static
# init from CD to ramdisk, after finishing the autoconfiguration.
/linuxrc

# Call the real init now
exec /etc/init "$@@" </dev/console >/dev/console 2>&1
@


1.1.1.1
log
@import KNOPPIX.build 3.7 for Korean
@
text
@@
