On Sat, 11 Apr 2020 16:21:55 +0000 Grzegorz Junka li...@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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "freebsd-pkgbase-unsubscr...@freebsd.org"
_______________________________________________
freebsd-pkgbase@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "freebsd-pkgbase-unsubscr...@freebsd.org"