本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ka
/
ansible-role-live-build
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
root_users role instead of ssh_root_access
install fish on live image
master
Markus Katharina Brechtel
7 年之前
父節點
231b48695a
當前提交
9f49b8ec9d
共有
2 個檔案被更改
,包括
5 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/main.yml
+3
-0
vars/main.yml
+ 2
- 2
tasks/main.yml
查看文件
@@ -35,9 +35,9 @@
args:
chdir: "{{ live_build_directory }}"
- name:
ssh root access
- name:
root user
include_role:
name:
ssh_root_access
name:
root_user
vars:
root_target_directory: "{{ live_build_directory }}/config/includes.chroot/"
+ 3
- 0
vars/main.yml
查看文件
@@ -3,6 +3,9 @@ live_build_common_packages:
- python
- console-setup
# shells
- fish
# hardware utils
- pciutils
- usbutils
Write
Preview
Loading…
取消
儲存