Mercurial > hg > Ansible > fedora_kernel_build
changeset 4:1ee02bb450bd
fix comment
author | kono |
---|---|
date | Sun, 17 Dec 2017 12:20:23 +0900 |
parents | 1a0de5121165 |
children | db07c91fb677 |
files | main.yml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/main.yml Sun Dec 17 12:17:53 2017 +0900 +++ b/main.yml Sun Dec 17 12:20:23 2017 +0900 @@ -1,6 +1,12 @@ # build Feora Linux kernel from sourcr # kono@ie.u-ryukyu.ac.jp # +# +# prepare at least 30GB of file space +# ( Fedora default is 15GB, no matter how HDD big size ) +# +# rsync -av -e 'ssh -p 2222' ~/.ssh/id_rsa.pub xxx@localhost:.ssh/authorized_keys +# screen -L ansible-playbook -i hosts main.yml --ask-become-pass - hosts: all