/
/
lib
/
dracut
/
modules.d
/
98usrmount
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/lib/dracut/modules.d/98usrmount
Edit:
/lib/dracut/modules.d/98usrmount/module-setup.sh
#!/bin/bash # called by dracut check() { [[ $mount_needs ]] && return 1 return 0 } # called by dracut depends() { echo 'fs-lib' } # called by dracut install() { if ! dracut_module_included "systemd"; then inst_hook pre-pivot 50 "$moddir/mount-usr.sh" fi : }
Ukuran: 294 B