Skip to content
Snippets Groups Projects
Verified Commit 5c6ab9b3 authored by anarcat's avatar anarcat
Browse files

add /srv as a separate step

parent 676eac23
No related branches found
No related tags found
No related merge requests found
......@@ -209,13 +209,22 @@ above](#pre-requisites)! Some installers cover all of those steps, but most do n
7. ... and if the machine is handling mail, add it to [dnswl.org](https://www.dnswl.org/)
(password in tor-passwords, `hosts-extra-info`)
8. once everything is done, reboot the new machine to make sure
8. you will probably want to create a `/srv` filesystem to hole
service files and data unless this is a very minimal
system. Typically, installers may create the partition, but will
*not* create the filesystem and configure it in `/etc/fstab`:
mkfs -t ext4 -j /dev/sdc &&
printf 'UUID=%s\t/srv\text4\tdefaults\t1\t2\n' $(blkid --match-tag UUID --output value /dev/sdc) >> /etc/fstab &&
mount /srv
9. once everything is done, reboot the new machine to make sure
*that* still works:
reboot
At this point, the machine has a basic TPA setup. You will probably
need to assign it a "role" in Puppet to get it to do anything.
need to assign it a "role" in Puppet to get it to do anything.
# Reference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment