/usr/lib/dracut/modules.d/99base
NameSizeModeActions
dracut-lib.sh337520755editdlrm
init.sh117970755editdlrm
initqueue.sh11630755editdlrm
loginit.sh4920755editdlrm
module-setup.sh41070755editdlrm
parse-root-opts.sh2460755editdlrm
rdsosreport.sh13460755editdlrm
Edit: /usr/lib/dracut/modules.d/99base/parse-root-opts.sh (246B)
#!/bin/sh 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