Skip to content
Snippets Groups Projects
Unverified Commit 23757f2e authored by anarcat's avatar anarcat
Browse files

remove new-machine-cymru, basically useless

it only creates a swapfile in /srv
parent 5bd0f3a0
No related branches found
No related tags found
No related merge requests found
After installing from our tor iso:
- set up dedicated /srv disk, if we have one
- make a swapfile (either on / or on /srv if that's a dedicated FS)
cd /srv && [ -e lost+found ] &&
dd if=/dev/zero of=swapfile bs=1024k count=4096 &&
chmod 0 swapfile &&
mkswap swapfile &&
echo "`readlink -f swapfile` none swap sw 0 0" >> /etc/fstab &&
swapon -a
- follow normal new-machine docs
......@@ -69,7 +69,6 @@ Those are old docs that should be destroyed or merged above.
<!-- update with `ls -d old/*.md | sed 's/.md$//;s/\(.*\)/ * [\1](old\/\1)/'` -->
* [new-kvm-virsh-vm](old/new-kvm-virsh-vm)
* [new-machine-cymru](old/new-machine-cymru)
* [new-machine-nondebian](old/new-machine-nondebian)
* [new-machine.orig](old/new-machine.orig)
* [new-vm-rethem](old/new-vm-rethem)
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