]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Moves ssh and provision files into share folder
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 19:00:24 +0000 (16:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 19:00:24 +0000 (16:00 -0300)
17 files changed:
kvmx
kvmxfile
share/provision/desktop-basic [moved from provision/desktop-basic with 100% similarity]
share/provision/desktop-full [moved from provision/desktop-full with 100% similarity]
share/provision/development [moved from provision/development with 100% similarity]
share/provision/files/desktop-basic/etc/default/keyboard [moved from provision/files/desktop-basic/etc/default/keyboard with 100% similarity]
share/provision/files/desktop-basic/etc/lightdm/lightdm.conf [moved from provision/files/desktop-basic/etc/lightdm/lightdm.conf with 100% similarity]
share/provision/files/desktop-basic/home/user/.custom/xsession [moved from provision/files/desktop-basic/home/user/.custom/xsession with 100% similarity]
share/provision/files/desktop-basic/mozilla/LICENSES/GPLv3.txt [moved from provision/files/desktop-basic/mozilla/LICENSES/GPLv3.txt with 100% similarity]
share/provision/files/desktop-basic/mozilla/LICENSES/gpl-2.0.txt [moved from provision/files/desktop-basic/mozilla/LICENSES/gpl-2.0.txt with 100% similarity]
share/provision/files/desktop-basic/mozilla/LICENSES/https-everywhere.txt [moved from provision/files/desktop-basic/mozilla/LICENSES/https-everywhere.txt with 100% similarity]
share/provision/files/desktop-basic/mozilla/LICENSES/vimperator.txt [moved from provision/files/desktop-basic/mozilla/LICENSES/vimperator.txt with 100% similarity]
share/provision/files/desktop-basic/mozilla/README.md [moved from provision/files/desktop-basic/mozilla/README.md with 100% similarity]
share/provision/files/desktop-basic/mozilla/mozilla.tar.bz2 [moved from provision/files/desktop-basic/mozilla/mozilla.tar.bz2 with 100% similarity]
share/provision/webserver [moved from provision/webserver with 100% similarity]
share/ssh/insecure_private_key [moved from ssh/insecure_private_key with 100% similarity]
share/ssh/insecure_private_key.pub [moved from ssh/insecure_private_key.pub with 100% similarity]

diff --git a/kvmx b/kvmx
index 44800f1ed4055753e6c048411eb1516edd86835f..a3fd9f820a5a0ddeb12c96d80e49251a58a69645 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -73,7 +73,7 @@ function __kvmx_initialize {
   # Default parameters
   PORT="$(($RANDOM + 1024))"
   SSH="$(($PORT + 22))"
-  SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=FATAL -o ProxyCommand=none -i $APP_BASE/ssh/insecure_private_key"
+  SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=FATAL -o ProxyCommand=none -i $APP_BASE/share/ssh/insecure_private_key"
   SSH_LOGIN="user"
 
   # Initalize
index 965baca962760b61bd591e7102da990fa9ef350e..7e5e950ccbc40be781bcf4c7b057cb3cd49b0781 100644 (file)
--- a/kvmxfile
+++ b/kvmxfile
@@ -10,7 +10,7 @@ shared_folder="."
 shared_folder_mountpoint="/home/user/code/$VM"
 
 # Folder to sync during provisioning in the format "/host/folder /guest/folder".
-#provision_rsync="$KVMX_BASE/provision/ /usr/local/share/kvmx/provision/"
+#provision_rsync="$KVMX_BASE/share/provision/ /usr/local/share/kvmx/provision/"
 
 # Absolute path for a provision script located inside the guest.
 #provision_command="/usr/local/share/kvmx/provision/desktop-basic"