commit b705441e58a28746c88464ba3ce71850f83afe53
parent 2df832a9351b7c3affe27de9e6ecb8e32cc468d4
Author: andreas <andreas@port22.net>
Date: Fri, 15 Mar 2024 23:12:32 +0100
Corrections and clarifications
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/posts/Nullfs_Mounts_in_FreeBSD_Jails b/posts/Nullfs_Mounts_in_FreeBSD_Jails
@@ -3,7 +3,7 @@ between the host system and between other jails.
Example:
-Server Beastie hosts jail agora - /etc/fstab.agora configured some useful
+Server beastie hosts jail agora - /etc/fstab.agora configures some useful
nullfs mounts.
root@beastie:~ # cat /etc/fstab.agora
@@ -19,12 +19,12 @@ root@beastie:~ # cat /etc/fstab.agora
root@beastie:~ #
/etc/hosts, /etc/resolv.conf and /etc/localtime are typically copied into the
-jail or created for the jail. Why not just nullfs mount them into the jail.
+jail or created for the jail. Why not just nullfs mount them into the jail?
/etc/rc.conf is normally a file inside the jail. Nullfs mountings it from
/etc/rc.conf.agora allows the rc.conf files of all jails to live in the same place.
-With /etc/ssl mounted in all jails, SSL certificates can be shared between all jails.
+With /etc/ssl mounted in all jails, SSL certificates can be shared.
-Having a separate /usr/local and /var/db/pkg makes it possible to update
+Having separate /usr/local and /var/db/pkg mounts makes it possible to update
freebsd and the pkgs seperately.