diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-07-15 19:08:59 -0700 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-07-17 16:03:36 -0400 |
commit | edfe16e893c9ae98fe6e03aa0559063bb5da5d79 (patch) | |
tree | 37990ffa60305feae3dff83a34c5474007fb1685 | |
parent | Bump version to 3.4.38 (diff) | |
download | genkernel-edfe16e893c9ae98fe6e03aa0559063bb5da5d79.tar.gz genkernel-edfe16e893c9ae98fe6e03aa0559063bb5da5d79.tar.bz2 genkernel-edfe16e893c9ae98fe6e03aa0559063bb5da5d79.zip |
Document the isoboot option, as designed for GRUB2 usage 3 years ago.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/genkernel.8.txt | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,9 @@ # - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ + + 15 July 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt, + Document the isoboot option, as designed for GRUB2 usage 3 years ago. 09 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel: Bump version to 3.4.38 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 45c52b9d..547b7fe4 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -552,7 +552,8 @@ which the ramdisk scripts would recognize. TO BE DOCUMENTED *isoboot*=<...>:: - TO BE DOCUMENTED + Loop-mount an ISO file from the boot device to get the filesystem image. + Useful with chain-loading environments and USB keys. NETBOOTING |