This website works better with JavaScript.
首頁
說明
登入
hms
/
pisdr-rpi-image
镜像来自
https://github.com/luigifreitas/pisdr-image
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
14
Wiki
Activity
瀏覽代碼
umount
next_step
Luigi Cruz
3 年之前
父節點
47af9b546e
當前提交
7c553e6d8b
共有
1 個文件被更改
,包括
6 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
ansible/tasks/umount.yaml
+ 6
- 1
ansible/tasks/umount.yaml
查看文件
@@ -1,4 +1,9 @@
---
- name: Umount pseudo filesystems
connection: local
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}'
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}{{ item }}'
with_items:
- /proc
- /dev/pts
- /dev
- /sys
Write
Preview
Loading…
取消
儲存