[rhel7/f20/master] Update boot-options.txt.

mulhern amulhern at redhat.com
Mon Nov 25 15:18:57 UTC 2013


* Move inst.mediacheck to removed options and suggest rd.live.check instead.
* Add an entry for inst.dd.
* Add an entry for inst.resolution.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 docs/boot-options.txt | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/docs/boot-options.txt b/docs/boot-options.txt
index 88fc238..fc0d176 100644
--- a/docs/boot-options.txt
+++ b/docs/boot-options.txt
@@ -88,6 +88,11 @@ the space character (' ').
 This specifies the location to fetch only the installer runtime image;
 packages will be ignored. Otherwise the same as <<inst.repo,`inst.repo`>>.
 
+=== inst.dd ===
+This specifies the location for driver rpms. May be specified multiple times.
+Locations may be specified using any of the formats allowed for
+<<inst.repo,`inst.repo`>>.
+
 [[kickstart]]
 Kickstart
 ---------
@@ -230,6 +235,10 @@ Run the installer in graphical mode. This is the default.
 Run the installer using a limited text-based UI. Unless you're using a
 kickstart file this probably isn't a good idea; you should use VNC instead.
 
+=== inst.resolution ===
+Specify screen size for the installer. Use format nxm, where n is the
+number of horizontal pixels, m the number of vertical pixels.
+
 [[inst.vnc]]
 === inst.vnc ===
 Run the installer GUI in a VNC session. You will need a VNC client application
@@ -271,9 +280,6 @@ the `sshpw` kickstart command.
 Debugging and Troubleshooting
 -----------------------------
 
-=== inst.mediacheck ===
-Verify the installer media before starting the install.
-
 === inst.rescue ===
 Run the rescue environment. This is useful for trying to diagnose and fix
 broken systems.
@@ -376,6 +382,9 @@ Who needs to force half-duplex 10-base-T anymore?
 This was used to debug `loader`, so it has been removed. There are plenty of
 options for debugging dracut-based initramfs - see the {dracutdebug}.
 
+=== inst.mediacheck ===
+Use the dracut option rd.live.check instead.
+
 === ks=floppy ===
 We no longer support floppy drives. Try `inst.ks=hd:<device>` instead.
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list