AlkantarClanX12

Your IP : 3.138.124.28


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/lib/dracut/modules.d/30convertfs/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/lib/dracut/modules.d/30convertfs/do-convertfs.sh

#!/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