~persia/debian-cd/mid.seed-cleanup

« back to all changes in this revision

Viewing changes to tools/sarge/upgrade-sparc.sh

  • Committer: Colin Watson
  • Date: 2005-11-06 15:46:21 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-212
merge from upstream up to patch-800
Patches applied:

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-791
   Updated tools/add-bin-doc to stop warnings when generat...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-792
   Remove the kernel-headers packages from the task list f...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-793
   Made list2cds more verbose

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-794
   Added tools/sarge/upgrade-hppa.sh and tools/sarge/upgra...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-795
   List of extra/updated source packages needed for the am...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-796
   Updated the list from the new version at http://amd64.d...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-797
   Added tools/dedicated_source: simple script used to add...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-798
   - Synced up all sarge changes to etch.

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-799
   - Use dpkg --print-architecture instead of now-deprecated

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-800
   handle etch changes in d-i

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
echo "Copying the upgrade bits for sparc"
 
4
cp -a $MIRROR/dists/sarge/main/upgrade-kernel $1/CD1/upgrade-kernel
 
5
 
 
6
exit 0