nixpkgs/pkgs
aszlig de581b99ca
kernel: Fix running kernels *with* modules
Pull request #38470 added support for running/building kernels without
modules. This got merged in 38e04bbf29 but
unfortunately while this works perfectly on kernels without modules it
also makes sure that *every* kernel gets no modules.

So all of our VM tests fail since that merge with something like this:

machine# loading module loop...
machine# modprobe: FATAL: Module loop not found in directory /lib/modules/4.14.33
machine# loading module vfat...
machine# modprobe: FATAL: Module vfat not found in directory /lib/modules/4.14.33
machine# loading module nls_cp437...
machine# modprobe: FATAL: Module nls_cp437 not found in directory /lib/modules/4.14.33
machine# loading module nls_iso8859-1...
machine# modprobe: FATAL: Module nls_iso8859-1 not found in directory /lib/modules/4.14.33
machine# loading module fuse...
machine# modprobe: FATAL: Module fuse not found in directory /lib/modules/4.14.33
machine# loading module dm_mod...
machine# modprobe: FATAL: Module dm_mod not found in directory /lib/modules/4.14.33

I shortly tested this against the "misc" VM test and the test is working
again.

In the long term (and I currently don't have time for this) it would be
better to also have a VM test which tests a kernel without modules.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @roberth, @7c6f434c
2018-04-12 15:43:53 +02:00
..
applications marp: 0.0.11 -> 0.0.12 2018-04-12 13:04:31 +01:00
build-support kernel: Fix running kernels *with* modules 2018-04-12 15:43:53 +02:00
common-updater
data Merge staging into master 2018-04-11 14:55:52 +02:00
desktops xfce4-13: fix build (propagatedNativeBuildInputs) 2018-04-11 23:07:19 +00:00
development pythonPackages.cysignals: init at 1.6.9 (#38781) 2018-04-12 14:11:04 +02:00
games Merge master into staging 2018-04-09 15:12:32 +02:00
misc Switch suckless.org URLs to https 2018-04-11 15:11:55 +02:00
os-specific linux: 4.15.16 -> 4.15.17 2018-04-12 07:44:30 -04:00
servers pg_repack: 1.4.0.1 -> 1.4.2 2018-04-11 12:25:11 -05:00
shells Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
stdenv Revert "Merge pull request #28029 from cstrahan/hardening-fix" 2018-04-10 19:07:27 -05:00
test
tools lolcat: 90.8.8 -> 99.9.10 2018-04-12 10:10:05 +02:00
top-level pythonPackages.cysignals: init at 1.6.9 (#38781) 2018-04-12 14:11:04 +02:00