Compare commits
No commits in common. "1b6270164489c290c8cd700945c7fac10e87011b" and "0b554648059548424034966d47d0ad723fd2dc2a" have entirely different histories.
1b62701644
...
0b55464805
|
@ -408,12 +408,18 @@ d-i cdrom-detect/eject boolean false
|
||||||
# 1. Umount and remove temp lvm lv_free
|
# 1. Umount and remove temp lvm lv_free
|
||||||
# 2. Allow root connections with SSH
|
# 2. Allow root connections with SSH
|
||||||
# 3. Download and run a post.bookworm.sh script
|
# 3. Download and run a post.bookworm.sh script
|
||||||
|
# TODO: PROD
|
||||||
|
#d-i preseed/late_command string in-target umount /dev/sys/lv_free ; \
|
||||||
|
#lvremove -f /dev/sys/lv_free ; \
|
||||||
|
#in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \
|
||||||
|
#in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ; \
|
||||||
|
#in-target /usr/bin/tftp 129.20.203.27 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \
|
||||||
|
#in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \
|
||||||
|
#in-target /bin/sh /tmp/latecommand/post.bookworm.sh
|
||||||
|
|
||||||
|
# TODO: DEV
|
||||||
d-i preseed/late_command string in-target umount /dev/sys/lv_free ; \
|
d-i preseed/late_command string in-target umount /dev/sys/lv_free ; \
|
||||||
lvremove -f /dev/sys/lv_free ; \
|
lvremove -f /dev/sys/lv_free ; \
|
||||||
in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \
|
in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \
|
||||||
in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ; \
|
in-target /bin/sed -i 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config ;
|
||||||
in-target /usr/bin/tftp 129.20.203.27 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \
|
|
||||||
in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \
|
|
||||||
in-target /bin/sh /tmp/latecommand/post.bookworm.sh
|
|
||||||
|
|
||||||
################################################################## ]]]
|
################################################################## ]]]
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
// Should APT install recommended or suggested packages?
|
|
||||||
APT::Install-Recommends "false";
|
|
||||||
APT::Install-Suggests "false";
|
|
||||||
|
|
||||||
// APT should not consider recommended or suggested packages to be unused
|
|
||||||
APT::AutoRemove::RecommendsImportant "true";
|
|
||||||
APT::AutoRemove::SuggestsImportant "true";
|
|
|
@ -1,6 +0,0 @@
|
||||||
# From latecommand - Debian's preseed
|
|
||||||
deb http://deb.debian.org/debian/ buster main non-free contrib
|
|
||||||
deb-src http://deb.debian.org/debian/ buster main non-free contrib
|
|
||||||
|
|
||||||
deb http://security.debian.org/debian-security buster/updates main contrib non-free
|
|
||||||
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
|
|
|
@ -1,10 +0,0 @@
|
||||||
|
|
||||||
create
|
|
||||||
weekly
|
|
||||||
compress
|
|
||||||
delaycompress
|
|
||||||
dateext
|
|
||||||
notifempty
|
|
||||||
include /etc/logrotate.d
|
|
||||||
rotate 4
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
/var/log/apt/term.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/apt/history.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
/var/log/aptitude {
|
|
||||||
rotate 6
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
olddir /var/log/aptitude.d
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
# no packages own btmp -- we'll rotate it here
|
|
||||||
/var/log/btmp {
|
|
||||||
missingok
|
|
||||||
monthly
|
|
||||||
create 0660 root utmp
|
|
||||||
rotate 3
|
|
||||||
olddir /var/log/old_logs.d
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
/var/log/alternatives.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
create 644 root root
|
|
||||||
olddir /var/log/alternatives.d
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/dpkg.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
create 644 root root
|
|
||||||
olddir /var/log/dpkg.d
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,108 +0,0 @@
|
||||||
# Default directives are activilly used, please see /etc/logrotate.conf
|
|
||||||
|
|
||||||
/var/log/syslog
|
|
||||||
/var/log/syslog.log
|
|
||||||
/var/log/local0.log
|
|
||||||
/var/log/local1.log
|
|
||||||
/var/log/local2.log
|
|
||||||
/var/log/local3.log
|
|
||||||
/var/log/local4.log
|
|
||||||
/var/log/local5.log
|
|
||||||
/var/log/local6.log
|
|
||||||
/var/log/local7.log
|
|
||||||
/var/log/uucp.log
|
|
||||||
{
|
|
||||||
rotate 8
|
|
||||||
daily
|
|
||||||
missingok
|
|
||||||
olddir /var/log/syslog.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/cron.log /var/log/mark.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/cron.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/daemon.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/daemon.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/kern.log /var/log/kernel.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/kern.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/lpr.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/lpr.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/mail.log
|
|
||||||
/var/log/mail.info
|
|
||||||
/var/log/mail.warn
|
|
||||||
/var/log/mail.err
|
|
||||||
{
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/mail.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/auth.log
|
|
||||||
/var/log/authpriv.log
|
|
||||||
/var/log/user.log
|
|
||||||
{
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/auth.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/messages /var/log/debug {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/messages.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
/usr/lib/rsyslog/rsyslog-rotate
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
# no packages own wtmp -- we'll rotate it here
|
|
||||||
/var/log/wtmp {
|
|
||||||
missingok
|
|
||||||
monthly
|
|
||||||
create 0664 root utmp
|
|
||||||
minsize 1M
|
|
||||||
rotate 3
|
|
||||||
olddir /var/log/old_logs.d
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
#
|
|
||||||
# Include all config files in /etc/rsyslog.d/
|
|
||||||
#
|
|
||||||
$IncludeConfig /etc/rsyslog.d/*.conf
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#
|
|
||||||
# Global options
|
|
||||||
#
|
|
||||||
global(
|
|
||||||
defaultNetstreamDriver="ptcp"
|
|
||||||
)
|
|
||||||
|
|
||||||
#
|
|
||||||
# Use traditional timestamp format.
|
|
||||||
# To enable high precision timestamps, comment out the following line.
|
|
||||||
#
|
|
||||||
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
|
|
|
@ -1,20 +0,0 @@
|
||||||
#
|
|
||||||
# Set default permissions for all log files
|
|
||||||
#
|
|
||||||
$FileOwner root
|
|
||||||
$FileGroup adm
|
|
||||||
$FileCreateMode 0640
|
|
||||||
$DirCreateMode 0755
|
|
||||||
$Umask 0022
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Where to place spool and state files
|
|
||||||
#
|
|
||||||
$WorkDirectory /var/spool/rsyslog
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log every message
|
|
||||||
#
|
|
||||||
$RepeatedMsgReduction off
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
#
|
|
||||||
# Log messages sent to local UNIX socket
|
|
||||||
#
|
|
||||||
# provides support for local system logging
|
|
||||||
module(load="imuxsock")
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log kernel messages
|
|
||||||
#
|
|
||||||
# provides kernel logging support
|
|
||||||
module(load="imklog" permitnonkernelfacility="on")
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log periodic -- MARK -- messages
|
|
||||||
#
|
|
||||||
# provides --MARK-- message capability
|
|
||||||
#module(load="immark")
|
|
||||||
#module(load="immark" markmessageperiod="3600")
|
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
#
|
|
||||||
# Standard log files, split by facility
|
|
||||||
#
|
|
||||||
auth,authpriv.* /var/log/auth.log
|
|
||||||
*.*;cron,auth,authpriv.none -/var/log/syslog
|
|
||||||
cron.* -/var/log/cron.log
|
|
||||||
daemon.* -/var/log/daemon.log
|
|
||||||
kern.* -/var/log/kern.log
|
|
||||||
lpr.* -/var/log/lpr.log
|
|
||||||
mail.* -/var/log/mail.log
|
|
||||||
user.* -/var/log/user.log
|
|
||||||
|
|
||||||
#
|
|
||||||
# Logging for the mail system. Split it up so that
|
|
||||||
# it is easy to write scripts to parse these files
|
|
||||||
#
|
|
||||||
mail.info -/var/log/mail.info
|
|
||||||
mail.warn -/var/log/mail.warn
|
|
||||||
mail.err /var/log/mail.err
|
|
||||||
|
|
||||||
#
|
|
||||||
# Logging for INN news system
|
|
||||||
#
|
|
||||||
news.crit /var/log/news/news.crit
|
|
||||||
news.err /var/log/news/news.err
|
|
||||||
news.notice -/var/log/news/news.notice
|
|
||||||
|
|
||||||
#
|
|
||||||
# Some "catch-all" log files
|
|
||||||
#
|
|
||||||
*.=debug;\
|
|
||||||
auth,authpriv.none;\
|
|
||||||
news.none;mail.none -/var/log/debug
|
|
||||||
*.=info;*.=notice;*.=warn;\
|
|
||||||
auth,authpriv.none;\
|
|
||||||
cron,daemon.none;\
|
|
||||||
mail,news.none -/var/log/messages
|
|
||||||
|
|
||||||
#
|
|
||||||
# Emergencies are sent to everybody logged in
|
|
||||||
#
|
|
||||||
*.emerg :omusrmsg:*
|
|
||||||
|
|
|
@ -1,163 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
APT_CONF_INCLUDE_SRC="$(dirname $0)/buster/etc/apt/apt.conf.d/"
|
|
||||||
APT_CONF_INCLUDE_PATH="/etc/apt/apt.conf.d/"
|
|
||||||
|
|
||||||
APT_SOURCES_SRC="$(dirname $0)/buster/etc/apt/sources.list"
|
|
||||||
APT_SOURCES_PATH="/etc/apt/sources.list"
|
|
||||||
|
|
||||||
RSYSLOGD_CONF_SRC="$(dirname $0)/buster/etc/rsyslog.conf"
|
|
||||||
RSYSLOGD_CONF_PATH="/etc/rsyslog.conf"
|
|
||||||
RSYSLOGD_INCLUDE_SRC="$(dirname $0)/buster/etc/rsyslog.d/"
|
|
||||||
RSYSLOGD_INCLUDE_PATH="/etc/rsyslog.d/"
|
|
||||||
|
|
||||||
LOGROTATE_CONF_SRC="$(dirname $0)/buster/etc/logrotate.conf"
|
|
||||||
LOGROTATE_CONF_PATH="/etc/logrotate.conf"
|
|
||||||
LOGROTATE_INCLUDE_SRC="$(dirname $0)/buster/etc/logrotate.d/"
|
|
||||||
LOGROTATE_INCLUDE_PATH="/etc/logrotate.d/"
|
|
||||||
|
|
||||||
# apt configuration {{{
|
|
||||||
|
|
||||||
# ensure to have some default configuration for Apt
|
|
||||||
cp -- "${APT_CONF_INCLUDE_SRC}"* "${APT_CONF_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# ensure to have a correct sources.list file for Apt
|
|
||||||
cp -- "${APT_SOURCES_SRC}" "${APT_SOURCES_PATH}"
|
|
||||||
|
|
||||||
# }}}
|
|
||||||
|
|
||||||
## Packages {{{
|
|
||||||
|
|
||||||
# update repositories and packages
|
|
||||||
apt update
|
|
||||||
apt -y full-upgrade
|
|
||||||
|
|
||||||
# Ensure to have some basic packages
|
|
||||||
apt -y install aptitude tmux vim-nox zsh
|
|
||||||
|
|
||||||
# Ensure to remove some "too"-basic packages
|
|
||||||
aptitude -y remove vim-tiny
|
|
||||||
|
|
||||||
# If no X display is expected
|
|
||||||
if [ ! "$(dpkg -l xorg)" ]; then
|
|
||||||
## Remove unwanted x11 lib
|
|
||||||
aptitude -y remove libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 xauth
|
|
||||||
if [ "$(dpkg -l task-english)" ]; then
|
|
||||||
## Remove task-english
|
|
||||||
aptitude -y remove task-english iamerican ibritish ienglish-common ispell util-linux-locales wamerican
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [ "$(dpkg -l task-english)" ]; then
|
|
||||||
## Remove task-english
|
|
||||||
aptitude -y remove task-english
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
### Documentation {{{
|
|
||||||
# Remove task-french
|
|
||||||
if [ "$(dpkg -l task-french)" ]; then
|
|
||||||
# Move default wordlist to american before remove all packages
|
|
||||||
select-default-wordlist --set-default=american
|
|
||||||
aptitude -y remove task-french
|
|
||||||
|
|
||||||
# Reinstall useful french doc and move back to french dict
|
|
||||||
aptitude -y install aspell-fr doc-debian-fr doc-linux-fr-text ifrench-gut manpages-fr manpages-fr-extra wfrench
|
|
||||||
select-default-wordlist --set-default=".*(F|f)rench.*"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Ensure to have minimal documentation
|
|
||||||
aptitude -y install man-db manpages
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
### SSH {{{
|
|
||||||
# Remove task-ssh-server
|
|
||||||
if [ "$(dpkg -l task-ssh-server)" ]; then
|
|
||||||
aptitude -y remove task-ssh-server krb5-locales ncurses-term
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Ensure to install openssh-server
|
|
||||||
aptitude -y install openssh-server openssh-sftp-server
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
# Ansible dependencies
|
|
||||||
aptitude -y install python-apt
|
|
||||||
|
|
||||||
### Tasksel {{{
|
|
||||||
# If tasksel and tasksel-data are the only task* relative packages
|
|
||||||
if [ "$(dpkg -l | grep -c task)" -eq "2" ]; then
|
|
||||||
aptitude -y remove tasksel tasksel-data
|
|
||||||
fi
|
|
||||||
|
|
||||||
# purge configuration files
|
|
||||||
aptitude -y purge '~c'
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
## }}}
|
|
||||||
|
|
||||||
# Grub {{{
|
|
||||||
|
|
||||||
## If EFI directory is present
|
|
||||||
EFI_PATH="/boot/efi"
|
|
||||||
if [ -d "${EFI_PATH}" ]; then
|
|
||||||
## Install grub-efi
|
|
||||||
aptitude install -y grub-efi-amd64
|
|
||||||
## Get grub device (keep only some patterns, eg. /dev/sda, /dev/vda, /dev/nvme0n1,…)
|
|
||||||
GRUB_DEVICE=$(sed -n "s;^\(/dev/[a-z]\{3\}\|/dev/nvme[a-z0-9]\{3\}\)\(p[0-9]\|[0-9]\) ${EFI_PATH} .*;\1;p" /etc/mtab)
|
|
||||||
grub-install --target=x86_64-efi "${GRUB_DEVICE}" 2>/dev/null
|
|
||||||
if [ -d "${EFI_PATH}"/EFI ]; then
|
|
||||||
## Copy efi entries to a boot directory
|
|
||||||
mkdir -p -- "${EFI_PATH}"/EFI/boot
|
|
||||||
find "${EFI_PATH}"/EFI/grub -type f -iname "grubx64.efi" -exec cp {} "${EFI_PATH}"/EFI/boot/bootx64.efi \; -quit 2>/dev/null
|
|
||||||
find "${EFI_PATH}"/EFI/debian -type f -iname "grubx64.efi" -exec cp {} "${EFI_PATH}"/EFI/boot/bootx64.efi \; -quit
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
### Rsyslog {{{
|
|
||||||
|
|
||||||
# Install new Rsyslog configuration
|
|
||||||
if [ -f "${RSYSLOGD_CONF_PATH}" ]; then
|
|
||||||
cp -- "${RSYSLOGD_CONF_PATH}" "${RSYSLOGD_CONF_PATH}".orig
|
|
||||||
cp -- "${RSYSLOGD_CONF_SRC}" "${RSYSLOGD_CONF_PATH}"
|
|
||||||
fi
|
|
||||||
cp -- "${RSYSLOGD_INCLUDE_SRC}"* "${RSYSLOGD_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# Restart Rsyslog service
|
|
||||||
systemctl restart rsyslog
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
### Logrotate {{{
|
|
||||||
|
|
||||||
# Install new Logrotate configuration
|
|
||||||
if [ -f "${LOGROTATE_CONF_PATH}" ]; then
|
|
||||||
cp -- "${LOGROTATE_CONF_PATH}" "${LOGROTATE_CONF_PATH}".orig
|
|
||||||
cp -- "${LOGROTATE_CONF_SRC}" "${LOGROTATE_CONF_PATH}"
|
|
||||||
fi
|
|
||||||
cp -- "${LOGROTATE_INCLUDE_SRC}"* "${LOGROTATE_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# Create an archive directory for some log files (aptitude, dpkg,…)
|
|
||||||
mkdir -p -- /var/log/old_logs.d \
|
|
||||||
/var/log/alternatives.d \
|
|
||||||
/var/log/aptitude.d \
|
|
||||||
/var/log/auth.d \
|
|
||||||
/var/log/cron.d \
|
|
||||||
/var/log/daemon.d \
|
|
||||||
/var/log/dpkg.d \
|
|
||||||
/var/log/kern.d \
|
|
||||||
/var/log/lpr.d \
|
|
||||||
/var/log/mail.d \
|
|
||||||
/var/log/messages.d \
|
|
||||||
/var/log/syslog.d
|
|
||||||
|
|
||||||
chmod 0750 /var/log/auth.d /var/log/daemon.d /var/log/kern.d /var/log/messages.d /var/log/syslog.d
|
|
||||||
chown root:adm /var/log/auth.d /var/log/daemon.d /var/log/kern.d /var/log/messages.d /var/log/syslog.d
|
|
||||||
|
|
||||||
# Create the log directory for journald (Systemd), need the configuration Storage=(auto|persistent)
|
|
||||||
mkdir -p -- /var/log/journal
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
exit 0
|
|
|
@ -1,140 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
APT_CONF_INCLUDE_SRC="$(dirname $0)/stretch/etc/apt/apt.conf.d/"
|
|
||||||
APT_CONF_INCLUDE_PATH="/etc/apt/apt.conf.d/"
|
|
||||||
|
|
||||||
RSYSLOGD_CONF_SRC="$(dirname $0)/stretch/etc/rsyslog.conf"
|
|
||||||
RSYSLOGD_CONF_PATH="/etc/rsyslog.conf"
|
|
||||||
RSYSLOGD_INCLUDE_SRC="$(dirname $0)/stretch/etc/rsyslog.d/"
|
|
||||||
RSYSLOGD_INCLUDE_PATH="/etc/rsyslog.d/"
|
|
||||||
|
|
||||||
LOGROTATE_CONF_SRC="$(dirname $0)/stretch/etc/logrotate.conf"
|
|
||||||
LOGROTATE_CONF_PATH="/etc/logrotate.conf"
|
|
||||||
LOGROTATE_INCLUDE_SRC="$(dirname $0)/stretch/etc/logrotate.d/"
|
|
||||||
LOGROTATE_INCLUDE_PATH="/etc/logrotate.d/"
|
|
||||||
|
|
||||||
# apt configuration {{{
|
|
||||||
|
|
||||||
# ensure to have some default configuration for Apt
|
|
||||||
cp -- "${APT_CONF_INCLUDE_SRC}"* "${APT_CONF_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# }}}
|
|
||||||
|
|
||||||
## Packages {{{
|
|
||||||
|
|
||||||
# update repositories and packages
|
|
||||||
apt update
|
|
||||||
apt -y full-upgrade
|
|
||||||
|
|
||||||
# Ensure to have some basic packages
|
|
||||||
apt -y install aptitude tmux vim-nox zsh
|
|
||||||
|
|
||||||
# Ensure to remove some "too"-basic packages
|
|
||||||
aptitude -y remove vim-tiny
|
|
||||||
|
|
||||||
|
|
||||||
# Ensure to have some systemd basic packages
|
|
||||||
aptitude -y install dbus libpam-systemd
|
|
||||||
|
|
||||||
# Remove NFS and rpcbind
|
|
||||||
aptitude -y remove nfs-common rpcbind
|
|
||||||
|
|
||||||
### Documentation {{{
|
|
||||||
# If no X display is expected
|
|
||||||
if [ ! "$(dpkg -l xorg)" ]; then
|
|
||||||
## Remove unwanted x11 lib
|
|
||||||
aptitude -y remove libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 xauth
|
|
||||||
if [ "$(dpkg -l task-english)" ]; then
|
|
||||||
## Remove task-english
|
|
||||||
aptitude -y remove task-english iamerican ibritish ienglish-common ispell util-linux-locales wamerican
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [ "$(dpkg -l task-english)" ]; then
|
|
||||||
## Remove task-english
|
|
||||||
aptitude -y remove task-english
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Ensure to have minimal documentation
|
|
||||||
aptitude -y install man-db manpages
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
### SSH {{{
|
|
||||||
# Remove task-ssh-server
|
|
||||||
if [ "$(dpkg -l task-ssh-server)" ]; then
|
|
||||||
aptitude -y remove task-ssh-server
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Ensure to install openssh-server
|
|
||||||
aptitude -y install openssh-server openssh-sftp-server
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
# Ansible dependencies
|
|
||||||
aptitude -y install python-apt
|
|
||||||
|
|
||||||
### Tasksel {{{
|
|
||||||
# If tasksel and tasksel-data are the only task* relative packages
|
|
||||||
if [ "$(dpkg -l | grep -c task)" -eq "2" ]; then
|
|
||||||
aptitude -y remove tasksel tasksel-data
|
|
||||||
fi
|
|
||||||
|
|
||||||
# purge configuration files
|
|
||||||
aptitude -y purge '~c'
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
## }}}
|
|
||||||
|
|
||||||
# Grub {{{
|
|
||||||
|
|
||||||
## If EFI directory is present
|
|
||||||
EFI_PATH="/boot/efi"
|
|
||||||
if [ -d "${EFI_PATH}" ]; then
|
|
||||||
## Install grub-efi
|
|
||||||
aptitude install -y grub-efi-amd64
|
|
||||||
## Get grub device (keep only some patterns, eg. /dev/sda, /dev/vda, /dev/nvme0n1,…)
|
|
||||||
GRUB_DEVICE=$(sed -n "s;^\(/dev/[a-z]\{3\}\|/dev/nvme[a-z0-9]\{3\}\)\(p[0-9]\|[0-9]\) ${EFI_PATH} .*;\1;p" /etc/mtab)
|
|
||||||
grub-install --target=x86_64-efi "${GRUB_DEVICE}" 2>/dev/null
|
|
||||||
if [ -d "${EFI_PATH}"/EFI ]; then
|
|
||||||
## Copy efi entries to a boot directory
|
|
||||||
mkdir -p -- "${EFI_PATH}"/EFI/boot
|
|
||||||
find "${EFI_PATH}"/EFI/grub -type f -iname "grubx64.efi" -exec cp {} "${EFI_PATH}"/EFI/boot/bootx64.efi \; -quit 2>/dev/null
|
|
||||||
find "${EFI_PATH}"/EFI/debian -type f -iname "grubx64.efi" -exec cp {} "${EFI_PATH}"/EFI/boot/bootx64.efi \; -quit
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
### Rsyslog {{{
|
|
||||||
|
|
||||||
# Install new Rsyslog configuration
|
|
||||||
if [ -f "${RSYSLOGD_CONF_PATH}" ]; then
|
|
||||||
cp "${RSYSLOGD_CONF_SRC}" "${RSYSLOGD_CONF_PATH}"
|
|
||||||
fi
|
|
||||||
cp -- "${RSYSLOGD_INCLUDE_SRC}"* "${RSYSLOGD_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# Restart Rsyslog service
|
|
||||||
systemctl restart rsyslog
|
|
||||||
|
|
||||||
### }}}
|
|
||||||
### Logrotate {{{
|
|
||||||
|
|
||||||
# Install new Logrotate configuration
|
|
||||||
if [ -f "${LOGROTATE_CONF_PATH}" ]; then
|
|
||||||
cp "${LOGROTATE_CONF_SRC}" "${LOGROTATE_CONF_PATH}"
|
|
||||||
fi
|
|
||||||
cp -- "${LOGROTATE_INCLUDE_SRC}"* "${LOGROTATE_INCLUDE_PATH}"
|
|
||||||
|
|
||||||
# Create an archive directory for some log files (aptitude, dpkg,…)
|
|
||||||
mkdir -p -- /var/log/old_logs.d /var/log/aptitude.d /var/log/dpkg.d /var/log/alternatives.d /var/log/syslog.d /var/log/cron.d /var/log/daemon.d /var/log/kern.d /var/log/lpr.d /var/log/mail.d /var/log/auth.d /var/log/messages.d
|
|
||||||
|
|
||||||
chmod 0750 /var/log/auth.d /var/log/daemon.d /var/log/kern.d /var/log/messages.d /var/log/syslog.d
|
|
||||||
chown root:adm /var/log/auth.d /var/log/daemon.d /var/log/kern.d /var/log/messages.d /var/log/syslog.d
|
|
||||||
|
|
||||||
# Create the log directory for journald (Systemd), need the configuration Storage=(auto|persistent)
|
|
||||||
mkdir -p -- /var/log/journal
|
|
||||||
### }}}
|
|
||||||
|
|
||||||
exit 0
|
|
|
@ -1,7 +0,0 @@
|
||||||
// Should APT install recommended or suggested packages?
|
|
||||||
APT::Install-Recommends "false";
|
|
||||||
APT::Install-Suggests "false";
|
|
||||||
|
|
||||||
// Should APT autoremove recommended or suggested packages?
|
|
||||||
APT::AutoRemove::RecommendsImportant "false";
|
|
||||||
APT::AutoRemove::SuggestsImportant "false";
|
|
|
@ -1,29 +0,0 @@
|
||||||
|
|
||||||
create
|
|
||||||
weekly
|
|
||||||
compress
|
|
||||||
delaycompress
|
|
||||||
dateext
|
|
||||||
notifempty
|
|
||||||
include /etc/logrotate.d
|
|
||||||
|
|
||||||
# No packages own wtmp or btmp, they will be managed directly
|
|
||||||
/var/log/wtmp {
|
|
||||||
missingok
|
|
||||||
monthly
|
|
||||||
create 0664 root utmp
|
|
||||||
rotate 3
|
|
||||||
olddir /var/log/old_logs.d
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
# No packages own wtmp or btmp, they will be managed directly
|
|
||||||
/var/log/btmp {
|
|
||||||
missingok
|
|
||||||
monthly
|
|
||||||
create 0660 root utmp
|
|
||||||
rotate 3
|
|
||||||
olddir /var/log/old_logs.d
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
/var/log/aptitude {
|
|
||||||
rotate 6
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
olddir /var/log/aptitude.d
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
/var/log/alternatives.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
create 644 root root
|
|
||||||
olddir /var/log/alternatives.d
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/dpkg.log {
|
|
||||||
rotate 12
|
|
||||||
monthly
|
|
||||||
missingok
|
|
||||||
create 644 root root
|
|
||||||
olddir /var/log/dpkg.d
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,116 +0,0 @@
|
||||||
# Default directives are activilly used, please see /etc/logrotate.conf
|
|
||||||
|
|
||||||
/var/log/syslog
|
|
||||||
/var/log/syslog.log
|
|
||||||
/var/log/local0.log
|
|
||||||
/var/log/local1.log
|
|
||||||
/var/log/local2.log
|
|
||||||
/var/log/local3.log
|
|
||||||
/var/log/local4.log
|
|
||||||
/var/log/local5.log
|
|
||||||
/var/log/local6.log
|
|
||||||
/var/log/local7.log
|
|
||||||
/var/log/uucp.log
|
|
||||||
{
|
|
||||||
rotate 8
|
|
||||||
daily
|
|
||||||
missingok
|
|
||||||
olddir /var/log/syslog.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/cron.log /var/log/mark.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/cron.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/daemon.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/daemon.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/kern.log /var/log/kernel.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/kern.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/lpr.log {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/lpr.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/mail.log
|
|
||||||
/var/log/mail.info
|
|
||||||
/var/log/mail.warn
|
|
||||||
/var/log/mail.err
|
|
||||||
{
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/mail.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/auth.log
|
|
||||||
/var/log/authpriv.log
|
|
||||||
/var/log/user.log
|
|
||||||
{
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/auth.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
||||||
/var/log/messages /var/log/debug {
|
|
||||||
maxsize 250k
|
|
||||||
missingok
|
|
||||||
sharedscripts
|
|
||||||
olddir /var/log/messages.d
|
|
||||||
|
|
||||||
postrotate
|
|
||||||
invoke-rc.d rsyslog rotate > /dev/null
|
|
||||||
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#
|
|
||||||
# Include all config files in /etc/rsyslog.d/
|
|
||||||
#
|
|
||||||
$IncludeConfig /etc/rsyslog.d/*.conf
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
# This file is managed remotely, all changes will be lost
|
|
||||||
|
|
||||||
#
|
|
||||||
# Global options
|
|
||||||
#
|
|
||||||
global(
|
|
||||||
defaultNetstreamDriver="ptcp"
|
|
||||||
)
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
# This file is managed remotely, all changes will be lost
|
|
||||||
|
|
||||||
#
|
|
||||||
# Set default permissions for all log files
|
|
||||||
#
|
|
||||||
$FileOwner root
|
|
||||||
$FileGroup adm
|
|
||||||
$FileCreateMode 0640
|
|
||||||
$DirCreateMode 0755
|
|
||||||
$Umask 0022
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Where to place spool and state files
|
|
||||||
#
|
|
||||||
$WorkDirectory /var/spool/rsyslog
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log every message
|
|
||||||
#
|
|
||||||
$RepeatedMsgReduction off
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
# This file is managed remotely, all changes will be lost
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log messages sent to local UNIX socket
|
|
||||||
#
|
|
||||||
$ModLoad imuxsock
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log kernel messages
|
|
||||||
#
|
|
||||||
$ModLoad imklog
|
|
||||||
$KLogPermitNonKernelFacility on
|
|
||||||
|
|
||||||
#
|
|
||||||
# Log periodic -- MARK -- messages
|
|
||||||
#
|
|
||||||
$ModLoad immark
|
|
||||||
$MarkMessagePeriod 3600
|
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
# This file is managed remotely, all changes will be lost
|
|
||||||
|
|
||||||
#
|
|
||||||
# Standard log files, split by facility
|
|
||||||
#
|
|
||||||
auth,authpriv.* /var/log/auth.log
|
|
||||||
*.*;cron,auth,authpriv.none -/var/log/syslog
|
|
||||||
cron.* -/var/log/cron.log
|
|
||||||
daemon.* -/var/log/daemon.log
|
|
||||||
kern.* -/var/log/kern.log
|
|
||||||
lpr.* -/var/log/lpr.log
|
|
||||||
mail.* -/var/log/mail.log
|
|
||||||
user.* -/var/log/user.log
|
|
||||||
|
|
||||||
#
|
|
||||||
# Logging for the mail system. Split it up so that
|
|
||||||
# it is easy to write scripts to parse these files
|
|
||||||
#
|
|
||||||
mail.info -/var/log/mail.info
|
|
||||||
mail.warn -/var/log/mail.warn
|
|
||||||
mail.err /var/log/mail.err
|
|
||||||
|
|
||||||
#
|
|
||||||
# Logging for INN news system
|
|
||||||
#
|
|
||||||
news.crit /var/log/news/news.crit
|
|
||||||
news.err /var/log/news/news.err
|
|
||||||
news.notice -/var/log/news/news.notice
|
|
||||||
|
|
||||||
#
|
|
||||||
# Some "catch-all" log files
|
|
||||||
#
|
|
||||||
*.=debug;\
|
|
||||||
auth,authpriv.none;\
|
|
||||||
mail,news.none -/var/log/debug
|
|
||||||
*.=info;*.=notice;*.=warn;\
|
|
||||||
auth,authpriv.none;\
|
|
||||||
cron,daemon.none;\
|
|
||||||
mail,news.none -/var/log/messages
|
|
||||||
|
|
||||||
#
|
|
||||||
# Emergencies are sent to everybody logged in
|
|
||||||
#
|
|
||||||
*.emerg :omusrmsg:*
|
|
||||||
|
|
Loading…
Reference in New Issue