create docu p1
mk placeholder
This commit is contained in:
parent
432e01e762
commit
b05a5cfb7b
0
changes/remaster
Normal file
0
changes/remaster
Normal file
20
doc/Error_Liste.txt
Normal file
20
doc/Error_Liste.txt
Normal 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
0
doc/Strukture.md
Normal file
28
doc/strukture
Normal file
28
doc/strukture
Normal 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
2
gendeb.sh
Normal file → Executable file
@ -2,7 +2,7 @@
|
|||||||
# at the moment only generate dir structure in /build
|
# at the moment only generate dir structure in /build
|
||||||
|
|
||||||
echo "clear build"
|
echo "clear build"
|
||||||
rm -v -R ./build
|
[ -d ./build ] && rm -v -R ./build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
||||||
echo "copy files"
|
echo "copy files"
|
||||||
|
Loading…
Reference in New Issue
Block a user