Compare commits
145 Commits
v1.7.3
...
feature-pr
Author | SHA1 | Date | |
---|---|---|---|
715c783e62 | |||
d63343865c | |||
888f626d4f | |||
18b42628a0 | |||
ef395c4443 | |||
3b3c588dcc | |||
f809343015 | |||
495bbb5f4a | |||
5df896a47e | |||
10f06bc421 | |||
4cb8816cc1 | |||
aa0e1fbd6d | |||
83d8ace4e5 | |||
2b7eb9620a | |||
32cfb2a7a4 | |||
05bf2a4cdf | |||
2a081ad517 | |||
7d4c1015d5 | |||
f3c3ba82f5 | |||
23e39f21f6 | |||
f303797810 | |||
fad9574ebb | |||
cd15118bb8 | |||
756d389c6d | |||
eb96f7a0e4 | |||
9b5cc1665d | |||
631d78798d | |||
04e4e98525 | |||
32d09b764b | |||
2752dcc5ca | |||
29a8d529c9 | |||
c4eeb44eaa | |||
15f5ad5fab | |||
7601e2b93f | |||
013edd6c0f | |||
8990b7ea1e | |||
10dce09e4d | |||
f77f690751 | |||
fbf1a80b7b | |||
0ffbae48a7 | |||
636aba43d5 | |||
e32c217fea | |||
7c46700bd5 | |||
be32c02a81 | |||
f6aa1b24fd | |||
6bc29a5011 | |||
002487c5d1 | |||
6076f1372d | |||
9301b1a39c | |||
c0ddfe7c1c | |||
d41fa9e1b0 | |||
cee345cd25 | |||
20bb090cb3 | |||
310b670631 | |||
6ce556ef84 | |||
242421fbab | |||
cdf2cc900e | |||
8b782fa5e1 | |||
74b3a8b12b | |||
d11b96947c | |||
832decf3d1 | |||
89053e3ed1 | |||
051f8636a2 | |||
3510f44ef8 | |||
fb4afed081 | |||
6bb0f2ab06 | |||
22c8d8081e | |||
d65cddc2f5 | |||
28f59fb94b | |||
6aa13ce326 | |||
ff9a384ce6 | |||
897ddfd3a6 | |||
5767355c21 | |||
d0c53279b5 | |||
1d52508d77 | |||
ca02c443d3 | |||
55a17ad2ce | |||
fcbfdff33a | |||
b3894fedc9 | |||
d2f7a45d6c | |||
cdd40d5195 | |||
a2517232a1 | |||
66372fadcc | |||
57b2383ef3 | |||
3a3083cda8 | |||
ab4622e37a | |||
baa3dcf419 | |||
1134235acd | |||
727cf6ed3c | |||
d63d13fe80 | |||
b0ce2cfa16 | |||
cee0bd03ca | |||
8885e4881f | |||
7aadb795ff | |||
80d2ad753d | |||
e5edbb3f8d | |||
2513b645c1 | |||
401abf1f4b | |||
c43fb3b724 | |||
ec93ab93a8 | |||
a5345457d4 | |||
c5c5327826 | |||
fcf59dc1d9 | |||
7905649b4e | |||
81d0a5c8c3 | |||
98e0b6c835 | |||
49901e1f32 | |||
aa57178d15 | |||
01a0709563 | |||
07e4e0d663 | |||
41e020e645 | |||
26d0950665 | |||
50ddcac6f6 | |||
1d392d7460 | |||
bfdad6d547 | |||
41946e6584 | |||
c4f2f7367a | |||
c6103a8fb4 | |||
6616478014 | |||
80d8a9bedf | |||
1aff83904c | |||
b6eb652c50 | |||
801da8e4af | |||
4b9bbe22af | |||
838a1e709a | |||
f2b3b5f530 | |||
b5ab4f1ec9 | |||
aecc9d5b9c | |||
be87936dc4 | |||
c28eaa1a38 | |||
ab55ed8b3d | |||
074b92b984 | |||
da68365153 | |||
1c4dc6ac56 | |||
eedeecbcb6 | |||
365cb8a069 | |||
9d907e9028 | |||
5a86bb3237 | |||
3321ce059a | |||
b05a5cfb7b | |||
432e01e762 | |||
f6b3415c17 | |||
b38a62aa8b | |||
c52b58b9f5 | |||
479ed25411 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/build
|
||||||
|
/release
|
1
DEBIAN/conffiles
Normal file
1
DEBIAN/conffiles
Normal file
@ -0,0 +1 @@
|
|||||||
|
/etc/remaster/config.sample.cfg
|
12
DEBIAN/control
Normal file
12
DEBIAN/control
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Package: remaster
|
||||||
|
Source: remaster
|
||||||
|
Version: 2.0.4
|
||||||
|
Architecture: all
|
||||||
|
Maintainer: 6543 <6543@obermui.de>
|
||||||
|
Installed-Size: <SIZE>
|
||||||
|
Depends: squashfs-tools, xorriso, wget, sed (>= 4.2), sendemail, bash (>= 4.3)
|
||||||
|
Suggests: nfs-kernel-server, isc-dhcp-server
|
||||||
|
Section: utils
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://github.com/6543/remaster
|
||||||
|
Description: The aim of this Project is to create a daemon for a server, witch update live systems.
|
1
DEBIAN/postinst
Executable file
1
DEBIAN/postinst
Executable file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/sh
|
1
DEBIAN/postrm
Executable file
1
DEBIAN/postrm
Executable file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/sh
|
1
DEBIAN/preinst
Executable file
1
DEBIAN/preinst
Executable file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/sh
|
1
DEBIAN/prerm
Executable file
1
DEBIAN/prerm
Executable file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/sh
|
4
LICENSE
4
LICENSE
@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
|
|||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
{one line to give the program's name and a brief idea of what it does.}
|
{one line to give the program's name and a brief idea of what it does.}
|
||||||
Copyright (C) {year} {name of author}
|
Copyright (C) 2018 6543@obermui.de
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||||||
If the program does terminal interaction, make it output a short
|
If the program does terminal interaction, make it output a short
|
||||||
notice like this when it starts in an interactive mode:
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
{project} Copyright (C) {year} {fullname}
|
remaster Copyright (C) 2018 6543@obermui.de
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
31
README.md
31
README.md
@ -1,9 +1,32 @@
|
|||||||
# remaster
|
# remaster
|
||||||
|
|
||||||
for testing ...
|
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
This script updates/change Live Linux CDs
|
The aim of this Project is to create a daemon for a server, witch update live systems. You should only have to install the modules for different OS/Live-Projects. It also set the right network settings (Proxy, DNS, ...) and will be extendible wit PXE menu. additional: Web Interface (Create/Change/Delete Jobs; Download Latest ISO; Start/Stop PXE Server)
|
||||||
(At the moment only Ubuntu/Debian; Desinfect15,16)
|
|
||||||
|
|
||||||
Perhaps this will be split in parts and an config file in /etc/remaster/ controls it ...
|
## Dependency’s
|
||||||
|
|
||||||
|
- squashfs-tools
|
||||||
|
- xorriso
|
||||||
|
- wget
|
||||||
|
- sed
|
||||||
|
- sendemail
|
||||||
|
- curl
|
||||||
|
|
||||||
|
## To Do
|
||||||
|
|
||||||
|
- Support more Projects
|
||||||
|
|
||||||
|
- Debian
|
||||||
|
- Ubuntu
|
||||||
|
- Desinfect17
|
||||||
|
- CentOS
|
||||||
|
|
||||||
|
- Add Job-Scheduler
|
||||||
|
|
||||||
|
## At the Moment
|
||||||
|
|
||||||
|
- Ubuntu/Debian
|
||||||
|
- Desinfect17
|
||||||
|
- one config file
|
||||||
|
131
autogen.sh
Executable file
131
autogen.sh
Executable file
@ -0,0 +1,131 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# install | clean | debug | build-deb
|
||||||
|
|
||||||
|
function clean() {
|
||||||
|
echo "clear build"
|
||||||
|
[ -d build ] && rm -v -R build
|
||||||
|
mkdir build
|
||||||
|
}
|
||||||
|
function copy() {
|
||||||
|
echo "copy files ..."
|
||||||
|
# remaster
|
||||||
|
mkdir -p build/usr/bin/
|
||||||
|
cp -v src/remaster.sh build/usr/bin/remaster
|
||||||
|
chmod +x build/usr/bin/remaster
|
||||||
|
|
||||||
|
# modules
|
||||||
|
mkdir -p build/usr/lib/remaster/
|
||||||
|
for i in proj func mods; do
|
||||||
|
mkdir -p build/usr/lib/remaster/$i
|
||||||
|
cp -v src/$i/* build/usr/lib/remaster/$i/
|
||||||
|
done
|
||||||
|
|
||||||
|
# setting
|
||||||
|
mkdir -p build/etc/remaster/
|
||||||
|
cp -v src/config.sample.cfg build/etc/remaster/config.sample.cfg
|
||||||
|
|
||||||
|
#changelog
|
||||||
|
mkdir -p build/usr/share/doc/remaster
|
||||||
|
cp -v changes/remaster.md build/usr/share/doc/remaster/changelog
|
||||||
|
gzip --best build/usr/share/doc/remaster/changelog
|
||||||
|
}
|
||||||
|
|
||||||
|
#config ...
|
||||||
|
function set_rootdir() {
|
||||||
|
sed -i "s#<ROOTDIR>#$1#g" build/usr/bin/remaster
|
||||||
|
for i in proj func mods; do
|
||||||
|
sed -i "s#<ROOTDIR>#$1#g" build/usr/lib/remaster/$i/*
|
||||||
|
done
|
||||||
|
}
|
||||||
|
function set_libdir() {
|
||||||
|
sed -i "s#<LIBDIR>#$1#g" build/usr/bin/remaster
|
||||||
|
for i in proj func mods; do
|
||||||
|
sed -i "s#<LIBDIR>#$1#g" build/usr/lib/remaster/$i/*
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
#modes
|
||||||
|
function debug() {
|
||||||
|
clean
|
||||||
|
|
||||||
|
#prebuild
|
||||||
|
copy
|
||||||
|
set_rootdir "`pwd`/build"
|
||||||
|
set_libdir "`pwd`/build/usr/lib/remaster"
|
||||||
|
}
|
||||||
|
function install() {
|
||||||
|
#überprüfe auf root
|
||||||
|
[ "`id -u`" != "0" ] && { echo "Error start as root"; exit 1; }
|
||||||
|
|
||||||
|
#lösche alltes build dir
|
||||||
|
clean
|
||||||
|
|
||||||
|
#prebuild
|
||||||
|
copy
|
||||||
|
set_rootdir ""
|
||||||
|
set_libdir "/usr/lib/remaster"
|
||||||
|
|
||||||
|
#set owner
|
||||||
|
chown -r root:root build/
|
||||||
|
|
||||||
|
#install
|
||||||
|
cp -f -r build/* /
|
||||||
|
}
|
||||||
|
function build-deb() {
|
||||||
|
#überprüfe auf root
|
||||||
|
[ "`id -u`" != "0" ] && { echo "Error start as root"; exit 1; }
|
||||||
|
|
||||||
|
#lösche alltes build dir
|
||||||
|
clean
|
||||||
|
|
||||||
|
#prebuild
|
||||||
|
copy
|
||||||
|
set_rootdir ""
|
||||||
|
set_libdir "/usr/lib/remaster"
|
||||||
|
####
|
||||||
|
## changes for deb file
|
||||||
|
####
|
||||||
|
cp -v -r -f DEBIAN build/
|
||||||
|
#create md5sums
|
||||||
|
find ./build -type f -exec md5sum {} \; | grep -v './build/DEBIAN' | sed 's/\.\/build\///g' > build/DEBIAN/md5sums
|
||||||
|
chmod 0644 build/DEBIAN/md5sums
|
||||||
|
|
||||||
|
#set size
|
||||||
|
SIZE="`du --exclude=build/DEBIAN -c build/ | cut -f 1 | tail -n 1`"
|
||||||
|
sed -i "s/<SIZE>/$SIZE/g" build/DEBIAN/control
|
||||||
|
|
||||||
|
#set owner
|
||||||
|
chown -r root:root build/
|
||||||
|
|
||||||
|
##
|
||||||
|
#build deb
|
||||||
|
##
|
||||||
|
dpkg -b build/
|
||||||
|
version="`cat build/DEBIAN/control | grep Version | cut -d " " -f 2`"
|
||||||
|
arch="`cat build/DEBIAN/control | grep Arch | cut -d " " -f 2`"
|
||||||
|
[ -f "release/remaster_"$version"_"$arch".deb" ] && rm "release/remaster_"$version"_"$arch".deb"
|
||||||
|
mkdir -p release
|
||||||
|
mv -v "build.deb" "release/remaster_"$version"_"$arch".deb"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
install)
|
||||||
|
install || exit 1
|
||||||
|
;;
|
||||||
|
clean)
|
||||||
|
clean || exit 1
|
||||||
|
;;
|
||||||
|
debug)
|
||||||
|
debug || exit 1
|
||||||
|
;;
|
||||||
|
copy)
|
||||||
|
copy || exit 1
|
||||||
|
;;
|
||||||
|
build-deb)
|
||||||
|
build-deb || exit 1
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Usage: install | clean | debug | build-deb"
|
||||||
|
exit 1
|
||||||
|
esac
|
32
changes/remaster.md
Normal file
32
changes/remaster.md
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
2018-04-26 - 1.9.1
|
||||||
|
* seperate script and config
|
||||||
|
|
||||||
|
2018-05-10 - 1.9.2
|
||||||
|
* exec singel func
|
||||||
|
|
||||||
|
2018-05-10 - 1.9.3
|
||||||
|
* hotfix-1.9.3
|
||||||
|
|
||||||
|
2018-05-12 - 2.0.0
|
||||||
|
* add feature build debian packages
|
||||||
|
* add Doc "Server Bedienung"
|
||||||
|
* split functions
|
||||||
|
* separate config into /etc/remaster/
|
||||||
|
|
||||||
|
2018-05-13 - 2.0.1
|
||||||
|
* Update-Prüfmechanismus #15
|
||||||
|
|
||||||
|
2018-05-13 - 2.0.2
|
||||||
|
* hotfix-2.0.2 ( create release folder if not exist )
|
||||||
|
|
||||||
|
2018-05-20 - 2.0.3
|
||||||
|
* make email, proxy optional
|
||||||
|
* change Strukture.md
|
||||||
|
* add config check
|
||||||
|
* some help scripts
|
||||||
|
|
||||||
|
2018-05-22 - 2.0.4
|
||||||
|
* add iso_source as URL
|
||||||
|
* restructure code
|
||||||
|
* use proj templates
|
||||||
|
* some help scripts
|
BIN
doc/Server Bedienung.odt
Normal file
BIN
doc/Server Bedienung.odt
Normal file
Binary file not shown.
BIN
doc/Server Bedienung.pdf
Normal file
BIN
doc/Server Bedienung.pdf
Normal file
Binary file not shown.
113
doc/Strukture.md
Normal file
113
doc/Strukture.md
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
# 1. Starte "remaster"
|
||||||
|
|
||||||
|
## 1.1 Lade Grundfunctionen [-> #functions]
|
||||||
|
|
||||||
|
## 1.2 Überprüfe ...
|
||||||
|
* auf Updates
|
||||||
|
* auf Rechte
|
||||||
|
|
||||||
|
## 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
|
||||||
|
* (z.B. ubuntu.16.04 -> ubuntu -> debian)
|
||||||
|
* Prüfe Conf. (Proj Conform)
|
||||||
|
|
||||||
|
## 1.5 Lade $n Mods (optional) [-> #mods]
|
||||||
|
* Überprüfen
|
||||||
|
* Spechern in MOD_LST
|
||||||
|
|
||||||
|
# 2. Init Chroot
|
||||||
|
|
||||||
|
## 2.1 Dateien Entpacken
|
||||||
|
* ISO
|
||||||
|
* Squashfs
|
||||||
|
|
||||||
|
## 2.2 Config für Chroot (chroot_initial)
|
||||||
|
* (lxc-conf / tmpdir)
|
||||||
|
* Netzwerk
|
||||||
|
|
||||||
|
## 2.3 Starte Chroot
|
||||||
|
* (lxc-start / mount ...)
|
||||||
|
|
||||||
|
# 3. Modivikationen
|
||||||
|
|
||||||
|
## 3.1 Netzwerk
|
||||||
|
|
||||||
|
## 3.2 Proj-Spez.
|
||||||
|
* (z.B. Desinfect: conky_info)
|
||||||
|
|
||||||
|
## 3.3 Packet Mgr
|
||||||
|
* Updates
|
||||||
|
* Install
|
||||||
|
* Delete
|
||||||
|
|
||||||
|
## 3.4 Weitere in $MOD_LST
|
||||||
|
* z.B. xrdp
|
||||||
|
* z.B. default pw
|
||||||
|
|
||||||
|
# 4. Finish
|
||||||
|
|
||||||
|
## 4.1 Aufreumen Live-Sys
|
||||||
|
* tmpfiles
|
||||||
|
* Packet Mgr
|
||||||
|
|
||||||
|
## 4.2 Stop chroot
|
||||||
|
* Umount
|
||||||
|
|
||||||
|
## 4.3. Gen ISO/PXE
|
||||||
|
|
||||||
|
## 4.4. Del Chroot
|
||||||
|
|
||||||
|
# 5. Send Log
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## lxc
|
||||||
|
|
||||||
|
-> chroot_sh exec lxc-attach
|
||||||
|
|
||||||
|
-> chroot_dir = container name
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## PXE
|
||||||
|
|
||||||
|
-> Install
|
||||||
|
* DHCP Relay
|
||||||
|
* NFS-Server
|
||||||
|
* TFTP-Server
|
||||||
|
* [Samba]
|
||||||
|
|
||||||
|
-> Setup
|
||||||
|
* (use <Lib>/proj/<proj> func)
|
||||||
|
* SMB/NFS LiveSys export
|
||||||
|
* TFTP (Boot Menue; Boot Loader; Kernel&Initrd)
|
||||||
|
|
||||||
|
-> Deinstall
|
||||||
|
* RM TFTP-Root
|
||||||
|
* RM SMB/NFS LiveSys export
|
||||||
|
* del DHCP Relay conf
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Jobs
|
||||||
|
* Read Confs -> get time interfall I
|
||||||
|
* Exec remaster <Conf> for I
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Web
|
||||||
|
|
||||||
|
show/edit #Configs
|
||||||
|
|
||||||
|
show (+live) #Logs
|
||||||
|
|
||||||
|
start/stop/plan #Jobs
|
||||||
|
|
||||||
|
start/stop/edit #PXE menue
|
||||||
|
* default
|
||||||
|
* all / single / none
|
||||||
|
* live view new clients
|
12
doc/buid_vars.md
Normal file
12
doc/buid_vars.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
variablen, welche um zu funktionieren mit statischen pfaden
|
||||||
|
ausgetauscht werden müssen:
|
||||||
|
|
||||||
|
remaster.sh
|
||||||
|
* <ROOTDIR>
|
||||||
|
-(install)> ""
|
||||||
|
-(debug)> 'pwd'/build
|
||||||
|
|
||||||
|
remaster.sh; <LIBDIR>/*/*;
|
||||||
|
* <LIBDIR>
|
||||||
|
-(install)> /usr/lib/remaster
|
||||||
|
-(debug)> 'pwd'/build/usr/lib/remaster
|
BIN
doc/check_config/live-system-files.pdf
Normal file
BIN
doc/check_config/live-system-files.pdf
Normal file
Binary file not shown.
BIN
doc/check_config/live-system-files.stg
Normal file
BIN
doc/check_config/live-system-files.stg
Normal file
Binary file not shown.
19
doc/draft_mod-pronects
Normal file
19
doc/draft_mod-pronects
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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:~$
|
||||||
|
|
13
doc/lib-head+tail
Normal file
13
doc/lib-head+tail
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#<function> [param]
|
||||||
|
function <function>() {
|
||||||
|
#Code of <function>
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
<function> $@
|
||||||
|
}
|
2
doc/notes
Normal file
2
doc/notes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
initrd:
|
||||||
|
https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina
|
8
doc/proj-head
Executable file
8
doc/proj-head
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#<PROJECT_NAME>
|
||||||
|
#<project_relation>
|
||||||
|
source <LIBDIR>/proj/<BASE>
|
||||||
|
project_relation="<PROJECT_NAME> $project_relation"
|
7
doc/source_var/doja.sh
Executable file
7
doc/source_var/doja.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo doja loadet
|
||||||
|
|
||||||
|
function ja() {
|
||||||
|
echo ja
|
||||||
|
}
|
11
doc/source_var/main.sh
Executable file
11
doc/source_var/main.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo try to import functions of script "$1"
|
||||||
|
|
||||||
|
export "mod=$1"
|
||||||
|
|
||||||
|
[[ -s "$mod" ]] && source "$mod"
|
||||||
|
|
||||||
|
|
||||||
|
ja
|
||||||
|
[ "$?" != "0" ] && echo use $0 with doja.sh next time ;)
|
1768
remaster.sh
1768
remaster.sh
File diff suppressed because it is too large
Load Diff
12
script/add_function.sh
Executable file
12
script/add_function.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
#check param
|
||||||
|
[ -z "$1" ] && { echo "$0 [name]"; exit 1; }
|
||||||
|
name="$1"
|
||||||
|
|
||||||
|
#gen function
|
||||||
|
cp "doc/lib-head+tail" "src/func/$name"
|
||||||
|
sed -i "s/<function>/$name/g" "src/func/$name"
|
||||||
|
|
||||||
|
#open
|
||||||
|
editor "src/func/$name"
|
34
script/add_project.sh
Executable file
34
script/add_project.sh
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
#check param
|
||||||
|
[ -z "$1" ] && { echo "$0 \"name\" [base]"; exit 1; }
|
||||||
|
name="$1"
|
||||||
|
base="$2"
|
||||||
|
|
||||||
|
#gen project
|
||||||
|
cp "doc/proj-head" "src/proj/$name"
|
||||||
|
|
||||||
|
#set base_relations
|
||||||
|
if [ -z "$base" ]; then
|
||||||
|
base_relations="base"
|
||||||
|
base="base"
|
||||||
|
sed -i "/project_relation=/c\project_relation=\"<PROJECT_NAME>\"" "src/proj/$name"
|
||||||
|
else
|
||||||
|
[ -f "src/proj/$base" ] || {
|
||||||
|
echo "BASE: $base dont exist"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
#get base of $base
|
||||||
|
base_base=`grep '# . ->' src/proj/$base`
|
||||||
|
base_relations=`echo $base_base | sed "s/#\ \./$base/g"`
|
||||||
|
fi
|
||||||
|
|
||||||
|
## replace strings
|
||||||
|
# . -> <PROJECT_PARENT> -> base
|
||||||
|
sed -i "s/<project_relation>/\ \.\ ->\ $base_relations/g" "src/proj/$name"
|
||||||
|
#<PROJECT_NAME>
|
||||||
|
sed -i "s/<PROJECT_NAME>/$name/g" "src/proj/$name"
|
||||||
|
sed -i "s/<BASE>/$base/g" "src/proj/$name"
|
||||||
|
|
||||||
|
#open
|
||||||
|
editor "src/proj/$name"
|
3
script/get_version.sh
Executable file
3
script/get_version.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
grep '@version ' src/remaster.sh | cut -d " " -f 2
|
26
script/set_version.sh
Executable file
26
script/set_version.sh
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
version=$1
|
||||||
|
date=`date +%Y-%m-%d`
|
||||||
|
|
||||||
|
[ -e "src/remaster.sh" ] && {
|
||||||
|
|
||||||
|
version_sed=`echo $version | sed 's/\./\\./g'`
|
||||||
|
|
||||||
|
#nummer
|
||||||
|
sed -i "/#@version\ /c\#@version\ $version_sed" src/remaster.sh
|
||||||
|
|
||||||
|
#datum
|
||||||
|
sed -i "/#@date\ /c\#@date\ $date" src/remaster.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
[ -e "changes/remaster.md" ] && {
|
||||||
|
|
||||||
|
echo >> changes/remaster.md
|
||||||
|
echo $date - $version >> changes/remaster.md
|
||||||
|
editor changes/remaster.md
|
||||||
|
}
|
||||||
|
|
||||||
|
[ -f "DEBIAN/control" ] && {
|
||||||
|
sed -i "/Version:\ /c\Version:\ $version_sed" "DEBIAN/control"
|
||||||
|
}
|
39
src/config.sample.cfg
Normal file
39
src/config.sample.cfg
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
|
||||||
|
#########################################################
|
||||||
|
## sample-config rename it to config.cfg after changes ##
|
||||||
|
#########################################################
|
||||||
|
|
||||||
|
## Quelle der Project CD/DVD
|
||||||
|
iso_source="/data/local/Desinfect_Remaster/tmp/desinfect-2017.iso"
|
||||||
|
|
||||||
|
## Pfad zum gepakten Live System
|
||||||
|
## (kann anstat einer ISO auch als Quelle dienen, dann aber auch zwingend als Ziel)
|
||||||
|
# squashfs_path="/data/local/Desinfect_Remaster/tmp/filesystem.squashfs"
|
||||||
|
|
||||||
|
## Ziel, Lable der zu erstellenden CD/DVD
|
||||||
|
iso_aim="/data/local/Desinfect_Remaster/tmp/custom_desinfect_<date>.iso"
|
||||||
|
iso_lable="DESINFECT_<date>"
|
||||||
|
|
||||||
|
|
||||||
|
## Netzwerk Sinstellungen
|
||||||
|
## Proxy:
|
||||||
|
# proxy_host="10.40.8.108"
|
||||||
|
# proxy_port="8080"
|
||||||
|
domain="fritz.box"
|
||||||
|
nameserver="10.40.255.254"
|
||||||
|
|
||||||
|
## Project / Distro
|
||||||
|
## Aktuell unterstützt: debian; ubuntu; ubuntu.14.04; ubuntu.16.04; desinfect.17
|
||||||
|
project="desinfect.17"
|
||||||
|
|
||||||
|
## LOG Einstellungen
|
||||||
|
## log_file ist optionall
|
||||||
|
log_file="/data/local/Desinfect_Remaster/tmp/logs/<date>.log"
|
||||||
|
## Senden mit sendmail einen Report
|
||||||
|
# log_mail_source="desinfect@email.clocal"
|
||||||
|
# log_mail_smtp="smtp.mail.local:25"
|
||||||
|
# log_mail_aim="6543@email.clocal"
|
||||||
|
# log_mail_subject="Desinfect_Remaster"
|
||||||
|
|
||||||
|
#Sonstiges
|
||||||
|
tools_list="xrdp clamav nano htop nmon iftop tmux dsniff nmap openssh-server tightvncserver rsync e2fsprogs foremost gddrescue recoverjpeg safecopy sleuthkit testdisk arp-scan"
|
20
src/func/check_dependency
Executable file
20
src/func/check_dependency
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#check_dependency
|
||||||
|
# -> 0 | -> 16
|
||||||
|
function check_dependency() {
|
||||||
|
for packet in squashfs-tools xorriso wget sed sendemail; do
|
||||||
|
[ "`dpkg -l $packet 2>&1`" == "dpkg-query: Kein Paket gefunden, das auf $packet passt" ] && {
|
||||||
|
echo "### ERROR ### Packet $packet not installed"
|
||||||
|
return 16
|
||||||
|
}
|
||||||
|
done
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
check_dependency $@
|
||||||
|
}
|
17
src/func/check_update
Executable file
17
src/func/check_update
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#check_update
|
||||||
|
function check_update() {
|
||||||
|
if curl https://raw.githubusercontent.com/6543/remaster/master/changes/remaster.md | diff - <(zcat <ROOTDIR>/usr/share/doc/remaster/changelog.gz ); then
|
||||||
|
echo 'INFO: Programm Aktuell'
|
||||||
|
else
|
||||||
|
echo 'WARNUNG: Ausgeführte Version entspricht nicht dem offiziellen Release'
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
check_update
|
||||||
|
}
|
20
src/func/check_url
Normal file
20
src/func/check_url
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#check_url [URL]
|
||||||
|
function check_url() {
|
||||||
|
URL="$1"
|
||||||
|
if [[ `wget -S --spider "$URL" 2>&1 | grep 'HTTP/1.1 200 OK'` ]]; then
|
||||||
|
echo "true"
|
||||||
|
return 0
|
||||||
|
else
|
||||||
|
echo "false"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
check_url $@
|
||||||
|
}
|
17
src/func/check_user
Executable file
17
src/func/check_user
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#check_user
|
||||||
|
function check_user() {
|
||||||
|
#check root
|
||||||
|
[ "`whoami`" == "root" ] || {
|
||||||
|
echo "### ERROR ### Remaster need ROOT permision!"
|
||||||
|
return 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
check_user $@
|
||||||
|
}
|
22
src/func/chroot_clean
Executable file
22
src/func/chroot_clean
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#chroot_clean [chroot_dir]
|
||||||
|
function chroot_clean() {
|
||||||
|
echo "clean chroot ... "
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get clean"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "rm -r /var/cache/apt/*"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get update"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get check"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
chroot_clean $@
|
||||||
|
}
|
31
src/func/chroot_initial
Executable file
31
src/func/chroot_initial
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#chroot_initial [chroot_dir]
|
||||||
|
function chroot_initial() {
|
||||||
|
echo -n "initial chroot ... "
|
||||||
|
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_initial: chroot directory not exist"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
#mount virus definitions
|
||||||
|
mount -t tmpfs tmpfs "$chroot_dir/tmp"
|
||||||
|
mount -t tmpfs tmpfs "$chroot_dir/root"
|
||||||
|
mount --bind /dev "$chroot_dir/dev"
|
||||||
|
mount --bind /proc "$chroot_dir/proc"
|
||||||
|
|
||||||
|
rm "$chroot_dir/etc/resolv.conf"
|
||||||
|
cp "/etc/resolv.conf" "$chroot_dir/etc/resolv.conf"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
chroot_initial $@
|
||||||
|
}
|
22
src/func/chroot_is_mounted
Executable file
22
src/func/chroot_is_mounted
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#chroot_is_mounted [chroot_dir]
|
||||||
|
#(Boolean)-> true | false
|
||||||
|
function chroot_is_mounted() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
if [ "`mount | grep "$1"`" != "" ] ; then
|
||||||
|
#ther is smething mounted
|
||||||
|
echo "true"
|
||||||
|
else
|
||||||
|
#nothing mounted
|
||||||
|
echo "false"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
chroot_is_mounted $@
|
||||||
|
}
|
29
src/func/chroot_sh
Executable file
29
src/func/chroot_sh
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#chroot_sh [chroot_dir] [command]
|
||||||
|
function chroot_sh() {
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_sh: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
command="$2"
|
||||||
|
|
||||||
|
[ -f "$chroot_dir/tmp/env.sh" ] || {
|
||||||
|
#if not exist create environment skript
|
||||||
|
cat "$chroot_dir/etc/environment" | grep -v "#" | grep "=" > "$chroot_dir/tmp/env"
|
||||||
|
while read line; do echo export $line; done < "$chroot_dir/tmp/env" > "$chroot_dir/tmp/env.sh"
|
||||||
|
chmod +x "$chroot_dir/tmp/env.sh" && rm "$chroot_dir/tmp/env"
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash --login -c ". /tmp/env.sh; $command"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
chroot_sh $@
|
||||||
|
}
|
31
src/func/chroot_umount
Executable file
31
src/func/chroot_umount
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#chroot_umount [chroot_dir]
|
||||||
|
function chroot_umount() {
|
||||||
|
echo -n "unmount chroot ... "
|
||||||
|
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_umount: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
for d in "$chroot_dir/tmp" "$chroot_dir/root" "$chroot_dir/proc" "$chroot_dir/dev" ; do
|
||||||
|
umount $d
|
||||||
|
retval=$?
|
||||||
|
[ "$retval" -gt 0 ] && {
|
||||||
|
echo "### ERROR ### chroot_umount: can't umount \"$d\"!"
|
||||||
|
return 21
|
||||||
|
}
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
chroot_umount $@
|
||||||
|
}
|
69
src/func/config_build
Normal file
69
src/func/config_build
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#config_build jobfile configenv
|
||||||
|
function config_build() {
|
||||||
|
config_file="$1"
|
||||||
|
config_env="$2"
|
||||||
|
|
||||||
|
echo "### S e t t i n g s ###"
|
||||||
|
|
||||||
|
[ -f "$config_file" ] || {
|
||||||
|
echo "Config: wrong path for jobfile"
|
||||||
|
exit 3
|
||||||
|
}
|
||||||
|
[ -f "$config_env" ] || {
|
||||||
|
echo "Config: wrong path for config enviroment"
|
||||||
|
exit 3
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
##load project
|
||||||
|
export "`cat "$config_file" | grep ^[^#] | grep ^project= | cut -d "#" -f 1 | tr -d '"'`"
|
||||||
|
|
||||||
|
#check if project template exist
|
||||||
|
[ -f "<LIBDIR>/proj/$project" ] || {
|
||||||
|
echo "No Project \"$project\" is not supported"
|
||||||
|
return 3
|
||||||
|
}
|
||||||
|
# loard project
|
||||||
|
source "<LIBDIR>/proj/$project"
|
||||||
|
|
||||||
|
echo; echo #space
|
||||||
|
|
||||||
|
cat "$config_file" | grep ^[^#] | cut -d "#" -f 1 | grep '=' | while read line; do
|
||||||
|
#read each var line
|
||||||
|
config_key=`echo $line | cut -d "=" -f 1`
|
||||||
|
config_value=`echo $line | cut -d "=" -f 2 | tr -d '"'`
|
||||||
|
config_corect="false"
|
||||||
|
|
||||||
|
#check if this is a alowed config key
|
||||||
|
for i in $config_keys; do
|
||||||
|
[ "$i" == "$config_key" ] && config_corect="true"
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ "$config_corect" == "true" ]; then
|
||||||
|
#load config key
|
||||||
|
|
||||||
|
#replace value strings
|
||||||
|
config_value="${config_value/<date>/`date '+%Y-%m-%d'`}"
|
||||||
|
config_value="${config_value/<time>/`date '+%H:%M:%S'`}"
|
||||||
|
onfig_value="${config_value/<DATE>/`date '+%Y-%m-%d'`}"
|
||||||
|
config_value="${config_value/<TIME>/`date '+%H:%M:%S'`}"
|
||||||
|
|
||||||
|
#save seting in environment var
|
||||||
|
echo "$config_key='$config_value'" | tee $config_env
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "WARNUNG: $config_key is an inconrect setting. This will be ignored"
|
||||||
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
config_build $@
|
||||||
|
}
|
55
src/func/config_check
Executable file
55
src/func/config_check
Executable file
@ -0,0 +1,55 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#config_check
|
||||||
|
function config_check() {
|
||||||
|
|
||||||
|
#Project
|
||||||
|
[ -f "<LIBDIR>/proj/$project" ] || {
|
||||||
|
echo "No Project \"$project\" is not supported"
|
||||||
|
return 3
|
||||||
|
}
|
||||||
|
|
||||||
|
#live-system files
|
||||||
|
if [ -f "$iso_source" ]; then
|
||||||
|
if [ -n "$iso_aim" ] && [ -d "${iso_aim%/*}" ]; then
|
||||||
|
#Lable
|
||||||
|
[ -z "$iso_lable" ] && iso_lable="$project"
|
||||||
|
|
||||||
|
echo 'iso_source -> iso_aim'
|
||||||
|
echo 'iso_source -> squashfs [optinal]'
|
||||||
|
else
|
||||||
|
if [ -n "$squashfs_path" ] && [ -d "${squashfs_path%/*}" ]; then
|
||||||
|
echo 'iso_source -> squashfs'
|
||||||
|
else
|
||||||
|
# ERROR
|
||||||
|
echo "Settings: No corect AIM"
|
||||||
|
return 3
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
if [ -f "$squashfs_path" ]; then
|
||||||
|
if [ -n "$iso_aim" ]; then
|
||||||
|
# ERROR
|
||||||
|
echo "Settings: only Squashfs source in Settings, cant creat ISO"
|
||||||
|
return 3
|
||||||
|
else
|
||||||
|
echo 'squashfs -> squashfs'
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
# ERROR
|
||||||
|
echo "Settings: No corect Source"
|
||||||
|
return 3
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
config_check $@
|
||||||
|
}
|
68
src/func/error_code
Executable file
68
src/func/error_code
Executable file
@ -0,0 +1,68 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#error_code [error_level]
|
||||||
|
function error_code() {
|
||||||
|
code="$1"
|
||||||
|
case $code in
|
||||||
|
"")
|
||||||
|
echo $'ID:\tDescription\n----------------------------------------------------\n1\tAllgemeiner Fehler\n2\tNo Paramters / wrong parameters'
|
||||||
|
echo $'3\tWrong Settings\n4\tProgramm missing\n\n10\tno root\n11\tfile no found\n12\tdir not found\n13\tcant create/delete file/dir'
|
||||||
|
echo $'14\tcorrupt file (unsquashfs, mount iso, ...)\n15\twrong file (iso has no squashfs-file ...)\n16\trequired Packet not found\n\n20\tmount error\n21\tunmoun error\n22\twrong filesystem'
|
||||||
|
;;
|
||||||
|
1)
|
||||||
|
echo "Allgemeiner Fehler"
|
||||||
|
;;
|
||||||
|
2)
|
||||||
|
echo "No Paramters / wrong parameters"
|
||||||
|
;;
|
||||||
|
3)
|
||||||
|
echo "Wrong Settings"
|
||||||
|
;;
|
||||||
|
4)
|
||||||
|
echo "Programm missing"
|
||||||
|
;;
|
||||||
|
10)
|
||||||
|
echo "not executed as Root"
|
||||||
|
;;
|
||||||
|
11)
|
||||||
|
echo "file no found"
|
||||||
|
;;
|
||||||
|
12)
|
||||||
|
echo "dir not found"
|
||||||
|
;;
|
||||||
|
13)
|
||||||
|
echo "cant create/delete file/dir"
|
||||||
|
;;
|
||||||
|
14)
|
||||||
|
echo "corrupt file (unsquashfs, mount iso, ...)"
|
||||||
|
;;
|
||||||
|
15)
|
||||||
|
echo "wrong file (iso has no squashfs-file ...)"
|
||||||
|
;;
|
||||||
|
16)
|
||||||
|
echo "required Packet not found"
|
||||||
|
;;
|
||||||
|
20)
|
||||||
|
echo "tmount error"
|
||||||
|
;;
|
||||||
|
21)
|
||||||
|
echo "unmoun error"
|
||||||
|
;;
|
||||||
|
22)
|
||||||
|
echo "wrong filesystem"
|
||||||
|
;;
|
||||||
|
all)
|
||||||
|
error_code
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo $'No Defined Error Code.\nPerhaps an Error ocure on a Command wich was started by this Skritp.'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
error_code $@
|
||||||
|
}
|
51
src/func/filesystem_extract
Executable file
51
src/func/filesystem_extract
Executable file
@ -0,0 +1,51 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#dependency
|
||||||
|
source <LIBDIR>/func/filesystem_get_type
|
||||||
|
|
||||||
|
#filesystem_extract [filesystem_img_source] [chroot_path]
|
||||||
|
function filesystem_extract() {
|
||||||
|
echo "extract filesystem ..."
|
||||||
|
|
||||||
|
#$1 = filesystem_img_source
|
||||||
|
#$2 = chroot_path
|
||||||
|
filesystem_img_source="$1"
|
||||||
|
chroot_path="$2"
|
||||||
|
filesystem_log="`mktemp`"
|
||||||
|
|
||||||
|
#Überfrüfen der Parameter
|
||||||
|
[ -f "$filesystem_img_source" ] || {
|
||||||
|
echo "### ERROR ### filesystem_extract: squashfs \"$filesystem_img_source\" not exist!"
|
||||||
|
return 11
|
||||||
|
}
|
||||||
|
|
||||||
|
[ "`mkdir -p "$chroot_path"`" != "" ] && {
|
||||||
|
echo "### ERROR ### filesystem_extract: chroot_path \"$chroot_path\" can't create!"
|
||||||
|
return 13
|
||||||
|
}
|
||||||
|
|
||||||
|
[ "`filesystem_get_type $chroot_path`" != "ext4" ] && [ "`filesystem_get_type $chroot_path`" != "btrfs" ] && {
|
||||||
|
echo "### ERROR ### filesystem_extract: wrong filesystem (`filesystem_get_type $chroot_path`)!"
|
||||||
|
return 22
|
||||||
|
}
|
||||||
|
|
||||||
|
rm -r "$chroot_path"
|
||||||
|
|
||||||
|
#eigendliches entpacken
|
||||||
|
unsquashfs -d "$chroot_path" "$filesystem_img_source" > "$filesystem_log" || {
|
||||||
|
echo "### ERROR ### filesystem_extract: unsquashfs failed!"
|
||||||
|
return 14
|
||||||
|
}
|
||||||
|
|
||||||
|
grep -v "\[" "$filesystem_log"
|
||||||
|
rm "$filesystem_log"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
filesystem_extract $@
|
||||||
|
}
|
15
src/func/filesystem_get_type
Executable file
15
src/func/filesystem_get_type
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#filesystem_get_type [dir]
|
||||||
|
#(String)-> ext4, ext2, btfs, fuse, ...
|
||||||
|
function filesystem_get_type() {
|
||||||
|
fs_aTemp=(`df -T "$1"`)
|
||||||
|
echo ${fs_aTemp[9]}
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
filesystem_get_type $@
|
||||||
|
}
|
37
src/func/filesystem_pack
Executable file
37
src/func/filesystem_pack
Executable file
@ -0,0 +1,37 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#filesystem_pack [chroot_path] [filesystem_img_destination]
|
||||||
|
function filesystem_pack() {
|
||||||
|
echo "pack filesystem ..."
|
||||||
|
|
||||||
|
#$1 = chroot_path
|
||||||
|
#$2 = filesystem_img_destination
|
||||||
|
chroot_path="$1"
|
||||||
|
filesystem_img_destination="$2"
|
||||||
|
filesystem_log="`mktemp`"
|
||||||
|
|
||||||
|
#Überfrüfen der Parameter
|
||||||
|
[ -d "$chroot_path" ] || {
|
||||||
|
echo "### ERROR ### filesystem_extract: chroot_path \"$chroot_path\" not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
#loslegen ...
|
||||||
|
rm -f "$filesystem_img_destination"
|
||||||
|
mksquashfs "$chroot_path" "$filesystem_img_destination" > "$filesystem_log" || {
|
||||||
|
echo "### ERROR ### filesystem_pack: mksquashfs failed!"
|
||||||
|
return 13
|
||||||
|
}
|
||||||
|
|
||||||
|
grep -v "\[" "$filesystem_log"
|
||||||
|
rm "$filesystem_log"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
filesystem_pack $@
|
||||||
|
}
|
31
src/func/iso_create
Executable file
31
src/func/iso_create
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#iso_create [chroot_path] [iso_extr_dir] [iso_destination] [iso_lable]
|
||||||
|
function iso_create() {
|
||||||
|
echo -n "create iso ..."
|
||||||
|
|
||||||
|
chroot_path="$1"
|
||||||
|
iso_extr_dir="$2"
|
||||||
|
iso_destination="$3"
|
||||||
|
iso_lable="$4"
|
||||||
|
|
||||||
|
[ -e "$iso_destination" ] && rm "$iso_destination"
|
||||||
|
|
||||||
|
xorriso -as mkisofs -graft-points -c isolinux/boot.cat -b isolinux/isolinux.bin \
|
||||||
|
-no-emul-boot -boot-info-table -boot-load-size 4 -isohybrid-mbr \
|
||||||
|
"$iso_extr_dir/isolinux/isolinux.bin" \
|
||||||
|
-eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot \
|
||||||
|
-isohybrid-gpt-basdat -V "$iso_lable" \
|
||||||
|
-o "$iso_destination" \
|
||||||
|
-r -J "$iso_extr_dir" \
|
||||||
|
--sort-weight 0 / --sort-weight 2 /boot --sort-weight 1 /isolinux
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
iso_create $@
|
||||||
|
}
|
61
src/func/iso_extract
Executable file
61
src/func/iso_extract
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#iso_extract [iso_source] [iso_extr_dir]
|
||||||
|
function iso_extract() {
|
||||||
|
echo -n "extract iso ... "
|
||||||
|
|
||||||
|
#$1 = iso_source
|
||||||
|
#$2 = iso_extr_dir
|
||||||
|
|
||||||
|
#check root
|
||||||
|
[ "`whoami`" == "root" ] || {
|
||||||
|
echo "### ERROR ### iso_extract: need root permision!"
|
||||||
|
return 10
|
||||||
|
}
|
||||||
|
|
||||||
|
iso_extr_dir="$2"
|
||||||
|
[ -d "$iso_extr_dir" ] || {
|
||||||
|
echo "### ERROR ### iso_extract: aim directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
iso_source="$1"
|
||||||
|
[ -f "$iso_source" ] || {
|
||||||
|
#if it is an url...
|
||||||
|
if [ "`check_url $iso_source`" == "true" ]; then
|
||||||
|
#dl to tmp + set iso_source
|
||||||
|
iso_tmp="`mktemp --suffix=.iso`"; rm "$iso_tmp"
|
||||||
|
wget -O "$iso_tmp" "$iso_source"
|
||||||
|
else
|
||||||
|
echo "### ERROR ### iso_extract: ISO \"$iso_source\" not exist!"
|
||||||
|
return 11
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#mace tmp mountpoint
|
||||||
|
tmpdir="`mktemp -d`"
|
||||||
|
[ -d "$iso_extr_dir" ] && {
|
||||||
|
rm -r "$iso_extr_dir/"
|
||||||
|
mkdir "$iso_extr_dir"
|
||||||
|
}
|
||||||
|
|
||||||
|
#copy files ...
|
||||||
|
mount -o loop,ro "$iso_source" "$tmpdir"
|
||||||
|
cp -f -r "$tmpdir/"* "$iso_extr_dir"
|
||||||
|
|
||||||
|
#clear tmp mountpoint
|
||||||
|
umount "$iso_source"
|
||||||
|
rm -r "$tmpdir"
|
||||||
|
[ -n "$iso_tmp" ] && rm "$iso_tmp"
|
||||||
|
tmpdir=
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
iso_extract $@
|
||||||
|
}
|
37
src/func/on_exit
Executable file
37
src/func/on_exit
Executable file
@ -0,0 +1,37 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#on_exit [error_level]
|
||||||
|
function on_exit() {
|
||||||
|
### send mail
|
||||||
|
[ -n "$log_mail_aim" ] && {
|
||||||
|
#send log and errorlevel[success/errorr xy]
|
||||||
|
if [ "$1" != "0" ]; then
|
||||||
|
log_mail_subject="$log_mail_subject [ERROR]"
|
||||||
|
else
|
||||||
|
log_mail_subject="$log_mail_subject [Success]"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Mail Body:
|
||||||
|
for mail_aim in `echo "$log_mail_aim" | tr "," " "`; do
|
||||||
|
{
|
||||||
|
echo "$log_mail_subject"
|
||||||
|
echo $'####################################################################################\n\n'
|
||||||
|
cat "$log_file"
|
||||||
|
} | sendemail -s "$log_mail_smtp" -f "$log_mail_source" -t "$mail_aim" -u "$log_mail_subject" -o tls=no
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
### clean up
|
||||||
|
[ "$1" != "0" ] && {
|
||||||
|
chroot_umount$distro "$chroot_path" 2> /dev/null
|
||||||
|
workspace_erase "$iso_extr_dir/" "$chroot_path/" 2> /dev/null
|
||||||
|
}
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
on_exit $@
|
||||||
|
}
|
19
src/func/workspace_erase
Executable file
19
src/func/workspace_erase
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#workspace_erase [workspace_path]
|
||||||
|
function workspace_erase() {
|
||||||
|
echo -n "erase workspace ... "
|
||||||
|
|
||||||
|
for dir in "$@"; do
|
||||||
|
[ -d "$dir" ] && rm -r -f "$dir"
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
workspace_erase $@
|
||||||
|
}
|
16
src/mods/xrdp
Executable file
16
src/mods/xrdp
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## ...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#this func is standalone executable
|
||||||
|
[ -n "$1" ] && {
|
||||||
|
xrdp $@
|
||||||
|
}
|
38
src/proj/base
Executable file
38
src/proj/base
Executable file
@ -0,0 +1,38 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
##################
|
||||||
|
##### B a s e ####
|
||||||
|
##################
|
||||||
|
# .
|
||||||
|
|
||||||
|
# Enviroment
|
||||||
|
project_relation=""
|
||||||
|
[ -z "$project" ] && project=base
|
||||||
|
config_keys="iso_source iso_aim iso_lable squashfs_path proxy_host proxy_port domain nameserver project log_file log_mail_source log_mail_smtp log_mail_aim log_mail_subject tools_list"
|
||||||
|
|
||||||
|
|
||||||
|
#tools_add [chroot_dir] [tools_list]
|
||||||
|
function tools_add() {
|
||||||
|
echo "$project: tools_add ot available"
|
||||||
|
}
|
||||||
|
|
||||||
|
#os_update [chroot_dir]
|
||||||
|
function os_update() {
|
||||||
|
echo "$project: os_update ot available"
|
||||||
|
}
|
||||||
|
|
||||||
|
#proxy_enable [chroot_dir] [proxy_host] [proxy_port]
|
||||||
|
function proxy_enable() {
|
||||||
|
echo "$project: proxy_enable ot available"
|
||||||
|
}
|
||||||
|
|
||||||
|
#dns_set [chroot_dir] [domain] [nameserver]
|
||||||
|
function dns_set() {
|
||||||
|
echo "$project: dns_set ot available"
|
||||||
|
}
|
||||||
|
|
||||||
|
function project_mods() {
|
||||||
|
echo "$project: project_mods ot available"
|
||||||
|
}
|
98
src/proj/debian
Executable file
98
src/proj/debian
Executable file
@ -0,0 +1,98 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
source <LIBDIR>/proj/base
|
||||||
|
#debian
|
||||||
|
# . -> base
|
||||||
|
project_relation="debian"
|
||||||
|
|
||||||
|
####################################
|
||||||
|
##### Base Template D E B I A N ####
|
||||||
|
####################################
|
||||||
|
|
||||||
|
|
||||||
|
#tools_add [chroot_dir] [tools_list]
|
||||||
|
function tools_add-debian() {
|
||||||
|
echo "add tools ... "
|
||||||
|
#$1 = chroot directory
|
||||||
|
chroot_dir="$1"
|
||||||
|
tools_list="$2"
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get update" > /dev/null
|
||||||
|
[ "$?" == "0" ] && echo "apt-get update: success"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get install -y $tools_list" | grep -v "wird eingerichtet ..." | grep -v "Vormals nicht ausgewähltes Paket" | grep -v "Entpacken von" | grep -v "Holen: " | grep -v "Trigger für" | grep -v "update-alternatives:"
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function tools_add() { tools_add-debian $@; }
|
||||||
|
|
||||||
|
#os_update [chroot_dir]
|
||||||
|
function os_update-debian() {
|
||||||
|
echo "updating os ... "
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get update" > /dev/null
|
||||||
|
[ "$?" == "0" ] && echo "apt-get update: success"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get dist-upgrade -y" | grep -v "wird eingerichtet ..." | grep -v "Vormals nicht ausgewähltes Paket" | grep -v "Entpacken von" | grep -v "Holen: " | grep -v "Trigger für" | grep -v "update-alternatives:"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "apt-get clean"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function os_update() { os_update-debian $@; }
|
||||||
|
|
||||||
|
#proxy_enable [chroot_dir] [proxy_host] [proxy_port]
|
||||||
|
function proxy_enable-debian() {
|
||||||
|
echo -n "enable proxy ... "
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
proxy_host="$2"
|
||||||
|
proxy_port="$3"
|
||||||
|
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_umount_desinfect: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
#Wenn alle zwei Parameter gegeben
|
||||||
|
if [ "$proxy_host" != "" ] && [ "$proxy_port" != "" ] ; then
|
||||||
|
echo "http_proxy=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
echo "https_proxy=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
echo "ftp_proxy=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
|
||||||
|
echo "HTTP_PROXY=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
echo "HTTPS_PROXY=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
echo "FTP_PROXY=\"http://$proxy_host:$proxy_port\"" >> $chroot_dir/etc/environment
|
||||||
|
|
||||||
|
echo "Acquire::http::Proxy \"http://$proxy_host:$proxy_port\"\;" > $chroot_dir/etc/apt/apt.conf.d/90proxy
|
||||||
|
echo "Acquire::ftp::Proxy \"ftp://$proxy_host:$proxy_port\"\;" >> $chroot_dir/etc/apt/apt.conf.d/90proxy
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
else
|
||||||
|
if [ "$proxy_host" == "" ] && [ "$proxy_port" == "" ] ; then
|
||||||
|
echo "done"
|
||||||
|
else
|
||||||
|
echo "### ERROR ### proxy_enable: wrong parameters! (\"$chroot_dir\"; \"$proxy_host\"; \"$proxy_port\")"
|
||||||
|
echo "proxy_enable [chroot_dir] [proxy_host] [proxy_port]"
|
||||||
|
return 2
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
function proxy_enable() { proxy_enable-debian $@; }
|
||||||
|
|
||||||
|
#dns_set [chroot_dir] [domain] [nameserver]
|
||||||
|
function dns_set-debian() {
|
||||||
|
echo -n "set dns config ... "
|
||||||
|
|
||||||
|
rm "$chroot_dir/etc/resolv.conf"
|
||||||
|
|
||||||
|
[ "$2" != "" ] && echo "domain $2" >> "$chroot_dir/etc/resolv.conf"
|
||||||
|
echo "search $2" >> "$chroot_dir/etc/resolv.conf"
|
||||||
|
for namesv in `echo "$3" | tr "," " "`; do
|
||||||
|
echo "nameserver $namesv" >> "$chroot_dir/etc/resolv.conf"
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function dns_set() { dns_set-debian $@; }
|
227
src/proj/desinfect.15
Executable file
227
src/proj/desinfect.15
Executable file
@ -0,0 +1,227 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#desinfect.15
|
||||||
|
# . -Y ubuntu.14.04 -> ubuntu -> debian
|
||||||
|
source <LIBDIR>/proj/ubuntu.14.04
|
||||||
|
project_relation="desinfect.15 $project_relation"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#iso_create-desinfect.15 [chroot_path] [iso_extr_dir] [iso_aim] [iso_lable]
|
||||||
|
function iso_create-desinfect.15() {
|
||||||
|
echo "prepere iso folder ... "
|
||||||
|
|
||||||
|
chroot_path="$1"
|
||||||
|
iso_extr_dir="$2"
|
||||||
|
iso_aim="$3"
|
||||||
|
iso_lable="$4"
|
||||||
|
|
||||||
|
#desinfect
|
||||||
|
rm "$iso_extr_dir/casper/initrd.lz"
|
||||||
|
wget http://www.heise.de/ct/projekte/desinfect/des15/initrd.lz -O "$iso_extr_dir/casper/initrd.lz"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
|
||||||
|
iso_create-debian "$chroot_path" "$iso_extr_dir" "$iso_aim" "$iso_lable"
|
||||||
|
}
|
||||||
|
function iso_create() { iso_create-desinfect.15 $@; }
|
||||||
|
|
||||||
|
#chroot_initial-desinfect.15 [chroot_dir]
|
||||||
|
function chroot_initial-desinfect.15() {
|
||||||
|
#$1 = chroot dir
|
||||||
|
|
||||||
|
chroot_initial-debian "$1"
|
||||||
|
|
||||||
|
echo -n "initial desinfect on chroot ... "
|
||||||
|
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_initial_desinfect: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
#mount virus definitions
|
||||||
|
#bitdefender
|
||||||
|
mount --bind $chroot_dir/opt/BitDefender-scanner/var/lib/scan{.orig,}
|
||||||
|
mount --bind $chroot_dir/var/kl/bases_rd{.orig,}
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function iso_create() { iso_create-desinfect.15 $@; }
|
||||||
|
|
||||||
|
#chroot_umount-desinfect.15 [chroot_dir]
|
||||||
|
function chroot_umount-desinfect.15() {
|
||||||
|
#call main mount
|
||||||
|
chroot_umount-debian "$1"
|
||||||
|
|
||||||
|
echo -n "unmount desinfect on chroot ... "
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_umount_desinfect: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
for d in "$chroot_dir/opt/BitDefender-scanner/var/lib/scan" "$chroot_dir/var/kl/bases_rd" ; do
|
||||||
|
umount $d
|
||||||
|
retval=$?
|
||||||
|
[ "$retval" -gt 0 ] && {
|
||||||
|
echo "### ERROR ### chroot_umount_desinfect: can't umount \"$d\"!"
|
||||||
|
return 21
|
||||||
|
}
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function chroot_umount() { chroot_umount-desinfect.15 $@; }
|
||||||
|
|
||||||
|
#proxy_enable-desinfect.15 [chroot_dir] [proxy_host] [proxy_port]
|
||||||
|
function proxy_enable-desinfect.15() {
|
||||||
|
|
||||||
|
proxy_enable-debian $1 $2 $3
|
||||||
|
|
||||||
|
echo -n "enable proxy for desinfect's av ... "
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
proxy_host="$2"
|
||||||
|
proxy_port="$3"
|
||||||
|
|
||||||
|
#Avast AntiVirus
|
||||||
|
sed -i "s/--skip-master-file/--skip-master-file --proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
sed -i "s/--proxy-host=$proxy_host --proxy-port=$proxy_port --proxy-host=$proxy_host --proxy-port=$proxy_port/--proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
|
||||||
|
#BitDefender
|
||||||
|
echo "ProxyEnable = Yes" >> "$chroot_dir/etc/BitDefender-scanner/bdscan.conf"
|
||||||
|
echo "ProxyHost = $proxy_host:$proxy_port" >> "$chroot_dir/etc/BitDefender-scanner/bdscan.conf"
|
||||||
|
|
||||||
|
#Clam AV
|
||||||
|
echo "HTTPProxyServer $proxy_host" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
echo "HTTPProxyPort $proxy_port" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
|
||||||
|
#Kaspersky
|
||||||
|
sed -i "s/<tDWORD name=\"UseProxy\">0<\/tDWORD>/<tDWORD name=\"UseProxy\">1<\/tDWORD>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
sed -i "s/<tSTRING name=\"ProxyHost\"><\/tSTRING>/<tSTRING name=\"ProxyHost\">$proxy_host<\/tSTRING>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
sed -i "s/<tDWORD name=\"ProxyPort\"><\/tDWORD>/<tDWORD name=\"ProxyPort\">$proxy_port<\/tDWORD>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function proxy_enable() { proxy_enable-desinfect.15 $@; }
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_nomal2015 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_nomal2015() {
|
||||||
|
echo -n "build normal source.list ... "
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2015 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2015 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "# #### Ubuntu 14.04 (trusty) ####" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# ## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "# ## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "# deb http://extras.ubuntu.com/ubuntu trusty main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_extendet2015 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_extendet2015() {
|
||||||
|
echo -n "build extendet source.list ... "
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2015 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2015 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "#### Ubuntu 14.04 (trusty) ####" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "deb http://extras.ubuntu.com/ubuntu trusty main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#os_update-desinfect.15 [chroot_dir]
|
||||||
|
function os_update-desinfect.15() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
|
||||||
|
#call main os_update
|
||||||
|
os_update-debian "$chroot_dir"
|
||||||
|
|
||||||
|
echo "update virus definitions ... "
|
||||||
|
|
||||||
|
#BitDefender
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "bdscan --update" | grep -v "... updated"
|
||||||
|
|
||||||
|
#Avast Avira
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/AntiVirUpdate/avupdate" | grep -v " -> "
|
||||||
|
|
||||||
|
#Clam AV
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "freshclam" > /dev/null
|
||||||
|
rm -f "$chroot_dir/var/lib/clamav/daily.cld"
|
||||||
|
|
||||||
|
#Karspersky
|
||||||
|
echo '#!/bin/bash' > "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'PATH=/usr/lib/kl:$PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'LD_LIBRARY_PATH=/usr/lib/kl:$LD_LIBRARY_PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'KL_PLUGINS_PATH=/usr/lib/kl' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'export PATH LD_LIBRARY_PATH KL_PLUGINS_PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo '/usr/lib/kl/kav update' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
chmod +x "$chroot_dir/tmp/up_kasp"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/tmp/up_kasp" | grep -v ".kdc" | grep -v "File downloaded"
|
||||||
|
rm "$chroot_dir/tmp/up_kasp"
|
||||||
|
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function os_update() { os_update-desinfect.15 $@; }
|
||||||
|
|
||||||
|
#tools_add-desinfect.15 [chroot_dir] [tools_list]
|
||||||
|
function tools_add-desinfect.15() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
chroot_dir="$1"
|
||||||
|
tools_list="$2"
|
||||||
|
|
||||||
|
sourcelist_desinfect_set_extendet2015 "$chroot_dir"
|
||||||
|
tools_add-debian "$chroot_dir" "$tools_list"
|
||||||
|
sourcelist_desinfect_set_nomal2015 "$chroot_dir"
|
||||||
|
}
|
||||||
|
function tools_add() { tools_add-desinfect.15 $@; }
|
262
src/proj/desinfect.16
Executable file
262
src/proj/desinfect.16
Executable file
@ -0,0 +1,262 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#desinfect.16
|
||||||
|
# . -Y ubuntu.14.04 -> ubuntu -> debian
|
||||||
|
source <LIBDIR>/proj/ubuntu.14.04
|
||||||
|
project_relation="desinfect.16 $project_relation"
|
||||||
|
|
||||||
|
|
||||||
|
#chroot_initial-desinfect.16 [chroot_dir]
|
||||||
|
function chroot_initial-desinfect.16() {
|
||||||
|
#$1 = chroot dir
|
||||||
|
|
||||||
|
chroot_initial-debian "$1"
|
||||||
|
|
||||||
|
echo -n "initial desinfect on chroot ... "
|
||||||
|
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_initial_desinfect: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
#mount virus definitions
|
||||||
|
mount --bind $chroot_dir/var/kl/bases_rd{.orig,}
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function chroot_initial() { chroot_initial-desinfect.16 $@; }
|
||||||
|
|
||||||
|
#chroot_umount-desinfect.16 [chroot_dir]
|
||||||
|
function chroot_umount-desinfect.16() {
|
||||||
|
#call main mount
|
||||||
|
chroot_umount-debian "$1"
|
||||||
|
|
||||||
|
echo -n "unmount desinfect on chroot ... "
|
||||||
|
#check chroot dir
|
||||||
|
chroot_dir="$1"
|
||||||
|
[ -d "$chroot_dir" ] || {
|
||||||
|
echo "### ERROR ### chroot_umount_desinfect: chroot directory not exist!"
|
||||||
|
return 12
|
||||||
|
}
|
||||||
|
|
||||||
|
umount "$chroot_dir/var/kl/bases_rd"
|
||||||
|
[ "$?" -gt 0 ] && {
|
||||||
|
echo "### ERROR ### chroot_umount_desinfect: can't umount \"$chroot_dir/var/kl/bases_rd\"!"
|
||||||
|
#return 21
|
||||||
|
}
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function chroot_umount() { chroot_umount-desinfect.16 $@; }
|
||||||
|
|
||||||
|
#proxy_enable-desinfect.16 [chroot_dir] [proxy_host] [proxy_port]
|
||||||
|
function proxy_enable-desinfect.16() {
|
||||||
|
|
||||||
|
proxy_enable-debian $1 $2 $3
|
||||||
|
|
||||||
|
echo -n "enable proxy for desinfect's av ... "
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
proxy_host="$2"
|
||||||
|
proxy_port="$3"
|
||||||
|
tmp_file_344532="`mktemp`"
|
||||||
|
|
||||||
|
#Avast AntiVirus
|
||||||
|
sed -i "s/--skip-master-file/--skip-master-file --proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
sed -i "s/--proxy-host=$proxy_host --proxy-port=$proxy_port --proxy-host=$proxy_host --proxy-port=$proxy_port/--proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
|
||||||
|
#Clam AV
|
||||||
|
cat "$chroot_dir/etc/clamav/freshclam.conf" | grep -v "HTTPProxyServer" | grep -v "HTTPProxyPort" > "$tmp_file_344532"
|
||||||
|
rm "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
cp "$tmp_file_344532" "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
|
||||||
|
echo "HTTPProxyServer $proxy_host" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
echo "HTTPProxyPort $proxy_port" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
|
||||||
|
#Eset AV
|
||||||
|
cat "$chroot_dir/etc/opt/eset/esets/esets.cfg" | grep -v "proxy_addr" | grep -v "proxy_port" > "$tmp_file_344532"
|
||||||
|
rm "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
cp "$tmp_file_344532" "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
echo "proxy_addr = \"$proxy_host\"" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
echo "proxy_port = $proxy_port" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
#Kaspersky
|
||||||
|
sed -i "s/<tDWORD name=\"UseProxy\">0<\/tDWORD>/<tDWORD name=\"UseProxy\">1<\/tDWORD>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
sed -i "s/<tSTRING name=\"ProxyHost\"><\/tSTRING>/<tSTRING name=\"ProxyHost\">$proxy_host<\/tSTRING>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
sed -i "s/<tDWORD name=\"ProxyPort\"><\/tDWORD>/<tDWORD name=\"ProxyPort\">$proxy_port<\/tDWORD>/g" "$chroot_dir/etc/kl/config.xml"
|
||||||
|
|
||||||
|
rm "$tmp_file_344532"
|
||||||
|
tmp_file_344532=
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function proxy_enable() { proxy_enable-desinfect.16 $@; }
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_nomal2016 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_nomal2016() {
|
||||||
|
echo -n "build normal source.list ... "
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2016 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2016 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "# #### Ubuntu 14.04 (trusty) ####" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# ## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "# ## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "# deb http://extras.ubuntu.com/ubuntu trusty main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_extendet2016 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_extendet2016() {
|
||||||
|
echo -n "build extendet source.list ... "
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2016 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2016 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "#### Ubuntu 14.04 (trusty) ####" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "deb http://extras.ubuntu.com/ubuntu trusty main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#os_update-desinfect.16 [chroot_dir]
|
||||||
|
function os_update-desinfect.16() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
|
||||||
|
#call main os_update
|
||||||
|
os_update-debian "$chroot_dir"
|
||||||
|
|
||||||
|
echo "update virus definitions ... "
|
||||||
|
|
||||||
|
#Avast Avira
|
||||||
|
{
|
||||||
|
echo "Avira ..."
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/AntiVirUpdate/avupdate" | grep -v " -> "
|
||||||
|
echo "Avira done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Clam AV
|
||||||
|
{
|
||||||
|
echo "ClamAV..."
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "freshclam" > /dev/null
|
||||||
|
rm -f "$chroot_dir/var/lib/clamav/daily.cld"
|
||||||
|
echo "ClamAV done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Eset AV
|
||||||
|
{
|
||||||
|
echo "Eset AV ..."
|
||||||
|
tmp_file_23421="`mktemp`"
|
||||||
|
cat "$chroot_dir/etc/opt/eset/esets/esets.cfg" | grep -v "av_update_username" | grep -v "av_update_password" > "$tmp_file_23421"
|
||||||
|
cat "$tmp_file_23421" > "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/usr/bin/esetrand" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
echo "set timeout: 2min"
|
||||||
|
av_eaet_timeout=1200
|
||||||
|
tmp_var_3092="`chroot "$chroot_dir" /bin/bash -c "/opt/desinfect/conky_info.sh eset"`"
|
||||||
|
|
||||||
|
#eig. update routine
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/etc/init.d/esets restart"
|
||||||
|
sleep 2
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/opt/eset/esets/sbin/esets_daemon --update"
|
||||||
|
|
||||||
|
#warten auf daemon update ...
|
||||||
|
sleep 10m
|
||||||
|
echo "wait 10min for Eset AV update"
|
||||||
|
while [ "`chroot "$chroot_dir" /bin/bash -c "/opt/desinfect/conky_info.sh eset"`" == "$tmp_var_3092" ]; do
|
||||||
|
sleep 1
|
||||||
|
av_eaet_timeout=$((av_eaet_timeout-1))
|
||||||
|
[ $av_eaet_timeout -gt 0 ] || tmp_var_3092=
|
||||||
|
done
|
||||||
|
|
||||||
|
sleep 4
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/etc/init.d/esets stop"
|
||||||
|
|
||||||
|
cat "$tmp_file_23421" > "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
rm "$tmp_file_23421"
|
||||||
|
tmp_file_23421=
|
||||||
|
tmp_var_3092=
|
||||||
|
echo "Eset AV done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Karspersky
|
||||||
|
{
|
||||||
|
echo "Karspersky ..."
|
||||||
|
#gen update-scrypt
|
||||||
|
echo '#!/bin/bash' > "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'PATH=/usr/lib/kl:$PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'LD_LIBRARY_PATH=/usr/lib/kl:$LD_LIBRARY_PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'KL_PLUGINS_PATH=/usr/lib/kl' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo 'export PATH LD_LIBRARY_PATH KL_PLUGINS_PATH' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo '/usr/lib/kl/kav update' >> "$chroot_dir/tmp/up_kasp"
|
||||||
|
chmod +x "$chroot_dir/tmp/up_kasp"
|
||||||
|
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/tmp/up_kasp" | grep -v ".kdc" | grep -v "File downloaded"
|
||||||
|
rm "$chroot_dir/tmp/up_kasp"
|
||||||
|
echo "Karspersky done"
|
||||||
|
}
|
||||||
|
|
||||||
|
echo "update virus definitions done"
|
||||||
|
}
|
||||||
|
function os_update() { os_update-desinfect.16 $@; }
|
||||||
|
|
||||||
|
#tools_add-desinfect.16 [chroot_dir] [tools_list]
|
||||||
|
function tools_add-desinfect.16() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
chroot_dir="$1"
|
||||||
|
tools_list="$2"
|
||||||
|
|
||||||
|
sourcelist_desinfect_set_extendet2016 "$chroot_dir"
|
||||||
|
tools_add-debian "$chroot_dir" "$tools_list"
|
||||||
|
sourcelist_desinfect_set_nomal2016 "$chroot_dir"
|
||||||
|
}
|
||||||
|
function tools_add() { tools_add-desinfect.16 $@; }
|
263
src/proj/desinfect.17
Executable file
263
src/proj/desinfect.17
Executable file
@ -0,0 +1,263 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#desinfect.17
|
||||||
|
# . -Y ubuntu.16.04 -> ubuntu -> debian
|
||||||
|
source <LIBDIR>/proj/ubuntu.16.04
|
||||||
|
project_relation="desinfect.17 $project_relation"
|
||||||
|
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_nomal2017 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_nomal2017() {
|
||||||
|
echo -n "build normal source.list ... "
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2017 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2017 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "# #### Ubuntu 16.04 LTS (Xenial) ####" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://security.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://security.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "#" >> "$sourcelist"
|
||||||
|
echo "# ## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "# ## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "# deb http://extras.ubuntu.com/ubuntu xenial main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#sourcelist_desinfect_set_extendet2017 [chroot_dir]
|
||||||
|
function sourcelist_desinfect_set_extendet2017() {
|
||||||
|
echo -n "build extendet source.list ... "
|
||||||
|
|
||||||
|
sourcelist="$1/etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
|
echo "#### Desinfe't 2017 ####" > "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://www.heise.de/ct/projekte/desinfect/ubuntu 2017 main" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "#### Ubuntu 16.04 LTS (Xenial) ####" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://security.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://security.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse" >> "$sourcelist"
|
||||||
|
echo "" >> "$sourcelist"
|
||||||
|
echo "## This software is not part of Ubuntu, but is offered by third-party" >> "$sourcelist"
|
||||||
|
echo "## developers who want to ship their latest software." >> "$sourcelist"
|
||||||
|
echo "deb http://extras.ubuntu.com/ubuntu xenial main" >> "$sourcelist"
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#os_update-desinfect.17 [chroot_dir]
|
||||||
|
function os_update-desinfect.17() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
|
||||||
|
#call main os_update from debian
|
||||||
|
os_update-debian "$chroot_dir"
|
||||||
|
|
||||||
|
echo "update virus definitions ... "
|
||||||
|
|
||||||
|
#Avast Avira
|
||||||
|
{
|
||||||
|
echo "Avira ..."
|
||||||
|
#chroot "$chroot_dir" /bin/bash --login -c ". /tmp/env.sh; /AntiVirUpdate/avupdate" | grep -v " -> "
|
||||||
|
chroot_sh "$chroot_dir" "/AntiVirUpdate/avupdate" | grep -v " -> "
|
||||||
|
echo "Avira done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Clam AV
|
||||||
|
{
|
||||||
|
echo "ClamAV..."
|
||||||
|
#chroot "$chroot_dir" /bin/bash --login -c ". /tmp/env.sh; freshclam" > /dev/null
|
||||||
|
chroot_sh "$chroot_dir" "freshclam" > /dev/null
|
||||||
|
rm -f "$chroot_dir/var/lib/clamav/daily.cld"
|
||||||
|
echo "ClamAV done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Eset AV
|
||||||
|
{
|
||||||
|
echo "Eset AV ..."
|
||||||
|
tmp_file_23421="`mktemp`"
|
||||||
|
cat "$chroot_dir/etc/opt/eset/esets/esets.cfg" | grep -v "av_update_username" | grep -v "av_update_password" > "$tmp_file_23421"
|
||||||
|
cat "$tmp_file_23421" > "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
chroot "$chroot_dir" /bin/bash -c "/usr/bin/esetrand" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
av_eaet_timeout=300
|
||||||
|
echo "set timeout: $((av_eaet_timeout/60))min"
|
||||||
|
tmp_var_3092="`chroot "$chroot_dir" /bin/bash -c "/opt/desinfect/conky_info.sh eset"`"
|
||||||
|
|
||||||
|
#eig. update routine
|
||||||
|
#chroot "$chroot_dir" /bin/bash -c "/etc/init.d/esets restart"
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/esets restart"
|
||||||
|
sleep 2
|
||||||
|
#chroot "$chroot_dir" /bin/bash --login -c "/opt/eset/esets/sbin/esets_daemon --update"
|
||||||
|
chroot_sh "$chroot_dir" "/opt/eset/esets/sbin/esets_daemon --update"
|
||||||
|
|
||||||
|
#warten auf daemon update ...
|
||||||
|
echo "wait $((av_eaet_timeout/60))min for Eset AV update"
|
||||||
|
while [ "`chroot "$chroot_dir" /bin/bash -c "/opt/desinfect/conky_info.sh eset"`" == "$tmp_var_3092" ]; do
|
||||||
|
sleep 10
|
||||||
|
av_eaet_timeout=$((av_eaet_timeout-10))
|
||||||
|
[ $av_eaet_timeout -gt 0 ] || tmp_var_3092=
|
||||||
|
done
|
||||||
|
|
||||||
|
sleep 4
|
||||||
|
|
||||||
|
#chroot "$chroot_dir" /bin/bash -c "/etc/init.d/esets stop"
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/esets stop"
|
||||||
|
|
||||||
|
cat "$tmp_file_23421" > "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
rm "$tmp_file_23421"
|
||||||
|
tmp_file_23421=
|
||||||
|
tmp_var_3092=
|
||||||
|
echo "Eset AV done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#Sophos
|
||||||
|
{
|
||||||
|
echo "Sophos..."
|
||||||
|
#chroot "$chroot_dir" /bin/bash --login -c "/opt/sophos-av/bin/savupdate -v3"
|
||||||
|
chroot_sh "$chroot_dir" "/opt/sophos-av/bin/savupdate -v3"
|
||||||
|
chroot_sh "$chroot_dir" "/opt/sophos-av/bin/savdstatus --version"
|
||||||
|
#chroot "$chroot_dir" /bin/bash -c "/opt/sophos-av/bin/savupdate -v3 -a"
|
||||||
|
echo "Sophos done"
|
||||||
|
}
|
||||||
|
|
||||||
|
#F-Secure
|
||||||
|
{
|
||||||
|
echo "F-Secure..."
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/fsaua start"
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/fsupdate stop"
|
||||||
|
( sleep 1m; chroot_sh "$chroot_dir" "/etc/init.d/fsaua start" ) &
|
||||||
|
chroot_sh "$chroot_dir" "/opt/f-secure/fssp/bin/dbupdate_lite" && echo "Update Success"
|
||||||
|
sleep 1m
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/fsaua stop"
|
||||||
|
chroot_sh "$chroot_dir" "/etc/init.d/fsupdate stop"
|
||||||
|
echo "F-Secure done"
|
||||||
|
}
|
||||||
|
|
||||||
|
echo "update virus definitions done"
|
||||||
|
}
|
||||||
|
function os_update() { os_update-desinfect.17 $@; }
|
||||||
|
|
||||||
|
#proxy_enable-desinfect.17 [chroot_dir] [proxy_host] [proxy_port]
|
||||||
|
function proxy_enable-desinfect.17() {
|
||||||
|
|
||||||
|
proxy_enable-debian $1 $2 $3
|
||||||
|
|
||||||
|
echo "enable proxy for desinfect's av ... "
|
||||||
|
|
||||||
|
chroot_dir="$1"
|
||||||
|
proxy_host="$2"
|
||||||
|
proxy_port="$3"
|
||||||
|
tmp_file_344532="`mktemp`"
|
||||||
|
|
||||||
|
#Avast AntiVirus
|
||||||
|
if [ -f "$chroot_dir/AntiVirUpdate/avupdate" ]; then
|
||||||
|
echo "Avast AntiVirus: Found"
|
||||||
|
sed -i "s/--skip-master-file/--skip-master-file --proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
sed -i "s/--proxy-host=$proxy_host --proxy-port=$proxy_port --proxy-host=$proxy_host --proxy-port=$proxy_port/--proxy-host=$proxy_host --proxy-port=$proxy_port/g" "$chroot_dir/AntiVirUpdate/avupdate"
|
||||||
|
else
|
||||||
|
eco "Avast AntiVirus: NOT Found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Eset AV
|
||||||
|
if [ -f "$chroot_dir/etc/opt/eset/esets/esets.cfg" ]; then
|
||||||
|
echo "Eset AV: Found"
|
||||||
|
cat "$chroot_dir/etc/opt/eset/esets/esets.cfg" | grep -v "proxy_addr" | grep -v "proxy_port" > "$tmp_file_344532"
|
||||||
|
rm "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
cp "$tmp_file_344532" "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
|
||||||
|
echo "proxy_addr = \"$proxy_host\"" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
echo "proxy_port = $proxy_port" >> "$chroot_dir/etc/opt/eset/esets/esets.cfg"
|
||||||
|
else
|
||||||
|
eco "Eset AV: NOT Found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#ClamAV
|
||||||
|
if [ -f "$chroot_dir/etc/clamav/freshclam.conf" ]; then
|
||||||
|
echo "ClamAV: Found"
|
||||||
|
cat "$chroot_dir/etc/clamav/freshclam.conf" | grep -v "HTTPProxyServer" | grep -v "HTTPProxyPort" > "$tmp_file_344532"
|
||||||
|
rm "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
cp "$tmp_file_344532" "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
|
||||||
|
echo "HTTPProxyServer $proxy_host" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
echo "HTTPProxyPort $proxy_port" >> "$chroot_dir/etc/clamav/freshclam.conf"
|
||||||
|
else
|
||||||
|
eco "ClamAV: NOT Found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Sophos
|
||||||
|
if [ -f ""$chroot_dir/opt/sophos-av/etc/savd.cfg"" ]; then
|
||||||
|
echo "Sophos: Found"
|
||||||
|
echo "<Source>sophos:</Source><Proxy><Address>http://$proxy_host:$proxy_port</Proxy></Address>" >> "$chroot_dir/opt/sophos-av/etc/savd.cfg"
|
||||||
|
else
|
||||||
|
eco "Sophos: NOT Found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#F-Secure
|
||||||
|
if [ -f "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template" ]; then
|
||||||
|
echo "F-Secure: Found"
|
||||||
|
echo "enable_fsma=no" >> "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template"
|
||||||
|
echo "update_servers=http://fsbwserver-direct.f-secure.com" >> "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template"
|
||||||
|
echo "update_proxies=http://$proxy_host:$proxy_port" >> "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template"
|
||||||
|
echo "http_proxies=http://$proxy_host:$proxy_port" >> "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template"
|
||||||
|
cat "$chroot_dir/opt/f-secure/fsaua/fsaua_config.template" > "$chroot_dir/etc/opt/f-secure/fsaua/fsaua_config"
|
||||||
|
else
|
||||||
|
eco "F-Secure: NOT Found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
rm "$tmp_file_344532"
|
||||||
|
tmp_file_344532=
|
||||||
|
|
||||||
|
echo "done"
|
||||||
|
}
|
||||||
|
function proxy_enable() { proxy_enable-desinfect.17 $@; }
|
||||||
|
|
||||||
|
#tools_add-desinfect.17 [chroot_dir] [tools_list]
|
||||||
|
function tools_add-desinfect.17() {
|
||||||
|
#$1 = chroot directory
|
||||||
|
chroot_dir="$1"
|
||||||
|
tools_list="$2"
|
||||||
|
|
||||||
|
sourcelist_desinfect_set_extendet2017 "$chroot_dir"
|
||||||
|
tools_add-debian "$chroot_dir" "$tools_list"
|
||||||
|
sourcelist_desinfect_set_nomal2017 "$chroot_dir"
|
||||||
|
}
|
||||||
|
function tools_add() { tools_add-desinfect.17 $@; }
|
||||||
|
|
||||||
|
|
||||||
|
function project_mods-desinfect.17() {
|
||||||
|
#config xrdp to start xfce
|
||||||
|
[ -d "$chroot_path/etc/xrdp/" ] && {
|
||||||
|
echo '#!/bin/sh' > "$chroot_path"/etc/xrdp/startwm.sh
|
||||||
|
echo "export LANG=\"de_DE.UTF-8\"" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||||
|
echo "startxfce4" >> "$chroot_path"/etc/xrdp/startwm.sh
|
||||||
|
}
|
||||||
|
}
|
||||||
|
function project_mods() { project_mods-desinfect.17 $@; }
|
10
src/proj/ubuntu
Executable file
10
src/proj/ubuntu
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
####################################
|
||||||
|
##### Base Template U B U N T U ####
|
||||||
|
####################################
|
||||||
|
# . -> debian
|
||||||
|
source <LIBDIR>/proj/debian
|
||||||
|
project_relation="ubuntu $project_relation"
|
8
src/proj/ubuntu.14.04
Executable file
8
src/proj/ubuntu.14.04
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#ubuntu.14.04
|
||||||
|
# . -> ubuntu -> debian
|
||||||
|
source <LIBDIR>/proj/ubuntu
|
||||||
|
project_relation="ubuntu.14.04 $project_relation"
|
8
src/proj/ubuntu.16.04
Executable file
8
src/proj/ubuntu.16.04
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#remaster lib
|
||||||
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#ubuntu.16.04
|
||||||
|
# . -> ubuntu -> debian
|
||||||
|
source <LIBDIR>/proj/ubuntu
|
||||||
|
project_relation="ubuntu.16.04 $project_relation"
|
0
src/pxe/pxe.cfg
Normal file
0
src/pxe/pxe.cfg
Normal file
258
src/remaster.sh
Executable file
258
src/remaster.sh
Executable file
@ -0,0 +1,258 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#@version 2.0.4
|
||||||
|
#@autor 6543@obermui.de
|
||||||
|
#@date 2018-05-22
|
||||||
|
#@licence GNUv3
|
||||||
|
|
||||||
|
#####################################################################################
|
||||||
|
################## F u n c t i o n s ################################################
|
||||||
|
#####################################################################################
|
||||||
|
|
||||||
|
#set functions
|
||||||
|
[ -d "<LIBDIR>" ] || {
|
||||||
|
echo "ERROR Librarys not found"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
#on_exit [error_level]
|
||||||
|
source <LIBDIR>/func/on_exit
|
||||||
|
|
||||||
|
#error_code [error_level]
|
||||||
|
source <LIBDIR>/func/error_code
|
||||||
|
|
||||||
|
#check_user
|
||||||
|
source <LIBDIR>/func/check_user
|
||||||
|
|
||||||
|
#check_dependency
|
||||||
|
# -> 0 | -> 16
|
||||||
|
source <LIBDIR>/func/check_dependency
|
||||||
|
|
||||||
|
#check_update
|
||||||
|
source <LIBDIR>/func/check_update
|
||||||
|
|
||||||
|
### Workspace ###
|
||||||
|
|
||||||
|
#workspace_erase [workspace_path]
|
||||||
|
source <LIBDIR>/func/workspace_erase
|
||||||
|
|
||||||
|
|
||||||
|
### Filesystem ###
|
||||||
|
|
||||||
|
#filesystem_extract [filesystem_img_source] [chroot_path]
|
||||||
|
source <LIBDIR>/func/filesystem_extract
|
||||||
|
|
||||||
|
#filesystem_pack [chroot_path] [filesystem_img_destination]
|
||||||
|
source <LIBDIR>/func/filesystem_pack
|
||||||
|
|
||||||
|
#filesystem_get_type [dir]
|
||||||
|
#(String)-> ext4, ext2, btfs, fuse, ...
|
||||||
|
source <LIBDIR>/func/filesystem_get_type
|
||||||
|
|
||||||
|
### ISO ###
|
||||||
|
|
||||||
|
#iso_extract [iso_source] [iso_extr_dir]
|
||||||
|
source <LIBDIR>/func/iso_extract
|
||||||
|
|
||||||
|
#iso_create [chroot_path] [iso_extr_dir] [iso_aim] [iso_lable]
|
||||||
|
source <LIBDIR>/func/iso_create
|
||||||
|
|
||||||
|
### chroot ###
|
||||||
|
|
||||||
|
#chroot_initial [chroot_dir]
|
||||||
|
source <LIBDIR>/func/chroot_initial
|
||||||
|
|
||||||
|
#chroot_clean [chroot_dir]
|
||||||
|
source <LIBDIR>/func/chroot_clean
|
||||||
|
|
||||||
|
#chroot_umount [chroot_dir]
|
||||||
|
source <LIBDIR>/func/chroot_umount
|
||||||
|
|
||||||
|
#chroot_is_mounted [chroot_dir]
|
||||||
|
#(Boolean)-> true | false
|
||||||
|
source <LIBDIR>/func/chroot_is_mounted
|
||||||
|
|
||||||
|
#chroot_sh [chroot_dir] [command]
|
||||||
|
source <LIBDIR>/func/chroot_sh
|
||||||
|
|
||||||
|
### config ###
|
||||||
|
|
||||||
|
#config_build jobfile configenv
|
||||||
|
source <LIBDIR>/func/config_build
|
||||||
|
|
||||||
|
#config_check
|
||||||
|
source <LIBDIR>/func/config_check
|
||||||
|
|
||||||
|
|
||||||
|
#####################################################################################
|
||||||
|
################## S e t t i n g s ##################################################
|
||||||
|
#####################################################################################
|
||||||
|
|
||||||
|
#read main setting
|
||||||
|
if [ -f "<ROOTDIR>/etc/remaster/config.cfg" ]; then
|
||||||
|
config="<ROOTDIR>/etc/remaster/config.cfg"
|
||||||
|
else
|
||||||
|
if [ -f "<ROOTDIR>/etc/remaster/config.sample.cfg" ]; then
|
||||||
|
config="<ROOTDIR>/etc/remaster/config.sample.cfg"
|
||||||
|
else
|
||||||
|
echo "ERROR config not found"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
### -> $1 jobfile, if zero and onlyone file exist ues this else print error and list
|
||||||
|
#check LOG
|
||||||
|
{
|
||||||
|
export "`cat "$config" | grep ^[^#] | grep ^log_file= | cut -d "#" -f 1 | tr -d '"'`"
|
||||||
|
[ -z "$log_file" ] && log_file="/tmp/remaster_`date '+%Y-%m-%d'`"
|
||||||
|
|
||||||
|
if [ -f "$log_file" ]; then
|
||||||
|
echo > "$log_file"
|
||||||
|
else
|
||||||
|
#check if folder exist
|
||||||
|
[ -d "${log_file%/*}" ] || {
|
||||||
|
# N-> exit 3
|
||||||
|
echo "Directory for Log didnt exist"
|
||||||
|
exit 3
|
||||||
|
}
|
||||||
|
#create LOG
|
||||||
|
touch "$log_file"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
################# P r o c e s s ... #######################
|
||||||
|
###########################################################
|
||||||
|
|
||||||
|
### Start LOG ###
|
||||||
|
tail -f "$log_file" --pid="$$" &
|
||||||
|
|
||||||
|
echo "Remaster LOG `date '+%Y-%m-%d'`" > "$log_file"
|
||||||
|
echo >> "$log_file"
|
||||||
|
|
||||||
|
|
||||||
|
### S e t t i n g s ###
|
||||||
|
config_env=`mktemp`
|
||||||
|
config_build $config $config_env >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
source $config_env
|
||||||
|
|
||||||
|
|
||||||
|
### Enviroment ###
|
||||||
|
echo "### Enviroment ###" >> "$log_file"
|
||||||
|
|
||||||
|
chroot_path="`mktemp -d`"
|
||||||
|
iso_extr_dir="`mktemp -d`"
|
||||||
|
|
||||||
|
echo "iso_extr_dir=\"$iso_extr_dir\"" >> "$log_file"
|
||||||
|
echo "chroot_path=\"$chroot_path\"" >> "$log_file"
|
||||||
|
echo "HOST: `hostname`" >> "$log_file"
|
||||||
|
|
||||||
|
#1. Set and Check Enviroment
|
||||||
|
check_user >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
check_dependency >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
config_check >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
check_update >> "$log_file"
|
||||||
|
|
||||||
|
|
||||||
|
### R U N ... ###
|
||||||
|
echo $'### R U N ... ###\n' >> "$log_file"
|
||||||
|
|
||||||
|
# 2. Entpacke ISO
|
||||||
|
iso_extract "$iso_source" "$iso_extr_dir" >> "$log_file"
|
||||||
|
|
||||||
|
# 3. Entpacken der Dateien des Live-Systems
|
||||||
|
filesystem_img="`find "$iso_extr_dir" -name filesystem.squashfs`"
|
||||||
|
[ -e "$filesystem_img" ] || {
|
||||||
|
echo "### ERROR ### Image \"$iso_source\" has no \"filesystem.squashfs\"" >> "$log_file"
|
||||||
|
on_exit 15 >> "$log_file"
|
||||||
|
}
|
||||||
|
|
||||||
|
filesystem_extract "$filesystem_img" "$chroot_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# 4. Vorbereiten für chroot-Umgebung:
|
||||||
|
|
||||||
|
chroot_initial "$chroot_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# 5. Setzen der Netzwerk-Einstellungen:
|
||||||
|
[ -n "$proxy_host" ] && {
|
||||||
|
proxy_enable "$chroot_path" "$proxy_host" "$proxy_port" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
}
|
||||||
|
|
||||||
|
dns_set "$chroot_path" "$domain" "$nameserver" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# 6. Updaten von Desinfec't:
|
||||||
|
os_update "$chroot_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# 7. Installation optionaler Tools:
|
||||||
|
|
||||||
|
tools_add "$chroot_path" "$tools_list" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
#addo ClamAV to conky_info
|
||||||
|
sed -i 's/# ${color white}ClamAV/ ${color white}ClamAV/g' "$chroot_path/etc/skel/.conkyrc"
|
||||||
|
|
||||||
|
chroot_clean "$chroot_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# 8. Manuelle Aktionen - deaktiviert
|
||||||
|
|
||||||
|
#echo "Now You Have TIME to do something MANUALY!"
|
||||||
|
#echo "enter in shell: #> chroot $chroot_path /bin/bash"
|
||||||
|
#chroot $chroot_path /bin/bash
|
||||||
|
#echo "Are You Finisch? Then Press [ENTER]"
|
||||||
|
|
||||||
|
project_mods
|
||||||
|
|
||||||
|
# 9. Umount - Chroot Umgebung auflösen
|
||||||
|
|
||||||
|
chroot_umount "$chroot_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
#Überprüfen ob alles ausgehängt wurde
|
||||||
|
[ "`chroot_is_mounted "$chroot_path"`" == "true" ] && {
|
||||||
|
echo "### ERROR ### Cant Unmount Chroot!" >> "$log_file"
|
||||||
|
on_exit 21 >> "$log_file"
|
||||||
|
}
|
||||||
|
|
||||||
|
# 10. Packen und Ersetzen der Dateien des Live-Systems
|
||||||
|
rm "$filesystem_img" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
filesystem_pack "$chroot_path" "$filesystem_img" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
# wenn iso gewünscht
|
||||||
|
[ "$iso_aim" != "" ] && {
|
||||||
|
iso_create "$chroot_path" "$iso_extr_dir" "$iso_aim" "$iso_lable" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
}
|
||||||
|
|
||||||
|
# wenn filesystem gewünscht
|
||||||
|
[ "$squashfs_path" != "" ] && {
|
||||||
|
#wen bereits forhanden dann löschen
|
||||||
|
[ -f "$squashfs_path" ] && rm "$squashfs_path"
|
||||||
|
cp "$filesystem_img" "$squashfs_path" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
chmod 666 "$squashfs_path"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
}
|
||||||
|
|
||||||
|
chmod 666 "$iso_aim" "$filesystem_img" >> "$log_file"
|
||||||
|
|
||||||
|
workspace_erase "$iso_extr_dir/" "$chroot_path/" >> "$log_file"
|
||||||
|
error_level="$?"; [ "$error_level" != "0" ] && on_exit $error_level >> "$log_file"
|
||||||
|
|
||||||
|
|
||||||
|
on_exit 0
|
0
src/web/index.html
Normal file
0
src/web/index.html
Normal file
Reference in New Issue
Block a user