debian-cd-clone/tools/sarge/upgrade-hppa.sh

7 lines
128 B
Bash
Raw Normal View History

#!/bin/sh
echo "Copying the upgrade bits for hppa"
cp -a $MIRROR/dists/sarge/main/upgrade-kernel $1/CD1/upgrade-kernel
exit 0