This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 26c98d0904897a4e8fcdaf5824907c325c77bfdc (commit) via 7e35b9b9bb29ab48c0e8a6e051dd203ffb9bb5cd (commit) from cdbaf83bb6e4a932899ce2cb256a3a57cfc1f70c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 26c98d0904897a4e8fcdaf5824907c325c77bfdc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 21 09:51:47 2023 +0100
core182: remove old udev binary and rules
they are the reason for boot fails with scsi controllers in core 181.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 7e35b9b9bb29ab48c0e8a6e051dd203ffb9bb5cd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 21 09:51:05 2023 +0100
core182: add more files from stage2 that are updated
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/182/filelists/files | 5 +++++ config/rootfiles/core/182/update.sh | 11 +++++++++++ 2 files changed, 16 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/182/filelists/files b/config/rootfiles/core/182/filelists/files index 72c12c5ca..6ed086324 100644 --- a/config/rootfiles/core/182/filelists/files +++ b/config/rootfiles/core/182/filelists/files @@ -1,3 +1,7 @@ +bin/cat +bin/echo +bin/pwd +bin/stty lib/firmware/amd/amd_sev_fam19h_model0xh.sbin lib/firmware/amd/amd_sev_fam19h_model1xh.sbin lib/firmware/amdgpu/aldebaran_mec2.bin @@ -251,3 +255,4 @@ srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/tor.cgi usr/lib/libgcc_s.so.1 +usr/lib/libstdc++.so.6 diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index e906a8c60..1b5ddd3cb 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -57,7 +57,18 @@ rm -rvf \ /lib/firmware/intel/ibt-* \ /lib/firmware/mediatek/BT_RAM_CODE_* \ /lib/firmware/nxp \ + /lib/udev/accelerometer \ + /lib/udev/devices \ + /lib/udev/kpartx_id \ + /lib/udev/udevd \ + /lib/udev/rules.d/42-usb-hid-pm.rules \ + /lib/udev/rules.d/50-firmware.rules \ + /lib/udev/rules.d/60-keyboard.rules \ + /lib/udev/rules.d/60-persistent-serial.rules \ + /lib/udev/rules.d/61-accelerometer.rules \ /lib/udev/rules.d/64-xfs.rules \ + /lib/udev/rules.d/75-tty-description.rules \ + /lib/udev/rules.d/95-udev-late.rules \ /usr/bin/gawk-5.2* \ /usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl
hooks/post-receive -- IPFire 2.x development tree