Admin
dashboard
file manager
command
php exec
/
/
usr
/
lib
/
dracut
/
modules.d
/
71prefixdevname
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
module-setup.sh
file
337 B
0755
2006-07-24 01:21:28
edit
delete
rename
editing: module-setup.sh
#!/usr/bin/bash # Make sure we always include generated link files in initrd check() { return 0 } install() { orig_shopt="$(shopt -p nullglob)" shopt -q -u nullglob if dracut_module_included "systemd"; then inst_multiple -H -o /etc/systemd/network/71-net-ifnames-prefix-*.link fi eval "$orig_shopt" }
save
cancel