Changes between Version 37 and Version 38 of Documentation/SupportedImages/BuildingBaselineImage
- Timestamp:
- Jan 20, 2015, 9:07:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/SupportedImages/BuildingBaselineImage
v37 v38 33 33 GRUB_RECORDFAIL_TIMEOUT=0 34 34 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` 35 #These lines are optimized for boot speed, remove the log/quiet options for debug 35 36 GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8" 36 GRUB_ TERMINAL=serial37 GRUB_ SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"37 GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0 hrn=%fqdn% ip=dhcp loglevel=0 quiet" 38 GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 biosdevname=0 hrn=%fqdn% ip=dhcp loglevel=0 quiet" 38 39 }}} 39 40 1. To configure the serial console for login create a file named /etc/init/ttyS0.conf and give it the following contents: