beandog Okay so I did something stupid and zapped my rc.conf. I used 'tee' instead of >> and that wasn't ideal. How do I replace that? What are the default contents? Thanks!
vpx During the first setup the file rc.conf.ghostbsd is created. So you could just do: cd /etc cp rc.conf.ghostbsd rc.conf