create docu p1

mk placeholder
This commit is contained in:
6543
2018-04-26 17:16:09 +02:00
parent 432e01e762
commit b05a5cfb7b
5 changed files with 49 additions and 1 deletions

0
changes/remaster Normal file
View File

20
doc/Error_Liste.txt Normal file
View File

@@ -0,0 +1,20 @@
Erorr Liste:
ID: Description
----------------------------------------------------
1 Allgemeiner Fehler
2 No Paramters / wrong parameters
3 Wrong Settings!
4 Programm missing
10 no root
11 file no found
12 dir not found
13 cant create/delete file/dir
14 corrupt file (unsquashfs, mount iso, ...)
15 wrong file (iso has no squashfs-file ...)
20 mount error
21 unmoun error
22 incorrect filesystem

0
doc/Strukture.md Normal file
View File

28
doc/strukture Normal file
View File

@@ -0,0 +1,28 @@
# Src
raw scripts ..
## functions
- creat iso
- burn cd ...
- clean workspace ...
## distros
scripts vor distros
- update
- set network settings
- set OS settings
## mods
- for example: install & enable xrdp
- set default passwd
- ...
## web
placeholder for webfiles ...
## pxe
placeholder for pxefiles ...

2
gendeb.sh Normal file → Executable file
View File

@@ -2,7 +2,7 @@
# at the moment only generate dir structure in /build
echo "clear build"
rm -v -R ./build
[ -d ./build ] && rm -v -R ./build
mkdir build
echo "copy files"