diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-19 18:27:18 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-19 18:27:18 +0100 |
commit | 278f5b32114820e49ec834045df360736a0dc0c7 (patch) | |
tree | 19c0099f2dd3bda33e223e85258e7244d3f1ac35 | |
parent | f4171e7499ef27db9e1bdf92ea9c254a5f4436c2 (diff) | |
download | isodumper-278f5b32114820e49ec834045df360736a0dc0c7.tar isodumper-278f5b32114820e49ec834045df360736a0dc0c7.tar.gz isodumper-278f5b32114820e49ec834045df360736a0dc0c7.tar.bz2 isodumper-278f5b32114820e49ec834045df360736a0dc0c7.tar.xz isodumper-278f5b32114820e49ec834045df360736a0dc0c7.zip |
Update README
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -19,12 +19,19 @@ Requirements - python3-parted - python3-pydbus - udisks2 -- libyui and declanation of ncurses, gtk or Qt +- libyui and declanation of ncurses, gtk or Qt, python bindings - libyui-mga - cryptsetup - fdisk - e2fsprogs +- python3-gnupg +- python3-manatools +Some explanations +----------------- +The application comprises two parts: a GUI and a backend, called magiback. +The GUI run in user mode, and call backend feature over DBUS. The backend run as deamon using systemd service and is launched as needed. The authorization is called to run the backend. +Logs of the backend are stored in /var/log/magiback.log License -------- |