Merge branch 'master' of github.com:QubesOS/qubes-doc

This commit is contained in:
Andrew David Wong 2016-07-21 15:00:14 -07:00
commit a44b1928fd
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 25 additions and 5 deletions

View File

@ -280,8 +280,28 @@ Ignore warnings about `version '...' has bad syntax`.
Then install whatever kernel you want. If you are using distribution kernel Then install whatever kernel you want. If you are using distribution kernel
package (`linux-image-amd64` package), initramfs and kernel module should be package (`linux-image-amd64` package), initramfs and kernel module should be
handled automatically. If you are using manually build kernel, you need to handled automatically. If not, or you are building kernel manually, do this on
handle this on your own. Take a look at `dkms` and `initramfs-tools` documentation. using `dkms` and `initramfs-tools`:
sudo dkms autoinstall -k <kernel-version> # replace this <kernel-version> 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. When kernel is installed, you need to create GRUB configuration.
You may want to adjust some settings in `/etc/default/grub`, for example lower You may want to adjust some settings in `/etc/default/grub`, for example lower

View File

@ -23,6 +23,6 @@ article td, article th {
| -----------:| --------------------------------------- | | -----------:| --------------------------------------- |
| 18 Jun 2016 | 3.2-rc1 release | | 18 Jun 2016 | 3.2-rc1 release |
| 2 Jul 2016 | decide whether 3.2-rc1 is the final 3.2 | | 2 Jul 2016 | decide whether 3.2-rc1 is the final 3.2 |
| 16 Jul 2016 | current-testing freeze before 3.2-rc2 | | <strike>16 Jul 2016</strike><br/>20 Jul 2016 | current-testing freeze before 3.2-rc2 |
| 23 Jul 2016 | 3.2-rc2 release | | <strike>23 Jul 2016</strike><br/>27 Jul 2016 | 3.2-rc2 release |
| 5 Aug 2016 | decide whether 3.2-rc2 is the final 3.2 | | <strike> 5 Aug 2016</strike><br/> 9 Jul 2016 | decide whether 3.2-rc2 is the final 3.2 |