#!/bin/sh

cd $1
find | cpio -oH crc | gzip -9 > ../../RedHat/base/$1.cgz
