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

« back to all changes in this revision

Viewing changes to tools/generate_di+k_list

  • 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:
57
57
/bin/sed -n 's/Package: \(kernel-image-2.6.*-386\)$/\1/p' \
58
58
  $MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
59
59
  >> debian-installer+kernel-$DI_CODENAME
 
60
/bin/sed -n 's/Package: \(kernel-headers-2.4.*-386\)$/\1/p' \
 
61
  $MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
 
62
  >> debian-installer+kernel-$DI_CODENAME
 
63
/bin/sed -n 's/Package: \(kernel-headers-2.6.*-386\)$/\1/p' \
 
64
  $MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
 
65
  >> debian-installer+kernel-$DI_CODENAME
60
66
 
61
67
cat >> debian-installer+kernel-$DI_CODENAME << EOF
62
68
#endif
77
83
        /bin/sed -n 's/Package: \(kernel-pcmcia-modules-2.6.*-generic\)$/\1/p' \
78
84
          $MIRROR/dists/$CODENAME/main/binary-amd64/Packages|/usr/bin/tail -n 1 \
79
85
          >> debian-installer+kernel-$DI_CODENAME
 
86
        /bin/sed -n 's/Package: \(kernel-headers-2.6.*-generic\)$/\1/p' \
 
87
          $MIRROR/dists/$CODENAME/main/binary-amd64/Packages|/usr/bin/tail -n 1 \
 
88
          >> debian-installer+kernel-$DI_CODENAME
80
89
fi
81
90
         
82
91
cat >> debian-installer+kernel-$DI_CODENAME << EOF