aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-12-23 18:30:18 +0100
committerPapoteur <papoteur@mageia.org>2020-12-23 18:30:18 +0100
commit59b94d431df1c7efc733cdd49bbc4b44a0153418 (patch)
treee7f4bd9ad04c3b8920fe5fd11b62ab8c5cdd740a /README.md
parent0481230a0c998c553845354d2407232b46649741 (diff)
parent80de1c22c863634cd8dafbf2eb8416d60d2579de (diff)
downloadisodumper-59b94d431df1c7efc733cdd49bbc4b44a0153418.tar
isodumper-59b94d431df1c7efc733cdd49bbc4b44a0153418.tar.gz
isodumper-59b94d431df1c7efc733cdd49bbc4b44a0153418.tar.bz2
isodumper-59b94d431df1c7efc733cdd49bbc4b44a0153418.tar.xz
isodumper-59b94d431df1c7efc733cdd49bbc4b44a0153418.zip
Merge branch 'master' into topic/newgui
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7186356..631ac27 100644
--- a/README.md
+++ b/README.md
@@ -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
--------