24 lines
705 B
Plaintext
24 lines
705 B
Plaintext
# console:
|
|
# Where the boot log print.
|
|
# both: HDMI Display and serial
|
|
# display: HDMI Display
|
|
# serial: Serial
|
|
# Note:
|
|
# Due to https://github.com/systemd/systemd/issues/9899, only the last
|
|
# console will be the primary console (/dev/console) which is the
|
|
# only console the initramfs shell and the systemd log use.
|
|
# So when set "both", we use serial console as the primary console.
|
|
console="both"
|
|
# console="display"
|
|
# console="serial"
|
|
|
|
# consoleargs:
|
|
# Use custom console arguments
|
|
# Note:
|
|
# When is set, the arguments generated by the "console" setting will be invaild.
|
|
# consoleargs=""
|
|
|
|
# extraargs=""
|
|
|
|
# The following contents are auto-generated.
|