#!/bin/sh
#set -x
[ -n "$1" ] || { echo "Usage: $0 <initrdname>";exit 1; }
cat $1|gzip -cd >/tmp/initrd
mount -t ext2 -oloop /tmp/initrd /mnt
