Complete boot message-GhostBSD

Add your Tips and tricks to configure and tweak your GhostBSD System here.
Post Reply
User avatar
yo9fah
Posts: 2
Joined: Sun Jan 22, 2023 11:55 pm
Location: Romania

Complete boot message-GhostBSD

Post 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!
Post Reply