zabbix: screen => tmux, updates
This commit is contained in:
parent
dc9b5939dd
commit
fc7465b612
|
@ -25,7 +25,7 @@ postinstall: timesyncd.conf firstboot.start
|
||||||
sed -i 's/# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' $(CHROOT)/etc/sudoers
|
sed -i 's/# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' $(CHROOT)/etc/sudoers
|
||||||
$(inroot) useradd -m -G users,wheel -s /bin/bash admin
|
$(inroot) useradd -m -G users,wheel -s /bin/bash admin
|
||||||
$(inroot) passwd -d admin; $(inroot) passwd -e admin
|
$(inroot) passwd -d admin; $(inroot) passwd -e admin
|
||||||
$(inroot) systemctl enable screen@adm.service
|
$(inroot) systemctl enable tmux@root.service
|
||||||
|
|
||||||
# Beispiel feste IP-Adresse
|
# Beispiel feste IP-Adresse
|
||||||
cp 00-eth0.network $(CHROOT)/00-eth0.network.example
|
cp 00-eth0.network $(CHROOT)/00-eth0.network.example
|
||||||
|
|
1451
zabbix/kernel.config
1451
zabbix/kernel.config
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,8 @@
|
||||||
CFLAGS="-O2 -pipe"
|
CFLAGS="-O2 -pipe"
|
||||||
CXXFLAGS="-O2 -pipe"
|
CXXFLAGS="-O2 -pipe"
|
||||||
USE="hardened justify pie ssp urandom xattr -fortran -jit -orc -pch -pic -prelink -profile -tcc"
|
USE="hardened justify pie ssp urandom xattr xtpax -fortran -pch -pic -prelink -profile -tcc"
|
||||||
MAKEOPTS="-j5"
|
MAKEOPTS="-j5"
|
||||||
PYTHON_TARGETS="python2_7 python3_6"
|
ACCEPT_LICENSE="*"
|
||||||
PHP_TARGETS="php7-2"
|
PYTHON_TARGETS="python3_6"
|
||||||
|
PYTHON_SINGLE_TARGET="python3_6"
|
||||||
VIDEO_CARDS="vmware"
|
VIDEO_CARDS="vmware"
|
||||||
|
|
|
@ -2,7 +2,7 @@ app-admin/logrotate
|
||||||
app-admin/sudo
|
app-admin/sudo
|
||||||
app-emulation/open-vm-tools
|
app-emulation/open-vm-tools
|
||||||
app-misc/mc
|
app-misc/mc
|
||||||
app-misc/screenservice
|
app-misc/tmuxservice
|
||||||
net-analyzer/zabbix
|
net-analyzer/zabbix
|
||||||
sys-auth/pam_ssh_agent_auth
|
sys-auth/pam_ssh_agent_auth
|
||||||
sys-fs/mdadm
|
sys-fs/mdadm
|
||||||
|
|
Reference in New Issue