/
usr
/
lib
/
dracut
/
modules.d
/
30convertfs
/
/usr/lib/dracut/modules.d/30convertfs
mkdir
upload
Name
Size
Mode
Actions
convertfs.sh
6035
0755
edit
dl
rm
do-convertfs.sh
194
0755
edit
dl
rm
module-setup.sh
336
0755
edit
dl
rm
Edit:
/usr/lib/dracut/modules.d/30convertfs/do-convertfs.sh
(194B)
#!/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
Save
cmd:
run