~sm4rk0/ubuntu/+source/initramfs-tools:ubuntu

Last commit made on 2016-02-02
Get this branch:
git clone -b ubuntu https://git.launchpad.net/~sm4rk0/ubuntu/+source/initramfs-tools
Only Marko Stanković can upload to this branch. If you are Marko Stanković please log in for upload directions.

Branch information

Recent commits

669d858... by Marko Stanković

hook-functions: fix NVME typo LP: #1539826

bae6817... by Andy Whitcroft

Update changelog for 0.120ubuntu7 release

2f9edab... by Louis Bouchard

Add support for NVME devices when MODULES=dep is used

LP: #1532146
Signed-off-by: Andy Whitcroft <email address hidden>

6b649fa... by Ben Hutchings

hook-functions: Include drivers/nvme in block driver modules

nvme moves to its own directory in Linux 4.4, so include modules
from there.

Closes: #807000
Signed-off-by: Ben Hutchings <email address hidden>

(cherry picked from commit fe30453892d21ed20014e48f597be2a79ac99d26)
LP: #1524879
Signed-off-by: Andy Whitcroft <email address hidden>

5d0fe26... by Andy Whitcroft

import direct archive upload 0.120ubuntu6

Signed-off-by: Andy Whitcroft <email address hidden>

b2447a0... by Andy Whitcroft

Update changelog for 0.120ubuntu5 release

fd87914... by Andy Whitcroft

hook-functions: firmware -- copy symlink components into initramfs

It is becoming increasingly common to use symbolic links to map preferred
versions of firmware where more than one is available:

    -rw-rw-r-- 1 apw apw 5872 Sep 19 08:51 bxt_dmc_ver1_04.bin
    lrwxrwxrwx 1 apw apw 19 Sep 19 08:51 bxt_dmc_ver1.bin -> bxt_dmc_ver1_04.bin
    -rw-rw-r-- 1 apw apw 8380 Sep 19 08:51 skl_dmc_ver1_19.bin
    -rw-rw-r-- 1 apw apw 8380 Sep 19 08:51 skl_dmc_ver1_20.bin
    -rw-rw-r-- 1 apw apw 8824 Sep 19 08:51 skl_dmc_ver1_21.bin
    lrwxrwxrwx 1 apw apw 19 Sep 19 08:51 skl_dmc_ver1.bin -> skl_dmc_ver1_21.bin
    -rw-rw-r-- 1 apw apw 109636 Sep 19 08:51 skl_guc_ver1_1059.bin
    lrwxrwxrwx 1 apw apw 21 Sep 19 08:51 skl_guc_ver1.bin -> skl_guc_ver1_1059.bin

Detect, follow and copy symlink chains.

LP: #1496163
Signed-off-by: Andy Whitcroft <email address hidden>

c246289... by Andy Whitcroft

import direct archive upload of 0.120ubuntu4

Signed-off-by: Andy Whitcroft <email address hidden>

63af496... by Andy Whitcroft

init: Mount /dev with "nosuid"

Thanks: Daniel
LP: #1450960
Signed-off-by: Andy Whitcroft <email address hidden>

9ad3cb6... by Andy Whitcroft

Update changelog for 0.120ubuntu3 release