Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Wesley Wiedenmeier 2cfe2ffe71 Added support for more advanced booting with grub2
- installer/geninstaller: when -b grub2 flag is given, installs grub2 using
   grub-install, copies installer/resources/grub/grub.cfg onto target
 - installer/resources/grub/grub.cfg: grub configuration that in addition to
   having a menuentry for the installer, scans all partitions on the system
   other than the one it is running from for linux installations and creates
   menuentries for the other installations as well, to deal with potential
   situations where the user reboots the system after installing but does not
   remove the installation disk
2015-07-08 14:21:42 -05:00
bin add network view/controller 2015-06-24 15:44:48 -04:00
installer Added support for more advanced booting with grub2 2015-07-08 14:21:42 -05:00
probert@ceb699d9ca update probert submodule 2015-06-29 15:01:47 -04:00
subiquity Breakup interace attributes into a separate column 2015-06-29 16:01:16 -04: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
.gitmodules add probert submodule 2015-06-29 11:09:19 -04:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile add probert to python path 2015-06-29 11:15:11 -04: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