Multiple choice technology operating systems

what is the command to start with client-side kickstart installation ?

  1. linux boot=kickstart

  2. linux askmethod

  3. linux ks=ftp://path/of/ks.cfg

  4. linux ask method kickstart

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ks= parameter specifies the kickstart configuration file location for automated installation. Option C shows the correct syntax with ks=ftp://. Options A and B use incorrect parameters (boot=, askmethod). Option D has incorrect spacing and syntax.