]> git.donarmstrong.com Git - neurodebian.git/commitdiff
New VM (7.8.0) + FAQ on installing headers if upgrade goes south
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 2 Feb 2015 17:38:08 +0000 (12:38 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 2 Feb 2015 17:38:08 +0000 (12:38 -0500)
sphinx/reposetup.rst
sphinx/vm.rst

index 1cbc98a2c5fda6ce3be3938bfb9dc3e1dcd8d2c0..c90918be45ce3d3cb6b6a326caa4e46920cc8879 100644 (file)
@@ -114,7 +114,7 @@ You are ready to go -- enjoy NeuroDebian!
 
   <script type="text/javascript">
   function createvmdownload(rel, mir) {
-        var img_version = '7.4.20140423';
+        var img_version = '7.8.0';
         var img_suffix;
         var base_url;
         var img_url;
index 2cc7f20c3845b29c1b859d6612266013fb8940bf..1701ddb68eb705741c3bd2f7bb906e06c5b38e9d 100644 (file)
@@ -196,12 +196,21 @@ Troubleshooting
     NeuroDebian VM, please rebuild the version available from the
     backports::
 
-      sudo apt-get install -y linux-headers-2.6-amd64 # or -686 for 32bit
+      sudo apt-get install -y linux-headers-2.6-`dpkg --print-architecture`
       sudo apt-get install -y -t squeeze-backports virtualbox-ose-guest-dkms \
            virtualbox-ose-guest-utils  virtualbox-ose-guest-x11
 
     and reboot VM.
 
+  My VM lost mounted host directories, and display auto-resizing  after upgrade
+    NeuroDebian VMs ship without Linux kernel headers pre-installed to
+    minimize distribution/running footprint for one time throw-away
+    usages of the VM.  To install headers package(s) just run
+
+      sudo apt-get install -y linux-headers-`dpkg --print-architecture`
+
+    and reboot VM.
+
   I am still running an older VirtualBox 3.x
     Download one of the image files listed below. These older releases
     are distributed as a `zip` file. Please extract all files from the
@@ -223,6 +232,10 @@ What has changed
 
      Click on an item to expand it
 
+  7.8.0 -- 2 Feb 2015
+    * VM appliance based on the updated wheezy point release 7.8.0.
+      Should resolve problems with upgrades of the guest additions.
+
   7.4.20140423 -- 24 Apr 2014
     * VM appliance based on the updated wheezy point release 7.4.
       Should resolve problems with upgrades of the guest additions.