golden hour
/lib/dracut/modules.d/30convertfs
⬆️ Go Up
Upload
File/Folder
Size
Actions
convertfs.sh
6.06 KB
Del
OK
do-convertfs.sh
198 B
Del
OK
module-setup.sh
353 B
Del
OK
Edit: do-convertfs.sh
#!/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
Save