Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Ryan Harper b347c17ba7 Lint fix for network
Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
2015-06-25 21:17:57 -05:00
bin add network view/controller 2015-06-24 15:44:48 -04:00
installer Add probert to subiquity 2015-06-25 21:12:42 -05:00
subiquity Lint fix for network 2015-06-25 21:17:57 -05:00
test Add initial start view, buttons, and utilities 2015-06-10 16:59:55 -04:00
.gitignore add logging 2015-06-23 13:02:01 -04:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile Add lint and unit targets 2015-06-25 20:42:14 -05:00
README.md Trivial README.md fixups 2015-06-18 08:48:50 -05:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

overrides

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