Tagged Questions
3
votes
1answer
122 views
inittab '-' character in process field
I have a an inittab file with the following entry:
console::askfirst:-/bin/ash
According to this Man page a '+' character in the process field means
init will not do utmp and wtmp accounting ...
0
votes
1answer
252 views
buildroot/busybox: launch bootchartd on startup
I built a custom linux image using buildroot and busybox. To speed up the boot process I'd like to use bootchartd (built-in version of busybox) to profile the process. However bootchartd is not ...