aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/udev.xml
Commit message (Collapse)AuthorAgeFilesLines
* udev: Realign the export udev_helpers=... commandXi Ruoyao2024-01-151-1/+1
|
* udev: Drop duplicated udevadm in the ninja commandXi Ruoyao2024-01-141-1/+1
|
* remap=make moves unset command to wrong posThomas Trepl2024-01-071-1/+1
|
* udev: Unset udev_helpers after installationXi Ruoyao2024-01-051-0/+6
| | | | | Now this variable is exported, thus it might potentially cause unwanted side effects building other packages. So unset it after installation.
* export the udev_helpers variablePierre Labastie2024-01-041-2/+3
| | | | | | | Since it is needed for both building and installing, exporting it allows to have it defined even if building as a regular user (so that sudo is run for installing) or using a package manager (which usually runs in a new shell and forgets unexported variables)
* Update to systemd-255Xi Ruoyao2023-12-181-3/+9
|
* udev: Adjust the paths to search .link files and install 99-default.linkXi Ruoyao2023-12-011-3/+17
| | | | | | Tested in QEMU and the virtio NIC is now named "enp0s3". Fixes #5386.
* udev: Fix install command for ../rules.d/*.rulesXi Ruoyao2023-11-141-4/+4
| | | | | | | | | The sed command has changed ../rules.d/70-power-switch.rules to "../rules.d", causing the install command to fail. Change the command enumerating ../rules.d/*.rules but 70-power-switch.rules to a "find" command. Edit another "find" command so the styles of them are the same.
* udev: Fix a small typo in commandThomas Trepl2023-11-131-1/+1
|
* udev: Adjust some commandXi Ruoyao2023-11-131-22/+27
| | | | | | | | Set -Dlogind=false -Dvconsole=false to disable out-of-scope udev rules. Use "ninja -n" to list the targets, so the disabled udev rules won't show up then we can remove some "rm" commands. Do not remove 70-power-switch.rules from the source directory so we won't break multilib.
* udev: Remove four udev rules belonging to logindXi Ruoyao2023-11-111-2/+5
| | | | | | They are not really useful without logind. BLFS elogind package will provide them too, so we should remove them and avoid a package manager conflict.
* udev: Use --no-same-owner for man pages, like systemdXi Ruoyao2023-08-031-3/+4
| | | | By the way, fix a minor formatting issue in udev-hwdb.8.
* Package updates.Bruce Dubbs2023-07-281-2/+2
| | | | | | | | | | | | Update udev-lfs tarball to remove obsolete cdrom rules and references to ISDN devices. Update to wheel-0.41.0 (Python Module). Update to tar-1.35. Update to systemd-254. Update to meson-1.2.0. Update to linux-6.4.7. Update to gcc-13.2.0. Update to file-5.45.
* udev: Remove two udev rules requiring a full systemd installationXi Ruoyao2023-07-171-0/+9
| | | | | Or they'll produce some error messages saying "cannot execute systemd-sysctl or systemd-vconsole-setup".
* udev: Fix a typoXi Ruoyao2023-07-161-1/+1
|
* udev: Create /usr/{lib,share}/pkgconfigXi Ruoyao2023-07-161-0/+1
| | | | | They are not created in chapter 7.5, so we should create them before installing files into them.
* udev: Install man pages from systemd man pages tarballXi Ruoyao2023-07-161-0/+14
|
* Replace eudev with udev from systemdXi Ruoyao2023-07-161-0/+245