~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to lib/cdimage/livefs.py

  • Committer: Colin Watson
  • Date: 2015-10-20 08:48:48 UTC
  • Revision ID: cjwatson@canonical.com-20151020084848-id7ac7aq3rxceikh
Remove Wubi from images for wily and later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
                        output_dir, "%s.umenu.exe" % arch)
900
900
                    if os.path.exists(umenu_path):
901
901
                        write_autorun(config, arch, "umenu.exe", "Install")
902
 
                else:
 
902
                elif series <= "vivid":
903
903
                    # TODO: We still have to do something about not
904
904
                    # including Wubi on the DVDs.
905
905
                    download_live_items(config, arch, "wubi")