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