subiquity/README.md

15 lines
226 B
Markdown

# subiquity
Ubuntu Server Installer
# building installer
`make installer`
# running installer
`make run`
# overrides
```
make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el]
make RELEAse=wily run
```