~ubuntu-branches/ubuntu/raring/maas/raring-proposed

« back to all changes in this revision

Viewing changes to INSTALL.txt

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-17 08:28:36 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120717082836-ucb2vou8tqg353eq
Tags: 0.1+bzr777+dfsg-0ubuntu1
* New upstream release
* Only run 'maas' command as root. (LP: #974046)
  - debian/extras/maas: Check id.
  - debian/maas.install: Install in 'sbin'.
* debian/maas.postinst:
  - restart apache2 after everything gets processed.
  - Update version to handle upgrades.
* debian/extras/maas-provision: Add wrapper to access 'maasprovisiong'
  command line.
* debian/patches/99_temporary_fix_path.patch: Dropped. No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
MAAS will check for and download new Ubuntu images once a week.
91
91
However, you'll need to download them manually the first time::
92
92
 
93
 
  $ sudo maas-import-isos
 
93
  $ sudo maas-import-pxe-files
94
94
 
95
95
If you are using an HTTP proxy, bear in mind that the "sudo" will not
96
96
pass your http_proxy environment variable on to the script.  If that is
97
97
a problem, pass it on explicitly::
98
98
 
99
 
  $ sudo http_proxy=$http_proxy maas-import-isos
 
99
  $ sudo http_proxy=$http_proxy maas-import-pxe-files
100
100
 
101
101
 
102
102
Next steps