本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
pisdr-rpi-image
镜像来自
https://github.com/luigifreitas/pisdr-image
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
14
Wiki
活動
瀏覽代碼
Delete tab
next_step
Luigi Cruz
3 年之前
父節點
31751d1f04
當前提交
76fa2acfa1
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/tasks/mount.yaml
+ 1
- 1
ansible/tasks/mount.yaml
查看文件
@@ -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…
取消
儲存