summaryrefslogtreecommitdiff
path: root/Specifications/BootLoaderSpec.mdwn
diff options
context:
space:
mode:
authorkay <kay@web>2013-06-04 00:12:23 -0700
committerwww <iki-www@freedesktop.org>2013-06-04 00:12:23 -0700
commit14b5b97836f8a74b2a8ece672a1d7585717b8905 (patch)
tree7782347c6ef16c7fd63835116e1e032f80272f1b /Specifications/BootLoaderSpec.mdwn
parent76855f7b0326d7ebf4e0d3b5513b63bd87a28551 (diff)
Diffstat (limited to 'Specifications/BootLoaderSpec.mdwn')
-rw-r--r--Specifications/BootLoaderSpec.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/Specifications/BootLoaderSpec.mdwn b/Specifications/BootLoaderSpec.mdwn
index f93bc08c..d5542f82 100644
--- a/Specifications/BootLoaderSpec.mdwn
+++ b/Specifications/BootLoaderSpec.mdwn
@@ -102,3 +102,10 @@ There are a couple of items that are out of focus for this specifications:
* If userspace can figure out the available boot options, then this is only useful so much: we'd still need to come up with a way how userspace could communicate to the boot loader the default boot loader entry temporarily or persistently. Defining a common scheme for this is certainly a good idea, but out of focus for this specifications.
* This specifications is just about "Free" Operating systems. Hooking in other operating systems (like Windows, MacOS) into the boot menu is a different story, and should probably happen outside of this specification. For example, boot loaders might choose to detect other available OSes dynamically at runtime without explicit configuration (like Gummiboot does it), or via natvie configuration (for example via explicit Grub2 configuration generated once at installation).
* This specification leaves undefined what to do about systems which are upgraded from an OS that does not implement this specification. As the previous boot loader logic was largely handled by in distribution-specific ways we probably should leave the upgrade path (and whether there actually is one) to the distributions. The simplest solution might be to simply continue with the old scheme for old installations and use this new scheme only for new installations.
+
+
+## Links
+
+[[http://www.freedesktop.org/wiki/Software/gummiboot/]]
+
+[[http://pkgs.fedoraproject.org/cgit/grub2.git/tree/0362-blscfg-add-blscfg-module-to-parse-Boot-Loader-Specif.patch]]