diff --git a/doc/Server Bedienung.odt b/doc/Server Bedienung.odt deleted file mode 100644 index 2fc0b13..0000000 Binary files a/doc/Server Bedienung.odt and /dev/null differ diff --git a/doc/Server Bedienung.pdf b/doc/Server Bedienung.pdf deleted file mode 100644 index cb15abf..0000000 Binary files a/doc/Server Bedienung.pdf and /dev/null differ diff --git a/doc/draft_mod-pronects b/doc/draft_mod-pronects deleted file mode 100644 index 2e8f466..0000000 --- a/doc/draft_mod-pronects +++ /dev/null @@ -1,19 +0,0 @@ -maddl@NB-Maddl:~$ function a() { echo null; } -maddl@NB-Maddl:~$ a -null -maddl@NB-Maddl:~$ function a_desinfect() { echo desinfect; } -maddl@NB-Maddl:~$ a_desinfect -desinfect -maddl@NB-Maddl:~$ alias a=a_desinfect -maddl@NB-Maddl:~$ a -desinfect -maddl@NB-Maddl:~$ alias --help -bash: alias: --: Ungültige Option -alias: Gebrauch: alias [-p] [Name[=Wert] ... ] -maddl@NB-Maddl:~$ man alias -Kein Handbucheintrag für alias vorhanden -maddl@NB-Maddl:~$ alias a=a -maddl@NB-Maddl:~$ a -null -maddl@NB-Maddl:~$ - diff --git a/doc/Error_Liste.txt b/doc/errors.txt similarity index 70% rename from doc/Error_Liste.txt rename to doc/errors.txt index c90360c..f64300a 100644 --- a/doc/Error_Liste.txt +++ b/doc/errors.txt @@ -1,13 +1,13 @@ -Erorr Liste: +Erorrs: ID: Description ---------------------------------------------------- -1 Allgemeiner Fehler -2 No Paramters / wrong parameters -3 Wrong Settings! -4 Programm missing +1 general error +2 no paramters / wrong parameters +3 wrong settings +4 programm missing -10 no root +10 need root permission 11 file no found 12 dir not found 13 cant create/delete file/dir diff --git a/doc/notes b/doc/notes deleted file mode 100644 index afd4b2e..0000000 --- a/doc/notes +++ /dev/null @@ -1,2 +0,0 @@ -initrd: -https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina diff --git a/doc/Strukture.md b/doc/structure.md similarity index 58% rename from doc/Strukture.md rename to doc/structure.md index 0a6e53f..a939a9b 100644 --- a/doc/Strukture.md +++ b/doc/structure.md @@ -1,40 +1,38 @@ -# 1. Starte "remaster" +## 1.1 Load base functions [-> #functions] -## 1.1 Lade Grundfunctionen [-> #functions] +## 1.2 Check ... + * for updates + * for rights -## 1.2 Überprüfe ... - * auf Updates - * auf Rechte +## 1.3 Load settings [-> #config] + * lade /etc/remaster/ + * verify config (Proj Exist; Mods Exist; ...) -## 1.3 Lade Richtige Einstellungen [-> #config] - * Lade /etc/remaster/ - * Überprüfe Conf. (Proj Exist; Mods Exist; ...) - -## 1.4 Lade Proj-Func [-> #projects] - * Überlade nach Abhängigkeit +## 1.4 Load Proj-Func [-> #projects] + * overload based on dependencys * (z.B. ubuntu.16.04 -> ubuntu -> debian) - * Prüfe Conf. (Proj Conform) + * verify config (Proj Conform) -## 1.5 Lade $n Mods (optional) [-> #mods] - * Überprüfen - * Spechern in MOD_LST +## 1.5 Load $n Mods (optional) [-> #mods] + * check + * save in MOD_LST # 2. Init Chroot -## 2.1 Dateien Entpacken +## 2.1 Extrackt Files * ISO * Squashfs -## 2.2 Config für Chroot (chroot_initial) +## 2.2 Config for Chroot (chroot_initial) * (lxc-conf / tmpdir) - * Netzwerk + * network -## 2.3 Starte Chroot +## 2.3 Start Chroot * (lxc-start / mount ...) # 3. Modivikationen -## 3.1 Netzwerk +## 3.1 Network ## 3.2 Proj-Spez. * (z.B. Desinfect: conky_info) @@ -44,22 +42,22 @@ * Install * Delete -## 3.4 Weitere in $MOD_LST +## 3.4 Next in $MOD_LST * z.B. xrdp * z.B. default pw # 4. Finish -## 4.1 Aufreumen Live-Sys +## 4.1 Clean-Up Live-System * tmpfiles * Packet Mgr ## 4.2 Stop chroot * Umount -## 4.3. Gen ISO/PXE +## 4.3. Generate ISO/PXE -## 4.4. Del Chroot +## 4.4. Delete Chroot # 5. Send Log