move most of the documentation to the wiki
authorKay Sievers <kay@vrfy.org>
Thu, 5 Jul 2012 23:05:45 +0000 (01:05 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 5 Jul 2012 23:05:45 +0000 (01:05 +0200)
README

diff --git a/README b/README
index 0e281eb..36e0675 100644 (file)
--- a/README
+++ b/README
@@ -18,91 +18,5 @@ selected entry loads and starts the EFI image.
 If no timeout is configured and no key pressed during bootup, the default
 entry is booted right away.
 
-The config files should be named like:
-  (ESP)/loader/entries/<vendor>-<release>-<128bit-machine-id>.conf
-
-The vendor should match the vendor string used in the EFI subdirectory.
-
-To be able to share the ESP with multiple installations of the same
-system version, it is recommended to append the 128bit machine-id to the
-generated config files, and to include the hostname in the title.
-
-  $ cat /boot/loader/entries/fedora-3.5.4-1.fc18.x86_64-6a9857a393724b7a981ebb5b8495b9ea.conf
-  title   Fedora 18 (mars) (3.5.4-1.fc17.x86_64)
-  linux   /fedora/vmlinuz-3.5.4-1.fc17.x86_64-6a9857a393724b7a981ebb5b8495b9ea
-  initrd  /fedora/initrd-3.5.4-1.fc17.x86_64-6a9857a393724b7a981ebb5b8495b9ea
-  options root=UUID=f8f83f73-df71-445c-87f7-31f70263b83b
-
-  $ cat /boot/loader/entries/custom-kernel.conf
-  title   My test kernel
-  efi     /bzImage
-  options initrd=/initrd.img root=PARTUUID=084917b7-8be2-4e86-838d-f771a9902e08
-
-  $ cat /boot/loader/entries/custom-kernel.conf
-  title   My test kernel with initrd
-  efi     /bzImage
-  options initrd=/initrd.img root=PARTUUID=084917b7-8be2-4e86-838d-f771a9902e08
-
-  $ cat /boot/loader/entries/redhat-grub.conf
-  title   GRUB
-  efi     /EFI/redhat/grub2-efi/grub.efi
-
-  $ cat /boot/loader/entries/zzz-efi-shell.conf
-  title   EFI Shell
-  efi     /EFI/shell/Shell.efi
-
-Paths are automatically converted from '/' to '\', and a leading '\' is
-added if needed.
-
-Loader options can be stored in:
-  (ESP)/loader/loader.conf
-
-  $ cat /boot/loader/loader.conf
-  timeout 10
-  default fedora-*
-
-Configuration files are expected to be 7 bit ASCII or encoded in valid utf8.
-Invalid utf8 sequences are silently skipped during the conversion.
-
-The timeout is specified in seconds, the default is 0, which suppresses the
-menu. If a timeout is given, in the config file or in the EFI variable
-"LoaderConfigTimeout", the on-screen menu with the default entry selected is
-shown, and a timer counting downwards.
-
-Pressing the '+' or '-' key in the menu will set or clear a custom timeout
-value. The setting is stored persistently in the EFI variable "LoaderConfigTimeout".
-
-The default entry is selected by a pattern match on the configuration file
-names. The matched strings are basenames of the config files translated to
-lowercase and without the ".conf" suffix. The last matching entry in the
-sorted list is selected. If no match pattern is specified, the last entry in
-the list is selected.
-
-This will automatically select the latest Fedora kernel entry:
-   default fedora-*
-
-This will automatically select the latest Fedora 18 kernel:
-   default fedora-*.fc18.*
-
-Pressing the 'd' key in the menu will mark the selected entry as the default
-boot entry. The entry is identified by a leading '*'. Pressing the 'd' key again
-will clear the setting. The setting is stored persistently in the EFI variable
-"LoaderConfigDefault".
-
-Pressing 'e' allows to edit the options for this bootup.
-
-Pressing 'v' shows the gummiboot and EFI version numbers.
-
-Pressing 'F1' will show the available keys.
-
-The EFI variable LoaderEntryOneShot= can be used to specify the entry
-for the next and only the next reboot. The variable will always be cleared
-directly after it is read.
-
-Before executing the selected image, the boot entry indentifier is stored in
-the EFI variable "LoaderEntrySelected" and available during runtime at:
-  /sys/firmware/efi/vars/LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/
-
-The allocated random UUID 4a67b082-0a4c-41cf-b6c7-440b29bb8c4f is meant to be
-shared across tools which implement the config file layout, format, and the EFI
-variables.
+Further documantation is available in the gummiboot wiki at:
+  http://freedesktop.org/wiki/Software/gummiboot