Compare commits

...

3 Commits

Author SHA1 Message Date
6543 73d1c97f3a
clean up 2021-06-06 21:59:22 +02:00
6543 686d3ef8c2
remove useless FOSSA Status 2020-01-14 20:23:49 +01:00
6543 27913b4a59
switch from github to gitea 2019-09-21 01:05:28 +02:00
7 changed files with 29 additions and 56 deletions

View File

@ -1,5 +1,5 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![GitHub release](https://img.shields.io/github/v/release/6543/remaster.svg)](https://github.com/6543/remaster/releases/latest)
[![Release](https://img.shields.io/badge/dynamic/json.svg?label=release&url=https://code.obermui.de/api/v1/repos/6543/remaster/releases&query=$[0].tag_name)](https://code.obermui.de/6543/remaster/releases)
[![PGP Sig](https://img.shields.io/keybase/pgp/6543)](https://mh.obermui.de/publickey.gpg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F6543%2Fremaster.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2F6543%2Fremaster?ref=badge_shield)

@ -34,7 +34,3 @@ The aim of this Project is to create a daemon for a server, witch update live sy
- Ubuntu/Debian
- Desinfect17
- one config file


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F6543%2Fremaster.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2F6543%2Fremaster?ref=badge_large)

Binary file not shown.

Binary file not shown.

View File

@ -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:~$

View File

@ -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

View File

@ -1,2 +0,0 @@
initrd:
https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina

View File

@ -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/<Conf>
* verify config (Proj Exist; Mods Exist; ...)

## 1.3 Lade Richtige Einstellungen [-> #config]
* Lade /etc/remaster/<Conf>
* Ü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