Author |
Message |
divisionmd

Joined: 14 Jul 2007 Posts: 608
|
Posted: Tue 12 Feb 2013, 11:45 Post subject:
Where is this text in the boot process? |
|
Hello,
- I am trying to learn a little on the boot process.
- What file contains the text:
Precise Puppy Linux
Linux 3.2.29 [i686 arch]
DMDS-TST-0001 login: root (automatic login)
login [4223]: root login on 'tty1'
Shows just before x starts.. .
- Also attaching image on what i mean.
Thanks,
Best regards,
Johan
Description |
|
Filesize |
38.39 KB |
Viewed |
256 Time(s) |

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Tue 12 Feb 2013, 12:19 Post subject:
Find text.. Subject description: pfind |
|
/usr/bin/xwin
use pfind to find text
menu > file system > pfind
|
Back to top
|
|
 |
Keef

Joined: 20 Dec 2007 Posts: 891 Location: Staffordshire
|
Posted: Wed 13 Feb 2013, 06:11 Post subject:
|
|
Might be worth a look in /etc/rc.d/
'rc.sysinit' etc
I'm in 412 at the moment, so there may be some variation with newer versions.
There is the init script in the initrd.gz as well, which is where it really starts.
|
Back to top
|
|
 |
npierce
Joined: 28 Dec 2009 Posts: 858
|
Posted: Wed 13 Feb 2013, 15:21 Post subject:
|
|
I think all of that text is generated by mingetty, which is called by init in response to this line in /etc/inittab:
Code: | tty1::respawn:/sbin/mingetty --autologin root tty1 |
mingetty grabs those first two lines of text from /etc/issue.
|
Back to top
|
|
 |
divisionmd

Joined: 14 Jul 2007 Posts: 608
|
Posted: Thu 21 Feb 2013, 09:30 Post subject:
|
|
Hello All,
- Thanks alot!
- Case closed!
Best regards,
Johan
|
Back to top
|
|
 |
tallboy

Joined: 21 Sep 2010 Posts: 907 Location: Oslo, Norway
|
Posted: Thu 21 Feb 2013, 10:16 Post subject:
|
|
Hi divisionmd.
You can always use the 'Pause' button top/right on the keyboard to toggle the pause function during the readout, if it moves to quick. Another option is to set the verbocity level in the boot prefs. If I remember correctly, max level 7 will give you loads of text flashing before your eyes!
tallboy
_________________ True freedom is a live Puppy on a multisession CD/DVD.
|
Back to top
|
|
 |
npierce
Joined: 28 Dec 2009 Posts: 858
|
Posted: Thu 21 Feb 2013, 13:42 Post subject:
|
|
divisionmd,
You're welcome.
By the way, /etc/issue is created by /etc/rc.d/rc.sysinit using $DISTRO_NAME from /etc/DISTRO_SPECS and the uname command.
|
Back to top
|
|
 |
kurtdriver
Joined: 16 Jan 2009 Posts: 29
|
Posted: Sun 24 Feb 2013, 16:40 Post subject:
|
|
tallboy wrote: | Hi divisionmd.
You can always use the 'Pause' button top/right on the keyboard to toggle the pause function during the readout, if it moves to quick. |
I've been booting Linux machines for fourteen years and didn't know that, thank you.
|
Back to top
|
|
 |
|