X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=README;fp=README;h=9f5cc10c0a89811570f14077755fb44602e18043;hp=5e9fa04e0b8ea471539e26dadf59dc3d7938b994;hb=5e9744346618eafc6c69581de35be873fe25d2c3;hpb=6dd8add65ae14c272df64a12f00a142314c0b2b1 diff --git a/README b/README index 5e9fa04..9f5cc10 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ TASK: obtenir une installation chrootable @host % ~/tool/ateliers/vm_host disk_umount TASK: obtenir une installation démarable @host % ~/tool/ateliers/vm_host chroot - @host % ~/tool/ateliersexport TRACE=1 LANG=C LC_CTYPE=C + @host % export TRACE=1 LANG=C LC_CTYPE=C @host % /root/tool/vm/vm_hosted init @host % exit TASK: initialiser la VM @@ -37,4 +37,9 @@ TASK: ajouter un administrateur @hosted % vm_hosted user_admin_add $user # NOTE: remplacer $user TASK: démarrer la VM @host % vm_host vm_start - @remote % vm_remote disk_send_key + @remote % ./vm_remote disk_key_send +TASK: pousser des changements locaux sur la VM + @remote % ./vm_remote push hosted + @hosted % vm_hosted git_reset +TASK: se connecter interactivement en root à la VM avec une connection SSH persistante + @remote % ./vm_remote mosh -l root