Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
952
Issues
952
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tails
tails
651420adf07f1326e42077b116e158295a491b0d
651420adf07f1326e42077b116e158295a491b0d
Switch branch/tag
tails
config
chroot_local-includes
lib
live
config
1000-remount-procfs
Find file
Normal view
History
Permalink
1000-remount-procfs
75 Bytes
Edit
Web IDE
Newer
Older
Remount procfs during boot so that our custom mount options are applied.
Tails developers
committed
Apr 10, 2013
1
2
3
4
5
6
7
8
#!/bin/sh
Remount_Proc_Fs
()
{
mount
-o
remount /proc
}
Remount_Proc_Fs