dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / modules.d / 30convertfs / do-convertfs.sh
blob6ce31cb3ce5d16eb0620a20fb7efcabb5e8515af
1 #!/bin/bash
3 if getargbool 0 rd.convertfs; then
4 if getargbool 0 rd.debug; then
5 bash -x convertfs "$NEWROOT" 2>&1 | vinfo
6 else
7 convertfs "$NEWROOT" 2>&1 | vinfo
8 fi
9 fi