remount-usr: Add README
This commit is contained in:
parent
4c0fe3577f
commit
98029388d9
1 changed files with 13 additions and 0 deletions
13
remount-usr/README.md
Normal file
13
remount-usr/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# remount-usr
|
||||
|
||||
This is a role for mount /usr partition in rw and remount it with a handler.
|
||||
Usefull when you use ro option in your /etc/fstab for /usr partition.
|
||||
|
||||
## Usage
|
||||
|
||||
Include this role in task before write on /usr partition (eg. copy a file) :
|
||||
|
||||
~~~
|
||||
- include_role:
|
||||
name: remount-usr
|
||||
~~~
|
Loading…
Add table
Reference in a new issue