[rhinstaller/anaconda/pulls/116 master] Few fixes and amendments for the boot_options.rst file (#113)

bcl installerbot-noreply at redhat.com
Tue Aug 11 00:02:12 UTC 2015


> @@ -468,6 +503,101 @@ inst.zram
>  
>  Forces/disables (on/off) usage of zRAM swap for the installation process.
>  
> +
> +Boot loader options
> +-------------------
> +
> +.. extlinux:
> +
> +extlinux
> +^^^^^^^^
> +
> +Use extlinux as the bootloader. Note that there's no attempt to validate that
> +this will work for your platform or anything; it assumes that if you ask for it,
> +you want to try.
> +
> +.. leavebootorder:
> +
> +leavebootorder
> +^^^^^^^^^^^^^^
> +
> +Boot the drives in their existing order, to override the default of booting into
> +the newly installed drive on Power Systems servers and EFI systems. This is
> +useful for systems that, for example, should network boot first before falling
> +back to a local boot.
> +
> +
> +Storage options
> +-------------
> +
> +.. inst.nodmraid:
> +
> +inst.nodmraid
> +^^^^^^^^^^^^^
> +
> +Disable support for dmraid.
> +
> +.. warning:: This option is never a good idea! If you have a disk that is
> +             erroneously identified as part of a firmware RAID array, that means
> +             it has some stale RAID metadata on it which must be removed using
> +             an appropriate tool (dmraid and/or wipefs).
> +
> +.. inst.nompath:
> +
> +inst.nompath
> +^^^^^^^^^^^^
> +
> +Disable support for multipath devices. This is for systems on which a
> +false-positive is encountered which erroneously identifies a normal block device
> +as a multipath device. There is no other reason to use this option.
> +
> +.. warning:: Not for use with actual multipath hardware!  Using this to attempt
> +             to install to a single path of a multipath is ill-advised, and not
> +             supported.
> +
> +.. inst.gpt:
> +
> +inst.gpt
> +^^^^^^^^^^

2 extra ^ at the end


-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/116#discussion_r36699259


More information about the anaconda-patches mailing list