How to create a pre-installed packages spin?

Hi all.
I installed more than 200 packages on my FreeBSD machine , and I want to install my FreeBSD on another machine (It doesn't have internet) and I want to take a spin of my FreeBSD. I tried "make release" or "nanobsd" but those tools only compile the sources! I want to make backup from installed package and services.
Regards.
 
Many ways.

Check pkg_create(1).

You could also dump(8) the /usr partition (and optionally /var or just tar the /var/db/pkg directory) and restore(8) it on the second machine.

If you install packages a second time though, don't forget to use
# pkg_add -r[b]K[/b] package
to keep downloaded packages in the PKGDIR directory (set in the environment).
 
NanoBSD does have a way to install packages, but it's a lot of work just to copy to another machine. Two easier ways:

1. Back up the original machine and restore to the target machine. See Backup Options For FreeBSD.
2. Use portmaster(8) to make a list of all installed ports on the original machine. Use this to install them on the second. See the end of the portmaster man page.
 
wblock@ said:
NanoBSD does have a way to install packages, but it's a lot of work just to copy to another machine. Two easier ways:

1. Back up the original machine and restore to the target machine. See Backup Options For FreeBSD.
2. Use portmaster(8) to make a list of all installed ports on the original machine. Use this to install them on the second. See the end of the portmaster man page.
How can I activate this options on NanoBSD ?
 
Thanks. But now I want to copy my rc.conf or other configuration files. Can NanoBSD do it?
 
prp-e said:
I have a question about FreeSBIE, how does it work?
It was a live version of FreeBSD that ran on Xfce and Fluxbox and came with many applications. But it's been dead for years. You may want to check PC-BSD instead.

Also note that these have nothing to do with the FreeBSD Project, even though they're based on the FreeBSD source.
 
Beastie said:
It was a live version of FreeBSD that ran on Xfce and Fluxbox and came with many applications. But it's been dead for years. You may want to check PC-BSD instead.

Also note that these have nothing to do with the FreeBSD Project, even though they're based on the FreeBSD source.
I mean "FreeSBIE toolkit" --> sysutils/freesbie
 
Beastie said:
Ah, sorry, I've never tried these scripts, only the resulting live system ISO (back in the FreeBSD 5.x days IIRC). Still it seems to be dead to me. Screenshots from the official page show it's based on an outdated version of FreeBSD:
http://www.freesbie.org/img/freesbie20-2.png
http://www.freesbie.org/img/freesbie20-3.png

But of course if you want to update the scripts to use the latest FreeBSD release ...
I use PC-BSD on my own laptop, but PC-BSD isn't a good base for our works :D.
I've used sysutils/freesbie and sysutils/cdrtools to export my installed FreeBSD to ISO file :)
 
Back
Top