From Fedora Project Wiki
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
For information about Anaconda boot options, please visit the [[Anaconda_Boot_Options | Anaconda boot options page]]. | For information about Anaconda boot options, please visit the [[Anaconda_Boot_Options | Anaconda boot options page]]. | ||
{{anchor|cmdline}} | |||
;[[#cmdline|<code>-C, --cmdline</code>]] | |||
{{anchor|graphical}} | |||
;[[#graphical|<code>-G, --graphical</code>]] | |||
{{anchor|text}} | |||
;[[#text|<code>-T, --text </code>]] | |||
{{anchor|proxy}} | |||
;[[#proxy|<code>--proxy=PROXY</code>]] | |||
{{anchor|debug}} | |||
;[[#debug|<code>-d, --debug</code>]] | |||
{{anchor|ks}} | |||
;[[#ks|<code>--ks</code>]] | |||
{{anchor|kickstart}} | |||
;[[#kickstart|<code>--kickstart=KSFILE </code>]] | |||
Aren't those two the same ? | |||
{{anchor|rescue}} | |||
;[[#rescue|<code>--rescue</code>]] | |||
{{anchor|armplatform}} | |||
;[[#armplatform|<code>--armplatform=ARMPLATFORM</code>]] | |||
{{anchor|multilib}} | |||
;[[#multilib|<code>--multilib</code>]] | |||
{{anchor|method}} | |||
;[[#method|<code>-m METHOD, --method=METHOD</code>]] | |||
{{anchor|askmethod}} | |||
;[[#askmethod|<code>--askmethod</code>]] | |||
{{anchor|repo}} | |||
;[[#repo|<code>--repo=METHOD</code>]] | |||
{{anchor|stage2}} | |||
;[[#stage2|<code>--stage2=STAGE2</code>]] | |||
{{anchor|noverifyssl}} | |||
;[[#noverifyssl|<code>--noverifyssl</code>]] | |||
{{anchor|liveinst}} | |||
;[[#liveinst|<code>--liveinst</code>]] | |||
{{anchor|nofb}} | |||
;[[#nofb|<code>--nofb=NOFB</code>]] | |||
{{anchor|resolution}} | |||
;[[#resolution|<code>--resolution=RUNRES</code>]] | |||
{{anchor|usefbx}} | |||
;[[#usefbx|<code>--usefbx</code>]] | |||
{{anchor|vnc}} | |||
;[[#vnc|<code>--vnc</code>]] | |||
{{anchor|vncconnect}} | |||
;[[#vncconnect|<code>--vncconnect=VNCCONNECT</code>]] | |||
{{anchor|vncpassword}} | |||
;[[#vncpassword|<code>--vncpassword=VNCPASSWORD</code>]] | |||
{{anchor|xdriver}} | |||
;[[#xdriver|<code>--xdriver=XDRIVER</code>]] | |||
{{anchor|keymap}} | |||
;[[#keymap|<code>--keymap=KEYMAP</code>]] | |||
{{anchor|kbdtype}} | |||
;[[#kbdtype|<code>--kbdtype=KBDTYPE </code>]] | |||
{{anchor|lang}} | |||
;[[#lang|<code>--lang=LANG</code>]] | |||
{{anchor|loglevel}} | |||
;[[#loglevel|<code>--loglevel=LOGLEVEL</code>]] | |||
{{anchor|syslog}} | |||
;[[#syslog|<code>--syslog=SYSLOG</code>]] | |||
{{anchor|noselinux}} | |||
;[[#noselinux|<code>--noselinux</code>]] | |||
{{anchor|selinux}} | |||
;[[#selinux|<code>--selinux</code>]] | |||
{{anchor|mpath}} | |||
;[[#mpath|<code>--mpath</code>]] | |||
{{anchor|nompath}} | |||
;[[#nompath|<code>--nompath</code>]] | |||
{{anchor|dmraid}} | |||
;[[#dmraid|<code>--dmraid</code>]] | |||
{{anchor|nodmraid}} | |||
;[[#nodmraid|<code>--nodmraid</code>]] | |||
{{anchor|ibft}} | |||
;[[#ibft|<code>--ibft</code>]] | |||
{{anchor|noibft}} | |||
;[[#noibft|<code>--noibft</code>]] | |||
{{anchor|geoloc}} | |||
;[[#geoloc|<code>--geoloc=GEOLOC</code>]] | |||
{{anchor|module}} | |||
;[[#module|<code>--module=MODULE</code>]] | |||
{{anchor|nomount}} | |||
;[[#nomount|<code>--nomount</code>]] | |||
{{anchor|updates}} | |||
;[[#updates|<code>--updates=UPDATESRC</code>]] | |||
{{anchor|image}} | |||
;[[#image|<code>--image=IMAGES</code>]] | |||
{{anchor|dirinstall}} | |||
;[[#dirinstall|<code>--dirinstall</code>]] | |||
{{anchor|memcheck}} | |||
;[[#memcheck|<code>--memcheck</code>]] | |||
{{anchor|nomemcheck}} | |||
;[[#nomemcheck|<code>--nomemcheck</code>]] | |||
{{anchor|leavebootorder}} | |||
;[[#leavebootorder|<code>--leavebootorder</code>]] | |||
{{anchor|noeject}} | |||
;[[#noeject|<code>--noeject</code>]] | |||
{{anchor|extlinux}} | |||
;[[#extlinux|<code>--extlinux</code>]] | |||
{{anchor|dnf}} | |||
;[[#dnf|<code>--dnf</code>]] |
Latest revision as of 13:47, 7 July 2014
For more information on using Anaconda command line options, refer to the appropriate Installation Guide for your release. You can also get the list of all available command line options with a short description by running Anaconda with the --help
option:
anaconda --help
For information about Anaconda boot options, please visit the Anaconda boot options page.
Aren't those two the same ?