PATH: //lib/dracut/modules.d/30convertfs
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 convertfs.sh
↓
X
📄 do-convertfs.sh
↓
X
📄 module-setup.sh
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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
SIMPAN PERUBAHAN