~ubuntu-branches/ubuntu/karmic/livecd-rootfs/karmic

« back to all changes in this revision

Viewing changes to livecd.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik, Steve Langasek, Colin Watson, Steve Kowalik
  • Date: 2009-01-10 11:08:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090110110829-a9wt2p3sbnzip252
Tags: 0.75
[ Steve Langasek ]
* BuildLiveCD: recognize 'mythbuntu' and 'ubuntu-mobile' as valid project
  names

[ Colin Watson ]
* BuildLiveCD: add ubuntu-umpc too.

[ Steve Kowalik ]
* BuildLiveCD: Add ubuntu-netbook-remix.
* livecd.sh: Support ubuntu-netbook-remix. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
 
142
142
for arg in "$@"; do
143
143
    case "$arg" in
144
 
       ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|ubuntu-mid|ubuntu-mobile|ubuntu-umpc|base|tocd)
 
144
       ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|ubuntu-mid|ubuntu-netbook-remix|base|tocd)
145
145
            ;;
146
146
        *)
147
147
            echo bad name >&2;
199
199
            LIVELIST="gobuntu-live^ laptop-detect casper lupin-casper"
200
200
            COMP="main"
201
201
            ;;
202
 
    ubuntu-mid)
203
 
        LIST="$LIST minimal^ ubuntu-mid"
204
 
        LIVELIST="casper ubiquity"
205
 
        COMP="main restricted universe multiverse"
206
 
        ;;
207
 
        ubuntu-mobile|ubuntu-umpc)
208
 
            LIST="$LIST minimal^ mobile-mobile^"
209
 
            LIVELIST="casper ubiquity"
210
 
            COMP="main restricted universe multiverse"
211
 
            ;;
 
202
        ubuntu-mid)
 
203
            LIST="$LIST minimal^ mobile-mid^"
 
204
            LIVELIST="casper ubiquity"
 
205
            COMP="main restricted universe multiverse"
 
206
            ;;
 
207
        ubuntu-netbook-remix)
 
208
            LIST="$LIST minimal^ mobile-netbook-remix^"
 
209
            LIVELIST="casper ubiquity"
 
210
            COMP="main restricted universe multiverse"
 
211
            ;;
212
212
        mythbuntu)
213
213
            LIST="$LIST minimal^ standard^ mythbuntu-desktop"
214
214
            LIVELIST="mythbuntu-live laptop-detect casper lupin-casper"