Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Adam Stokes e52aa70377 add line break
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-23 12:48:37 -04:00
bin more work on routing controllers 2015-06-23 12:40:10 -04:00
installer Add new menu choices (text vs serial) 2015-06-17 15:47:28 -05:00
subiquity add line break 2015-06-23 12:48:37 -04:00
test Add initial start view, buttons, and utilities 2015-06-10 16:59:55 -04:00
.gitignore Use subiquity inside the install image 2015-06-16 14:45:05 -05:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile Add new menu choices (text vs serial) 2015-06-17 15:47:28 -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