Tiny Core Linux

General TC => General TC Talk => Topic started by: b2ee on December 01, 2011, 06:35:14 PM

Title: Dumb question 2
Post by: b2ee on December 01, 2011, 06:35:14 PM
Hi Guys, I think I'm always that dumb one. In command line, is there a way to know the version number of Tiny core? I checked /var/log to search the boot log like kmsg, but there is nothing there, no mention of /etc/issue which only displayed "Tiny Core Linux".

By the way, could anybody please explain how do I open system log "messages" during the boot? I tried to put klogd and syslogd in /bin/bootlocal.sh, but it didn't work. "klogd" and "syslogd" are from "busybox". Does the file system are still not up when running "bootlocal.sh"?

Really appreciate any reply. :)

b2ee
Title: Re: Dumb question 2
Post by: gerald_clark on December 01, 2011, 06:55:13 PM
The command is 'version'.
The boot code is 'syslog'.
Title: Re: Dumb question 2
Post by: b2ee on December 01, 2011, 07:19:53 PM
Thanks a lot. I found "the door".