doc-exports/docs/bms/image-creation-guide/en-us_topic_0100536284.html
guoyanyan fe8c0cf45c BMS Image Creation Guide 1109
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: guoyanyan <guoyanyan3@huawei.com>
Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2022-11-16 08:53:42 +00:00

1.4 KiB

ARM: EulerOS/OpenEuler

  1. Use the vi editor to open the /boot/EFI/grub2/grub.cfg file, locate the linux/vmlinuz-xxx.aarch64 root=/ line, and add the following information to the end of the line:
    consoleblank=600 console=tty0 console=ttyAMA0,115200
  2. To allow user root to log in to the BMS using a serial port, check whether the /etc/securetty configuration file contains ttyAMA0. If not, add it.