This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  9cc7f058436d1630550e0ee4c173f28e1e64cf7b (commit)
      from  c4a49473e081fe16dcb3dce7d6b0b889f56c606a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9cc7f058436d1630550e0ee4c173f28e1e64cf7b
Author: Sylvain Beucler <[email protected]>
Date:   Wed Mar 18 16:40:59 2015 +0100

    Update sample Vagrantfile with new VM URL; doc fixes

diff --git a/vm/Vagrantfile-sample b/vm/Vagrantfile-sample
index 5cd8a0a..b27a173 100644
--- a/vm/Vagrantfile-sample
+++ b/vm/Vagrantfile-sample
@@ -4,9 +4,9 @@
 VAGRANTFILE_API_VERSION = "2"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  config.vm.box = "fusionforge-dev-debian"
-  #config.vm.box_url = "packer/fusionforge-dev-debian.box"
-  config.vm.box_url = 
"http://fusionforge.fusionforge.org/sandbox/fusionforge-dev-debian.box";
+  config.vm.box = "fusionforge-dev-debian8"
+  #config.vm.box_url = "packer/fusionforge-dev-debian8.box"
+  config.vm.box_url = 
"http://fusionforge.fusionforge.org/sandbox/fusionforge-dev-debian8.box";
 
   # Guest network: private IP address:
   config.vm.network :private_network, ip: "192.168.35.11"
diff --git a/vm/packer/http/preseed.cfg b/vm/packer/http/preseed.cfg
index fbdc1d9..608121e 100755
--- a/vm/packer/http/preseed.cfg
+++ b/vm/packer/http/preseed.cfg
@@ -7,7 +7,6 @@
 ### Localization
 # Preseeding only locale sets language, country and locale.
 d-i debian-installer/locale string en_US
-# FF: en_US.UTF-8?
 
 # The values can also be preseeded individually for greater flexibility.
 #d-i debian-installer/language string en
diff --git a/vm/packer/scripts/fusionforge-source.sh 
b/vm/packer/scripts/fusionforge-source.sh
index f5ecf0a..563324c 100644
--- a/vm/packer/scripts/fusionforge-source.sh
+++ b/vm/packer/scripts/fusionforge-source.sh
@@ -1,4 +1,6 @@
 # Help text for users
+# TODO: keyboard mapping stays qwerty in Jessie despite being
+# documented at https://wiki.debian.org/Keyboard
 cat <<'EOF' > /etc/issue
 Debian GNU/Linux + FusionForge Dev VM \l
 

-----------------------------------------------------------------------

Summary of changes:
 vm/Vagrantfile-sample                   |    6 +++---
 vm/packer/http/preseed.cfg              |    1 -
 vm/packer/scripts/fusionforge-source.sh |    2 ++
 3 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to