diff options
author | John Levon <john.levon@joyent.com> | 2019-12-18 08:05:59 -0800 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-01-14 02:31:14 -0800 |
commit | 9554f7e18d034b915acbd51b3c4e3261c88e166d (patch) | |
tree | bc937b07f36e103ef081cf82f5771c320c229c0e /usr/src | |
parent | 6644025c7c20579199e62886be7da2712f2f213b (diff) | |
download | illumos-gate-9554f7e18d034b915acbd51b3c4e3261c88e166d.tar.gz |
12094 loader should be configured for serial console
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/boot/sys/boot/forth/loader.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/forth/loader.conf b/usr/src/boot/sys/boot/forth/loader.conf index b1e0fb6a16..78028c88fe 100644 --- a/usr/src/boot/sys/boot/forth/loader.conf +++ b/usr/src/boot/sys/boot/forth/loader.conf @@ -58,7 +58,7 @@ autoboot_delay="10" # Delay in seconds before autobooting, beastie_disable="NO" # Turn the beastie boot menu on and off loader_logo="illumos" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none #loader_brand="illumos" # brand name -#console="text" # A comma separated list of console(s) +console="text,ttya,ttyb,ttyc,ttyd" # A comma separated list of console(s) #currdev="disk1s1a" # Set the current device module_path="/platform/i86pc/${ISADIR}/" # Set the module search path #prompt="\\${interpret}" # Set the command prompt |