Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Wesley Wiedenmeier 411656ed99 Started adding support for offline installer image
- If geninstaller is run with -o or --offline, then during generate_img,
    chroot into target and run apt-get install with all required packges for
    subiquity.
  - At the moment, cloud-init will still attempt to install packages when it
    boots without network, then fail over to the next part of the init, and
    eventually will run subiquity.
  - While this is functional for an offline installer, it is preferrable to
    tell cloud-init not to try to install packages, to avoid extra delays
    and to keep errors out of the cloud-init log
2015-07-22 13:24:40 -05:00
bin Detect successful install 2015-07-06 14:00:50 -05:00
installer Started adding support for offline installer image 2015-07-22 13:24:40 -05:00
probert@f98791fe73 Update probert code 2015-07-13 09:32:13 -04:00
subiquity Add copyright header to subiquity/curtin.py 2015-07-16 20:12:51 -04:00
tests Use virtualenv to make use of urwid 1.3.0 and the asyncio library 2015-06-30 13:02:39 -04:00
.gitignore Use virtualenv to make use of urwid 1.3.0 and the asyncio library 2015-06-30 13:02:39 -04:00
.gitmodules add probert submodule 2015-06-29 11:09:19 -04:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile Fix wrong PYTHONPATH 2015-07-06 14:34:26 -05:00
README.md Update readme for executing dryrun 2015-07-16 20:12:39 -04:00
requirements.txt Add AsyncioEventLoop shim for urwid versions shipped with Ubuntu 2015-06-30 16:08:42 -04:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

running the UI locally

make ui-view

with --dry-run

make dryrun

overrides

make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el] installer
make RELEASE=wily ARCH=arm64 run