3688 Commits

Author SHA1 Message Date
Rudi Heitbaum
4fe0a56c2a tz: update to 2023d 2024-01-09 12:26:27 +00:00
Christian Hewitt
724a6f8912
Merge pull request #8305 from antonlacon/le11-hostname
systemd: network-base: add hostname and localhost to hosts.conf if not present [LE11]
2024-01-09 04:37:26 +04:00
Christian Hewitt
334ab81cc8
Merge pull request #8309 from HiassofT/le11-udevil-conf
[le11] udevil: support custom udevil.conf in /storage/.config
2023-12-14 13:47:49 +04:00
CvH
a0db5fc45e pastebinit: use LE paste service 2023-12-12 20:06:20 +01:00
Matthias Reichl
30054f96d5 udevil: support custom udevil.conf in /storage/.config
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-11-10 11:04:41 +01:00
Ian Leonard
95d00c5318 systemd: hosts.conf: update comments
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-11-08 14:50:06 -05:00
Ian Leonard
25a1d6a435 systemd: network-base: alter hosts.conf if contents still default
add license header and shellcheck change too

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-11-08 14:49:38 -05:00
Christian Hewitt
d2021437fe
Merge pull request #7729 from mglae/le11_gptfdisk_fs-resize
gptfdisk: update to 1.09.2 / fs_resize: improvements
2023-10-30 17:58:23 +04:00
Matthias Reichl
f1b8be5f7f systemd: let logind handle the power key on GBM
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-09-29 01:15:02 +02:00
mglae
115b829af2 busybox: createlog: don't include journal files of persistent logging 2023-04-23 19:37:57 +02:00
mglae
0adb582098 udevil: improve mount.ntfs script
Explicit mount ntfs3 fs. Avoid log spam by performing automatic
mount over all file systems. Explicit Ntfs3 module load can be
dropped.
2023-04-02 15:15:02 +02:00
mglae
9ed1338ad3 gptfdisk: update to 1.0.9.2+ via patches from git
Latest release 1.0.9 is failing when using "sgdisk -e /dev/sdX"
2023-03-30 18:47:11 +02:00
mglae
33ae9c1101 fs-resize: log to /flash
Add simple logging to ease debugging of future errors
2023-03-30 18:47:07 +02:00
mglae
2f27d3ac97 fs-resize: print error if disk or partition was not deteced 2023-03-30 18:47:03 +02:00
mglae
c6a6dc3f0e fs-resize: add nvme support 2023-03-30 18:46:58 +02:00
Rudi Heitbaum
ceb3783c78 tz: update to 2023c
log:
- https://github.com/eggert/tz/compare/2023b...2023c
2023-03-29 08:38:51 +00:00
Rudi Heitbaum
7b3313a17d tz: update to 2023b 2023-03-24 07:36:31 +00:00
Peter Vicman
4747e6e688 systemd: fix error in 70-local-keyboard.hwdb
introduced in https://github.com/LibreELEC/LibreELEC.tv/pull/7386

LibreELEC:~ # udevadm hwdb --update
/usr/lib/udev/hwdb.d/70-local-keyboard.hwdb:28: Property expected, ignoring record with no properties.
2023-03-17 18:34:13 +01:00
Christian Hewitt
8cc6cb9db8
busybox: add t95z-plus to vfd-clock 2023-02-26 13:06:34 +00:00
Rudi Heitbaum
ba36670fde systemd: update to 252.6 2023-02-17 08:05:56 +00:00
Christian Hewitt
29e9c4c936
systemd: add tx9-pro to vfd-clock script 2023-02-12 11:22:11 +00:00
Christian Hewitt
10072276d2
ethmactool: support Radxa Zero2 as well 2023-02-12 11:22:00 +00:00
Rudi Heitbaum
4d6d86986c e2fsprogs: update to 1.46.6
commit 1.46.6:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?h=maint&id=0127761a94aac2183c46448b34e052006c45b246
commit 1.46.6-rc1:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?h=maint&id=8e70bf2a1c2998b0580ac55c97ffb00983bfc80d
2023-02-03 08:18:22 +00:00
Rudi Heitbaum
928a42ff84 systemd: fix build issue with glibc-2.36 2023-01-31 12:12:23 +00:00
Rudi Heitbaum
01f35c2767 systemd: update SHA256 2023-01-31 11:25:06 +00:00
Rudi Heitbaum
c8337e3e00 systemd: update SHA256 2023-01-30 21:39:44 +00:00
Rudi Heitbaum
ad20104890 systemd: update to 252.5
changelog:
- https://github.com/systemd/systemd-stable/compare/v252.4...v252.5
2023-01-30 03:25:18 +00:00
Christian Hewitt
ecdcdad67c systemd: add nfs4 hint to nfs.mount.sample 2023-01-16 08:01:22 +00:00
Christian Hewitt
564bf7e9c9 systemd: drop 99-osmcrf.hwdb as no longer needed 2023-01-16 08:01:22 +00:00
Christian Hewitt
6756c3ac63 systemd: add more BT remotes to 70-local-keyboard.hwdb 2023-01-16 08:01:22 +00:00
mglae
aab3af6b06 systemd: build with -Defi=true on Generic
With kernel 6.0 the legacy efi vars interface at /sys/firmware/efi/vars was removed
(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?h=v6.0&id=0f5b2c69a4cbe4166ca24b76d5ada98ed2867741).

The efibootmgr tool requires now to mount the efivarfs pseudo-filesystem on
/sys/firmware/efi/efivars. Enabling upstream EFI support for systemd is the easiest way to
get it mounted on EFI systems but still having correct (non-)support for legacy boot.

No additional files are added to the image.
2023-01-14 15:42:03 +01:00
Rudi Heitbaum
70f70f6892 systemd: update to 252.4
log:
- https://github.com/systemd/systemd-stable/compare/v252.3...v252.4
2022-12-20 21:31:03 +00:00
Rudi Heitbaum
57897f0ef5 systemd: remove other notused systemd units
CONFIG_HUGETLBFS and CONFIG_HUGETLB_PAGE need to be set for
/sys/kernel/mm/hugepages to be available. Reading at
https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt

remove unused units:
- systemd[1]: systemd-journald-audit.socket was skipped because of an unmet condition check (ConditionSecurity=audit).
- systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
2022-12-13 22:20:20 +00:00
Rudi Heitbaum
606530a97e systemd: update to 252.3
log:
- https://github.com/systemd/systemd-stable/compare/v252.2...v252.3
2022-12-09 07:21:16 +00:00
CvH
cfd7db5ff0
Merge pull request #7173 from HiassofT/le11-revert-y2038
Revert 32-bit Y2038 changes
2022-12-07 21:00:21 +01:00
Rudi Heitbaum
0ed19584eb usbutils: update to 015 2022-12-06 12:02:46 +00:00
Matthias Reichl
1f85ae27f3 Revert "lirc: support -D_TIME_BITS=64 for 64-bit time"
This reverts commit 2da3f0e9edbd0d2c82f69bf852e8be8e9ebaab19.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Rudi Heitbaum
8b729e2670 pciutils: update to 3.9.0
release notes:
- https://github.com/pciutils/pciutils/blob/v3.9.0/ChangeLog
2022-12-02 09:50:09 +00:00
CvH
247ab88acb
Merge pull request #7187 from heitbaum/misc-pkgs
Miscellaneous package updates
2022-11-30 21:09:19 +01:00
Rudi Heitbaum
cbb11f54dd open-vm-tools: update to 12.1.5 2022-11-30 09:29:48 +00:00
Rudi Heitbaum
f7cd3e06f2 tz: update to 2022g 2022-11-30 08:36:32 +00:00
CvH
2100d88c53
Merge pull request #7174 from heitbaum/util-linux
util-linux: update to 2.38.1
2022-11-26 09:47:42 +01:00
CvH
3b20d17486
Merge pull request #7163 from heitbaum/pkgs-upd
Miscellaneous package updates
2022-11-26 08:04:06 +01:00
Rudi Heitbaum
9ff55a0c00 util-linux: update to 2.38.1
Release notes:
- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes
2022-11-26 02:51:58 +00:00
Rudi Heitbaum
349bb44f89 systemd: update to 252.2 2022-11-25 09:25:13 +00:00
Rudi Heitbaum
02aa255c0c fuse3: update to 3.12.0 2022-11-23 09:21:52 +00:00
Matthias Reichl
d68a4b874b Revert "systemd: set PKGCONFIG directory to /usr/lib/pkgconfig"
This reverts commit 423183d431628e393ebd6d46c9249301e8169802.
2022-11-19 11:24:10 +01:00
Christian Hewitt
66db0daefc sed: update package URL 2022-11-17 11:58:25 +00:00
CvH
9c34b63d1c
Merge pull request #6720 from heitbaum/fuse3
Migrate to fuse3
2022-11-14 16:49:54 +01:00
Christian Hewitt
d54d16fe66 systemd: add xaomi remote to 70-local-keyboard.hwdb 2022-11-13 05:02:52 +00:00