Page 1 of 1

Complete boot message-GhostBSD

Posted: Wed Feb 01, 2023 1:16 pm
by yo9fah
Uncomment console logging in:

Code: Select all

/etc/syslog.conf
for full boot messages:

Code: Select all

# uncomment this to log all writes to /dev/console to /var/log/console.log
# touch /var/log/console.log and chmod it to mode 600 before it will work
console.info           /var/log/console.log
Create file in:

Code: Select all

/var/log/console.log
touch

Code: Select all

/var/log/console.log
and chmod it to mode 600 before it will work:

Code: Select all

# chmod 600 /var/log/console.log
Enjoy! This is all. Good luck!