~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to scripts/maas-import-isos

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                        else
85
85
                                # check archive for an updated ISO, update our cache if necessary
86
86
                                cobbler-ubuntu-import -c $profile && cobbler-ubuntu-import -u $profile
87
 
                                # Make sure the profile is using the MaaS preseed
 
87
                                # Make sure the profile is using the MAAS preseed
88
88
                                cobbler profile edit --name="$profile" --kickstart="$KSDIR/maas.preseed"
89
89
 
90
90
                        fi
131
131
        cat <<EOF
132
132
Usage: ${0##*/} [ options ]
133
133
 
134
 
   import Ubuntu releases and update default MaaS settings
 
134
   import Ubuntu releases and update default MAAS settings
135
135
 
136
136
   options:
137
137
      -i | --import-isos      Import the Ubuntu ISOs and update default
138
 
                              settings used for MaaS. (default)
 
138
                              settings used for MAAS. (default)
139
139
      -u | --update-settings  Updates all profiles based on new settings
140
140
                              in /etc/maas/import_isos.
141
141
 
142
142
   The --import process downloads and imports a list of Ubuntu releases,
143
 
   adding the default MaaS settings for each of the profiles.  If a
 
143
   adding the default MAAS settings for each of the profiles.  If a
144
144
   release has already been imported but is out of date, the updated ISO
145
145
   will be downloaded again and reimported.
146
146