Date: Sat, 11 Apr 2020 12:55:49 -0700 From: Chris <bsd-lists@BSDforge.com> To: Grzegorz Junka <list1@gjunka.com> Cc: <freebsd-pkgbase@freebsd.org> Subject: Re: Minimal set of pkbase packages Message-ID: <2bad73a44bb526449dab9ea4750bf8ee@udns.ultimatedns.net> In-Reply-To: <18d8bee5-0a2d-6928-ad67-ea60378b3241@gjunka.com>
index | next in thread | previous in thread | raw e-mail
On Sat, 11 Apr 2020 16:21:55 +0000 Grzegorz Junka list1@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-unsubscribe@freebsd.org"help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2bad73a44bb526449dab9ea4750bf8ee>
