]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Wed, 15 Mar 2023 10:07:27 +0000 (11:07 +0100)
committermhoellein <mhoellein@freenet.de>
Wed, 15 Mar 2023 10:07:27 +0000 (11:07 +0100)
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

.etckeeper
dracut.conf [new file with mode: 0644]
dracut.conf.d/10-debian.conf [new file with mode: 0644]
dracut.conf.d/11-ifcfg.conf [new file with mode: 0644]
logrotate.d/dracut-core [new file with mode: 0644]
systemd/system/remote-fs.target.wants/clevis-luks-askpass.path [new symlink]

index 144a20040841ffa6da9e33a143b4081b750d51c2..c558810c98cbc39cdf42039f9c6c9dde3a3ad0b5 100755 (executable)
@@ -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 (file)
index 0000000..d6317a0
--- /dev/null
@@ -0,0 +1,3 @@
+# PUT YOUR CONFIG IN separate files
+# in /etc/dracut.conf.d named "<name>.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 (file)
index 0000000..5471379
--- /dev/null
@@ -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 (file)
index 0000000..b7845ad
--- /dev/null
@@ -0,0 +1 @@
+add_dracutmodules+=" ifcfg "
diff --git a/logrotate.d/dracut-core b/logrotate.d/dracut-core
new file mode 100644 (file)
index 0000000..04ca744
--- /dev/null
@@ -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 (symlink)
index 0000000..e4b2099
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/clevis-luks-askpass.path
\ No newline at end of file