1
0

Implements insmod kernel module from local file

This commit is contained in:
2018-09-22 13:18:25 +00:00
parent 623a7f08c1
commit 8649c791ea
5 changed files with 40 additions and 0 deletions

View File

@ -2,3 +2,4 @@
*.log
vmlinuz*
initrd*
*.ko

View File

@ -14,5 +14,6 @@ Vagrant.configure("2") do |config|
cp bionic.img /vagrant/
cp /boot/vmlinuz-* /vagrant/vmlinuz-bionic
cp /boot/initrd-* /vagrant/vmlinuz-bionic
cp /lib/modules/`uname -r`/kernel/lib/test_static_key_base.ko /vagrant/sample.ko
SHELL
end