Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?
A. systemd.target=rescue.target
B. systemd.runlevel=rescue.target
C. systemd.service=rescue.target
D. systemd.default=rescue.target
E. systemd.unit=rescue.target
題解
若要改變systemd的目標,需在kernel使用「systemd.unit=xxx.target」參數。