Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.48 KB

USAGE.md

File metadata and controls

51 lines (39 loc) · 2.48 KB

Detailed usage instructions:

  1. create a working directory, inside this directory the deb will be created and if needed QEMU compiled. example: /home/$USER/Documents/debpkg/

  2. download and run the script using the instructions in the README.

  3. when you get to this screen:
    qemu2deb-usage1.png
    enter the path to the directory you created in step 1.

  4. when you get to the following screen:
    qemu2deb-usage2.png
    enter the path to your already compiled and installed QEMU folder or if you didn't compile QEMU press 's'.
    if you pressed 's' you'll be asked to compile QEMU here.

  5. when you get to this screen:
    qemu2deb-usage3.png
    press ENTER if the data is correct or CTRL+C to cancel.

  6. when you get to this screen:
    qemu2deb-usage4.png
    press ENTER to continue.

  7. now the script will copy all the files from the installation on your system to a temporary folder that later will be packaged to a deb.
    qemu2deb-usage5.png

  8. when you get to this screen:
    qemu2deb-usage6.png
    enter your maintainer details: name, email address, link etc.
    for example: Your Name <youremail@example.com>

  9. now the script will use dpkg-deb to build the deb.
    qemu2deb-usage7.png
    this will use all cpu and a lot of memory (RAM).

  10. now the script will tell you the path to the deb and its name qemu2deb-usage8.png
    press ENTER to continue.

  11. now the script will ask you if you want to install the DEB, qemu2deb-usage9.png
    answer whatever you want. if you answer yes, you might see a few errors. they shouldn't affect anything and I'm trying to fix them. edit: the issue is fixed.

  12. now the script will start cleaning up after itself, answer whatever you want. qemu2deb-usage10.png
    qemu2deb-usage11.png
    qemu2deb-usage12.png
    the finished deb:
    qemu2deb-usage13.png