nodes/rx300: add info about grub configuration
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
64cffad6a7
commit
6a6a9748b4
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# To be put into Colocation.
|
||||
|
||||
# To use the serial console in iRMC, set up grub as follows:
|
||||
# GRUB_TIMEOUT=30
|
||||
# GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200 console=tty0"
|
||||
# GRUB_TERMINAL=serial
|
||||
# GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
|
||||
|
||||
nodes['rx300'] = {
|
||||
'hostname': '172.19.138.26',
|
||||
'bundles': {
|
||||
|
|
Loading…
Reference in a new issue