Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cecylia Bocovich
Wiki Replica
Commits
23757f2e
Unverified
Commit
23757f2e
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
old/new-machine-cymru.md
+0
-13
0 additions, 13 deletions
old/new-machine-cymru.md
service.md
+0
-1
0 additions, 1 deletion
service.md
with
0 additions
and
14 deletions
old/new-machine-cymru.md
deleted
100644 → 0
+
0
−
13
View file @
5bd0f3a0
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
This diff is collapsed.
Click to expand it.
service.md
+
0
−
1
View file @
23757f2e
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment