-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pkg/installer now is just the installer, the software that runs when an OS boots into installer mode. It includes the verifier. pkg/installer/README explains in detail. * all builds of installer images happen via images/installer.yml.in, just like the rootfs is images/rootfs.yml.in. The installer is inserted as an onboot container, and the make-raw-efi, which is needed by the installer to install onto the target disk, is inserted as a volume accessible to the installer onboot container * all of the strange ways to build installer and verifier by injecting into a container go away * any future changes to the installer or verifier happen entirely inside pkg/verifier * revamped how grub.cfg finds its include for special installer cases, by always executing grub.cfg, but it can find and include grub_include.cfg * removed redundant parts of Makefile, such as verification, which no longer exists as a standalone image or package * for local qemu net booting via make run-installer-net, run from $(BUILD_DIR)/netboot instead of $(BUILD_DIR)/installer, so it doesn't overwrite things * detailed the boot process in docs/BOOT-INSTALLER.md, so it captures everything I learned, how it works, and how to change it in the future Signed-off-by: Avi Deitcher <[email protected]>
- Loading branch information
Showing
994 changed files
with
390,480 additions
and
2,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.