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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
The Tor Project
TPA
Wiki Replica
Commits
9775fe80
Unverified
Commit
9775fe80
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
drop tmpfs configuration step: automated!
parent
4f5b90ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/new-machine-hetzner-robot.mdwn
+0
-14
0 additions, 14 deletions
tsa/howto/new-machine-hetzner-robot.mdwn
with
0 additions
and
14 deletions
tsa/howto/new-machine-hetzner-robot.mdwn
+
0
−
14
View file @
9775fe80
...
...
@@ -125,20 +125,6 @@ which we'll use below.
--defaultinterfaces &&
umount /target/run/udev /target/run
5. Once the bootstrapping is complete, you still need to make sure
the system can boot as, the above doesn't (unfortunately)
configure everything for you. First, make a reasonable etc/fstab:
sed -e 's/^[[:space:]]*//' > /target/etc/fstab << EOF
/dev/$vg/root / ext4 errors=remount-ro 0 1
/dev/md/boot /boot ext4 defaults 0 2
/dev/$vg/swap none swap sw 0 0
tmpfs /tmp tmpfs defaults,size=512m 0 0
EOF
TODO: take the `fstab` from FAI.
7. setup dropbear-initramfs to unlock the filesystem on boot. this
should already have been done by the `tor-install-luks-setup` hook
deployed in the grml-debootstrap stage, but if not:
...
...
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