diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-08 21:36:35 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-08 21:42:34 -0500 |
commit | 8680f0cd2427bd801047a2244a3818dec029edf0 (patch) | |
tree | 0c16405dca0c41e3b437373d76698c643fd22061 /Bastillefile | |
parent | ba1d616676a542212c0c20ac7f808b312f17c951 (diff) | |
download | carpentertutoring-8680f0cd2427bd801047a2244a3818dec029edf0.tar.xz carpentertutoring-8680f0cd2427bd801047a2244a3818dec029edf0.zip |
chore: comments
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bastillefile b/Bastillefile index 9b88382..5a62d4c 100644 --- a/Bastillefile +++ b/Bastillefile @@ -2,6 +2,8 @@ PKG lighttpd php80 php80-filter php80-openssl phpmailer6 OVERLAY usr CMD mkdir -p /var/www /var/carpentertutoring + +# Mounts FSTAB /zroot/carpentertutoring/config /var/carpentertutoring nullfs ro 0 0 FSTAB /zroot/carpentertutoring/htdocs /var/www nullfs ro 0 0 |