/usr/share/cagefs-skeleton/lib/dracut/modules.d/30convertfs
#!/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
.
Edit
..
Edit
convertfs.sh
Edit
do-convertfs.sh
Edit
module-setup.sh
Edit