diff options
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 |