summaryrefslogtreecommitdiffstats
path: root/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm
diff options
context:
space:
mode:
authorMichael Janczyk2012-12-12 19:02:04 +0100
committerMichael Janczyk2012-12-12 19:02:04 +0100
commit00aca01bbf2daf8cdd63c3846ca29e3dc50185e5 (patch)
tree253f473c9a9bbe457c7776867967b6989bcfb649 /src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm
parentminor sysrq changes, nohup is needed to log out from ssh session before halt ... (diff)
downloadcore-00aca01bbf2daf8cdd63c3846ca29e3dc50185e5.tar.gz
core-00aca01bbf2daf8cdd63c3846ca29e3dc50185e5.tar.xz
core-00aca01bbf2daf8cdd63c3846ca29e3dc50185e5.zip
Respect aliases and blacklist of a system. /etc/modprobe.d is now copied to InitRamFS
Diffstat (limited to 'src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm
index 319ff65e..e0123aa7 100644
--- a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm
+++ b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Preboot.pm
@@ -43,6 +43,8 @@ sub _collectCMDs
$self->_copyKernelModules();
+ $self->_copyModprobeD();
+
$self->_createInitRamFS();
return;