From: mhoellein Date: Wed, 15 Mar 2023 10:07:27 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=b8aa0f92a1b5ea7dfb20cb7e27f3cbe075a6e90f;p=homeserver committing changes in /etc after apt run Package changes: +clevis 8-1ubuntu0.2 amd64 +clevis-dracut 8-1ubuntu0.2 all +clevis-luks 8-1ubuntu0.2 all +clevis-systemd 8-1ubuntu0.2 amd64 +dracut-core 047-2 amd64 +dracut-network 047-2 all +jose 10-2build1 amd64 +libjose0 10-2build1 amd64 +libluksmeta0 8-3build1 amd64 +libpwquality-tools 1.4.0-2 amd64 +luksmeta 8-3build1 amd64 --- diff --git a/.etckeeper b/.etckeeper index 144a2004..c558810c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2402,6 +2402,10 @@ maybe chmod 0644 'dpkg/origins/debian' maybe chmod 0644 'dpkg/origins/ubuntu' maybe chmod 0644 'dpkg/shlibs.default' maybe chmod 0644 'dpkg/shlibs.override' +maybe chmod 0644 'dracut.conf' +maybe chmod 0755 'dracut.conf.d' +maybe chmod 0644 'dracut.conf.d/10-debian.conf' +maybe chmod 0644 'dracut.conf.d/11-ifcfg.conf' maybe chmod 0644 'drirc' maybe chmod 0755 'dropbear' maybe chmod 0755 'dropbear-initramfs' @@ -12450,6 +12454,7 @@ maybe chmod 0644 'logrotate.d/cups-daemon' maybe chmod 0644 'logrotate.d/dbconfig-common' maybe chmod 0644 'logrotate.d/dhcp' maybe chmod 0644 'logrotate.d/dpkg' +maybe chmod 0644 'logrotate.d/dracut-core' maybe chmod 0644 'logrotate.d/fail2ban' maybe chmod 0644 'logrotate.d/homematic' maybe chmod 0644 'logrotate.d/icinga2' @@ -13838,6 +13843,7 @@ maybe chmod 0755 'systemd/system/oem-config.service.wants' maybe chmod 0755 'systemd/system/paths.target.wants' maybe chmod 0644 'systemd/system/ping.service' maybe chmod 0755 'systemd/system/printer.target.wants' +maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0644 'systemd/system/signal.service' maybe chmod 0755 'systemd/system/sockets.target.wants' diff --git a/dracut.conf b/dracut.conf new file mode 100644 index 00000000..d6317a0f --- /dev/null +++ b/dracut.conf @@ -0,0 +1,3 @@ +# PUT YOUR CONFIG IN separate files +# in /etc/dracut.conf.d named ".conf" +# SEE man dracut.conf(5) for options diff --git a/dracut.conf.d/10-debian.conf b/dracut.conf.d/10-debian.conf new file mode 100644 index 00000000..5471379e --- /dev/null +++ b/dracut.conf.d/10-debian.conf @@ -0,0 +1,3 @@ +do_prelink=no +hostonly=yes +add_drivers+="crc32c " diff --git a/dracut.conf.d/11-ifcfg.conf b/dracut.conf.d/11-ifcfg.conf new file mode 100644 index 00000000..b7845ad8 --- /dev/null +++ b/dracut.conf.d/11-ifcfg.conf @@ -0,0 +1 @@ +add_dracutmodules+=" ifcfg " diff --git a/logrotate.d/dracut-core b/logrotate.d/dracut-core new file mode 100644 index 00000000..04ca7445 --- /dev/null +++ b/logrotate.d/dracut-core @@ -0,0 +1,7 @@ +/var/log/dracut.log { + rotate 12 + monthly + compress + missingok + notifempty +} diff --git a/systemd/system/remote-fs.target.wants/clevis-luks-askpass.path b/systemd/system/remote-fs.target.wants/clevis-luks-askpass.path new file mode 120000 index 00000000..e4b20992 --- /dev/null +++ b/systemd/system/remote-fs.target.wants/clevis-luks-askpass.path @@ -0,0 +1 @@ +/lib/systemd/system/clevis-luks-askpass.path \ No newline at end of file