Minimal set of pkbase packages

Chris bsd-lists at BSDforge.com
Sat Apr 11 19:55:20 UTC 2020


On Sat, 11 Apr 2020 16:21:55 +0000 Grzegorz Junka list1 at gjunka.com said

> Can anyone help with a minimal set of packages to install and start a 
> functional jail? By functional I mean one that allows to login as root 
> with jexec jailname sh.
> 
> Actually, is there any description available what each package is for? 
> Files +MANIFEST and +COMPACT_MANIFEST don't seem to convey any description.

You can simply extract "base" from any official distribution into a target
jail folder/dir && you're good to go! :)

EXAMPLE from freebsd memstick

# mount /dev/da1s2a /mnt/

# cp -p /mnt/usr/freebsd-dist/base.txz /place/to/jaildir
# cd /place/to/jaildir
# tar xvJf base.txz && rm base.txz

DONE! :)

you could also copy and use kernel.txz if you needed to
do anything kernel related.

--Chris
> 
> --GrzegorzJ
> 
> 
> _______________________________________________
> freebsd-pkgbase at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
> To unsubscribe, send any mail to "freebsd-pkgbase-unsubscribe at freebsd.org"




More information about the freebsd-pkgbase mailing list