mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00
debian: debci: load the 'mtdram' module, to make it execute the mtd-self-test
This commit is contained in:
parent
3e00d0269e
commit
16ef6a3a4a
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
# try loading the mtdram module to run our mtd tests
|
||||
modprobe mtdram || true
|
||||
sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf
|
||||
sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf
|
||||
sed "s,ConditionVirtualization=.*,," \
|
||||
|
Loading…
Reference in New Issue
Block a user