Admin
dashboard
file manager
command
php exec
/
/
usr
/
lib
/
dracut
/
modules.d
/
95hwdb
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
module-setup.sh
file
438 B
0644
2025-05-01 10:52:37
edit
delete
rename
editing: module-setup.sh
#!/bin/bash # This file is part of dracut. # SPDX-License-Identifier: GPL-2.0-or-later check() { if [[ $hostonly_mode == "strict" ]]; then return 255 fi return 0 } # called by dracut install() { inst_multiple -o \ "${udevdir}"/hwdb.bin # Install the hosts local user configurations if enabled. if [[ $hostonly ]]; then inst_multiple -H -o \ "$udevconfdir"/hwdb.bin fi }
save
cancel