Update readme for executing dryrun

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2015-07-16 20:12:39 -04:00
parent f2cc6edb12
commit ca9ac981f0
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# subiquity # subiquity
Ubuntu Server Installer > Ubuntu Server Installer
# building installer # building installer
`make installer` `make installer`
@ -10,6 +10,10 @@ Ubuntu Server Installer
# running the UI locally # running the UI locally
`make ui-view` `make ui-view`
with `--dry-run`
`make dryrun`
# overrides # overrides
``` ```
make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el] installer make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el] installer