Implements insmod kernel module from local file
This commit is contained in:
1
tools/qemu-debian-img/.gitignore
vendored
1
tools/qemu-debian-img/.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
*.log
|
||||
vmlinuz*
|
||||
initrd*
|
||||
*.ko
|
1
tools/qemu-debian-img/Vagrantfile
vendored
1
tools/qemu-debian-img/Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user