/usr/lib/dracut/modules.d/30convertfs
NameSizeModeActions
convertfs.sh62080755editdlrm
do-convertfs.sh1980755editdlrm
module-setup.sh3530755editdlrm
Edit: /usr/lib/dracut/modules.d/30convertfs/do-convertfs.sh (198B)
#!/usr/bin/bash if getargbool 0 rd.convertfs; then if getargbool 0 rd.debug; then bash -x convertfs "$NEWROOT" 2>&1 | vinfo else convertfs "$NEWROOT" 2>&1 | vinfo fi fi