- Usage:
sudo python3 pyXuSB.py
17/12/2020
- Critical bug: Fixed bugs on file mounting options.
- Coming soon: Windows pendrive creating for GPT disk type.
Necessary python modules
npyscreen
=> Creating TUI.psutil
=> Handling processes such as dd and mkfs.
Installation of python modules: sudo pip3 install -r requirements.txt
Gathering other dependencies:
- gettext:
sudo apt-get install gettext
- ms-sys:
http://ms-sys.sourceforge.net/
MS-SYS Installation:
tar -zxvf ms-sys*.tgz
cd ms-sys
make
sudo make install