Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib
/
dracut
/
modules.d
/
71prefixdevname
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
module-setup.sh
245 B
-rwxr-xr-x
2018-08-10 16:37:17
Edit
Del
Editing: module-setup.sh
(245 B)
Path: /usr/lib/dracut/modules.d/71prefixdevname/module-setup.sh
Back
#!/bin/bash # Make sure we always include generated link files in initrd check() { return 0 } install() { if dracut_module_included "systemd"; then inst_multiple -H -o /etc/systemd/network/71-net-ifnames-prefix-*.link fi }