Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?
Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?
To change the systemd boot target to rescue.target, the correct kernel command line option is systemd.unit=rescue.target. Systemd uses the 'unit' parameter to specify which target or service to start.
The option for changing the systemd boot target to `rescue.target` on the kernel's command line is: A. `systemd.target=rescue.target` You can specify `systemd.target=rescue.target` as a kernel parameter to instruct systemd to boot directly into the rescue target, which is a single-user mode or maintenance mode used for system recovery and repair tasks.