diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 10:04:12 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 10:04:12 +0800 |
commit | c7ee38fb5ad62d2153980b4a2518cc5d527a1c86 (patch) | |
tree | a7e9ecbefcc58539cb6a8256222e64bd8162ba3a /packages.ent | |
parent | 1053282e5f0a6e7bba9605676b650d46db6ffaf4 (diff) |
bootscripts: Use /bin/udevadm instead of /sbin/udevadm
We are switching from eudev to systemd-udev for SysV. Systemd installs
udevadm into /usr/bin, and at least a part of its function can be used
as non-root user, so we'll no longer put it into /usr/sbin.
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.ent b/packages.ent index 2abb800d1..8e0a2d222 100644 --- a/packages.ent +++ b/packages.ent @@ -390,7 +390,7 @@ <!ENTITY less-fin-du "4.3 MB"> <!ENTITY less-fin-sbu "less than 0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20230101"> <!-- Scripts depend on this format --> +<!ENTITY lfs-bootscripts-version "20230715"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> |