Skip to content
Snippets Groups Projects
Commit ec9a2134 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Modul-Blacklisten im Image installieren

parent 90e6574a
No related branches found
No related tags found
No related merge requests found
......@@ -109,9 +109,16 @@ function install_kde_defaults()
cp "$CONTRIB_DIR/kde_config/"* /etc/skel/.kde/share/config/
}
function copy_modprobe_d()
{
cp -r "$SCRIPT_DIR/contrib/modprobe.d/" "/etc/modprobe.d/"
update-initramfs -u
}
divert_initctl
prepare_install
copy_modprobe_d
install_packages
install_kde_defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment