Hi all, I want to know all boot options supported by anaconda. How can I get them with a specified version?
Thanks.
On Fri, 2013-08-23 at 16:24 +0800, MaShimiao wrote:
Hi all, I want to know all boot options supported by anaconda. How can I get them with a specified version?
The boot options are documented in the anaconda source: https://git.fedorahosted.org/cgit/anaconda.git/tree/docs/boot-options.txt
If you need to know *exactly* what options are expected/handled, you can read the source.
See parseOptions() in anaconda: https://git.fedorahosted.org/cgit/anaconda.git/tree/anaconda#n212
And parse-anaconda-*.sh in dracut: https://git.fedorahosted.org/cgit/anaconda.git/tree/dracut
Hope that helps,
-w
anaconda-devel@lists.fedoraproject.org