/usr/lib/dracut/modules.d/99base
NameSizeModeActions
dracut-dev-lib.sh40690755editdlrm
dracut-lib.sh289700755editdlrm
init.sh119340755editdlrm
initqueue.sh13690755editdlrm
loginit.sh5320755editdlrm
module-setup.sh51200755editdlrm
parse-root-opts.sh2770755editdlrm
rdsosreport.sh14540755editdlrm
Edit: /usr/lib/dracut/modules.d/99base/parse-root-opts.sh (277B)
#!/usr/bin/sh # shellcheck disable=SC2034 root=$(getarg root=) rflags="$(getarg rootflags=)" getargbool 0 ro && rflags="${rflags},ro" getargbool 0 rw && rflags="${rflags},rw" rflags="${rflags#,}" fstype="$(getarg rootfstype=)" if [ -z "$fstype" ]; then fstype="auto" fi