change to make-issue
Niki Guldbrand
niki at lunar-linux.org
Sat Aug 9 15:33:43 GMT 2003
Tchan.
I looked at the agetty manpage, because i wanted to setup a serial
console on this laptop.
And those escape codes was mantioned in agettys man page, try to go to a
unused console (ctrl+alf+f?) and just try to hit enter after you have
run the new make-issue file, the you should get something like
This is niki.guldbrand.net (Linux I686 2.4.22-pre9) 15:33:22 - tty2
Niki
On Sat, 2003-08-09 at 15:07, Terry Chan wrote:
> niki,
>
> When I run your proposed script the line echo "This is \n (\s \m \r) \t - \l"
> doesn't do anything useful or readable on box.
>
> What is it that you are trying to do by not using uname ?
>
> Terry
> ---------------------------------------------------------------
> On Sat, Aug 09, 2003 at 01:15:56PM +0200, Niki Guldbrand wrote:
> > Hi all.
> >
> > Any one have any objections to change /sbin/make-issue (provided by
> > util-linux) to this:
> >
> > ---CUT---
> > #!/bin/bash
> >
> > for ISSUE in /etc/issue /etc/issue.net ; do
> > echo -e "\n" > $ISSUE
> > if [ -f /etc/lunar.release ] ; then
> > cat /etc/lunar.release >> $ISSUE
> > else
> > echo "Lunar Linux 1.2 (Pico)" >> $ISSUE
> > fi
> > echo "This is \n (\s \m \r) \t - \l" >> $ISSUE
> > echo "" >> $ISSUE
> > done
> > ---CUT---
> >
> >
> > Niki
> _______________________________________________
> lunar-dev mailing list
> lunar-dev at lunar-linux.org
> http://dbguin.lunar-linux.org/mailman/listinfo/lunar-dev
More information about the lunar-dev
mailing list