~darkmuggle-deactivatedaccount/ubuntu-on-ec2/ec2-publishing-scripts.blacklist

« back to all changes in this revision

Viewing changes to publish-build

  • Committer: Ben Howard
  • Date: 2012-12-17 20:52:47 UTC
  • Revision ID: ben.howard@canonical.com-20121217205247-p5tgld37ek2iay5z
Introduction of PVGRUB 1.03 for Raring and later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
        intrepid|jaunty|karmic) kernel_list="";;
194
194
    hardy|lucid) kernel_list_in="kernels-pv-grub-hd0-V1.01.txt";;
195
195
        maverick|natty) kernel_list_in="kernels-pv-grub-hd0-V1.01.txt";;
196
 
        *) kernel_list_in="kernels-pv-grub-hd0-V1.02.txt";;
 
196
        oneiric|precise|quantal) kernel_list_in="kernels-pv-grub-hd0-V1.02.txt";;
 
197
        *) kernel_list_in="kernels-pv-grub-hd0-V1.03.txt";;
197
198
esac
198
199
 
199
200
if [ -n "${kernel_list_in}" ]; then