head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2005.06.06.14.20.23;	author tcheun;	state Exp;
branches;
next	;


desc
@@


1.1
log
@make cpio initrd.gz
@
text
@(cd initrd; find . | cpio --quiet -c -o) > initrd.cpio
gzip -9 initrd.cpio
rm initrd.gz
mv initrd.cpio.gz initrd.gz
echo /etc/bootsplash/bootsplash | cpio -o -H newc | gzip >> initrd.gz
@
