From deec6ad508164eed35b5d883af86aeb0ce3a47a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 17 Jul 2016 00:42:02 +0200 Subject: [PATCH 1/2] Adjust R3.2 release schedule --- releases/3.2/schedule.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/3.2/schedule.md b/releases/3.2/schedule.md index b5c97973..e4585a33 100644 --- a/releases/3.2/schedule.md +++ b/releases/3.2/schedule.md @@ -23,6 +23,6 @@ article td, article th { | -----------:| --------------------------------------- | | 18 Jun 2016 | 3.2-rc1 release | | 2 Jul 2016 | decide whether 3.2-rc1 is the final 3.2 | -| 16 Jul 2016 | current-testing freeze before 3.2-rc2 | -| 23 Jul 2016 | 3.2-rc2 release | -| 5 Aug 2016 | decide whether 3.2-rc2 is the final 3.2 | +| 16 Jul 2016
20 Jul 2016 | current-testing freeze before 3.2-rc2 | +| 23 Jul 2016
27 Jul 2016 | 3.2-rc2 release | +| 5 Aug 2016
9 Jul 2016 | decide whether 3.2-rc2 is the final 3.2 | From 90c142db2c452c0ad668d27f8b6f04d21225dece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 20 Jul 2016 13:06:56 +0200 Subject: [PATCH 2/2] Describe how to generate initramfs and build u2mfn on Debian VM --- configuration/managing-vm-kernel.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/configuration/managing-vm-kernel.md b/configuration/managing-vm-kernel.md index 8da4b078..5f4f0e8b 100644 --- a/configuration/managing-vm-kernel.md +++ b/configuration/managing-vm-kernel.md @@ -280,8 +280,28 @@ Ignore warnings about `version '...' has bad syntax`. Then install whatever kernel you want. If you are using distribution kernel package (`linux-image-amd64` package), initramfs and kernel module should be -handled automatically. If you are using manually build kernel, you need to -handle this on your own. Take a look at `dkms` and `initramfs-tools` documentation. +handled automatically. If not, or you are building kernel manually, do this on +using `dkms` and `initramfs-tools`: + + sudo dkms autoinstall -k # replace this with actual kernel version + sudo update-initramfs -u + +The output should look like this: + + $ sudo dkms autoinstall -k 3.16.0-4-amd64 + + u2mfn: + Running module version sanity check. + - Original module + - No original module exists within this kernel + - Installation + - Installing to /lib/modules/3.16.0-4-amd64/updates/dkms/ + + depmod.... + + DKMS: install completed. + $ sudo update-initramfs -u + update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64 When kernel is installed, you need to create GRUB configuration. You may want to adjust some settings in `/etc/default/grub`, for example lower