Well...

Perhaps pawing through /etc/profile _might_ be edifying.

You can cheat by:

cd /etc
find . -type f -print | while read F ; do grep TERM "${F}" && echo "${F}" ;
done

to find out where this can be getting set.  It might even be somewhere
under /etc/defaults but don't quote me on that.

Mind you, I don't currently have access to BFI (Big Fast Iron, either a
zSeries or an S/390) at this point so YMMV.

A long, long time ago when there were many, many deviants of Unix, I tended
to paw through various /etc and /usr/include files to pick up tricks.  Man
pages gave some hints but the actual _structures_ you need for ioctl() and
fcntl() calls were a bit more entertaining :-)  ...

-soup

On Wed, Oct 18, 2017 at 4:51 PM, Dell Harris <[email protected]> wrote:

> Hi,
>
> I'm trying to figure out why TERM is being set to linux instead of dumb on
> the GRUB_CMDLINE_LINUX_DEFAULT in the /etc/default/grub line of a system-z
> guest on install of SLES 12 SP2.   TERM=dumb is set in the parmfile but
> after the install it's set to linux.   Does anyone know of a way to get it
> to set TERM=dumb on install?
>
> Thanks
> Dell Harris
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> ----------------------------------------------------------------------
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>



--
John R. Campbell         Speaker to Machines          souperb at gmail dot
com
MacOS X proved it was easier to make Unix user-friendly than to fix Windows
"It doesn't matter how well-crafted a system is to eliminate errors;
Regardless
 of any and all checks and balances in place, all systems will fail because,
 somewhere, there is meat in the loop." - me

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to