This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Delete tab
next_step
Luigi Cruz
3 years ago
parent
31751d1f04
commit
76fa2acfa1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/tasks/mount.yaml
+ 1
- 1
ansible/tasks/mount.yaml
View File
@@ -4,7 +4,7 @@
shell: |
ROOTFS_DIR={{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}
if grep -q "$(realpath "${ROOTFS_DIR}"/proc)"; then
if grep -q "$(realpath "${ROOTFS_DIR}"/proc)"; then
mount -t proc proc "${ROOTFS_DIR}/proc"
fi
Write
Preview
Loading…
Cancel
Save