about summary refs log tree commit diff
path: root/core-services/02-kmods.sh
blob: 9d904c7fbba16ba617c0f24810a9a032c888c7ad (plain) (blame)
1
2
3
4
5
6
7
# vim: set ts=4 sw=4 et:

[ -n "$VIRTUALIZATION" ] && return 0

msg "Loading kernel modules..."
modules-load -v | tr '\n' ' ' | sed 's:insmod [^ ]*/::g; s:\.ko\(\.gz\)\? ::g'
echo