It’s always nice to see this out of nowhere: How to Install DragonFly BSD 4.6 + Xfce Desktop + Apps on VMware.
5 Replies to “Installation video”
Comments are closed.
It’s always nice to see this out of nowhere: How to Install DragonFly BSD 4.6 + Xfce Desktop + Apps on VMware.
Comments are closed.
Is there a way to script an entire installation?
There is the underutilized tool rconfig.
How do people managing keeping all of their configuration files and software versions consistent across all production environments?
Kiki – there’s many, many ways to go about that. You can check parts of your system into source control, or use tools designed specifically around that like Ansible, Salt, Puppet, and so on. Docker was arguably designed as an answer to that question.
Puppet has relatively strong support on DragonFly BSD. The one thing you’ll need to hack in at the moment is a package resource override until the change I put in to fix it trickles down to the release we have in the ports system. That said, in your top level manifest ( or in every manifest with a package resource ), until that change gets back, add this:
Package {
provider => ‘pkgng’,
}