aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/systemd.xml
Commit message (Collapse)AuthorAgeFilesLines
* systemd: Update the explanation to match the actual commandXi Ruoyao2024-01-151-1/+1
|
* systemd: Fix another deprecation warningXi Ruoyao2024-01-061-1/+1
| | | | Not sure why I didn't catch it...
* systemd: Fix CVE-2023-7008 (#5405)Xi Ruoyao2023-12-311-0/+7
|
* systemd: Disable systemd-sysupdate with a better wayXi Ruoyao2023-12-181-6/+12
|
* Update to systemd-255Xi Ruoyao2023-12-181-2/+15
|
* systemd: Slightly adjust the desc for -Dnobody-groupXi Ruoyao2023-09-031-2/+2
|
* Package updates and misc upates/typos.Bruce Dubbs2023-09-021-0/+9
| | | | | | | | | | | | | | | | | | Update to vim-1837.$ Update to zlib-1.3.$ Update to wheel-0.41.2 (Python Module).$ Update to util-linux-2.39.2.$ Update to sysvinit-3.08.$ Update to shadow-4.14.0.$ Update to Python-3.11.5.$ Update to procps-ng-4.0.4.$ Update to pkgconf-2.0.2.$ Update to mpfr-4.2.1.$ Update to kbd-2.6.2.$ Update to gzip-1.13.$ Update to coreutils-9.4.$ Specify the 'nobody-group' for systemd.$ Remove unused usb group.$
* systemd: Add two new symlinks into contentsXi Ruoyao2023-07-291-2/+4
|
* systemd: Add --no-same-owner for man page extractionXi Ruoyao2023-07-291-1/+3
| | | | | | | | Well, I forgot to create the man pages tarball as root, so if we don't use --no-same-owner the man pages will be owned by UID 1000 :(. Instead of regenerating the tarball again let's just fix this in the book.
* systemd: Remove sed unneeded with 254Xi Ruoyao2023-07-291-13/+0
|
* Minor grammar fixBruce Dubbs2023-05-131-2/+2
|
* systemd: Fix runtime issues exploited by GCC 13 (#5254)Xi Ruoyao2023-05-101-1/+15
| | | | Switch to "meson setup" from the plain "meson" by the way.
* systemd: Set /dev/kvm mode to 0660Xi Ruoyao2023-04-101-0/+10
| | | | | | | | | | The default /dev/kvm mode is 0666 and we consider it "not so safe". Like Tim said: "I'm also authenticating to my system all the time and don't do a chmod -R 777 / after every boot." With this option, the /dev/kvm mode is set to 0660 and it's tagged "uaccess" so systemd-logind will add an ACL entry for users logged-in locally.
* systemd: Document systemd-ac-powerXi Ruoyao2023-03-051-1/+12
| | | | | It has been moved to /usr/bin for general use by upstream, so list it in programs.
* Package updatesXi Ruoyao2023-03-051-6/+0
| | | | | | | | | | | - Update to systemd-253 - Update to bc-6.3.1 - Update to linux-6.2.2 - Update to procps-ng-4.0.3 - Update to iproute2-6.2.0 - Update to meson-1.0.1 - Update to make-4.4.1 - Update to elfutils-0.189
* systemd: remove an extra word "both"Xi Ruoyao2023-01-271-1/+1
| | | | | It seems introduced unintentionally. I'm wondering what has happened with David's text editor :).
* Fix the build of systemd due to the last commitDouglas R. Reno2023-01-251-1/+1
|
* Edit systemd chapters for grammar and idiom.David Bryant2023-01-251-31/+31
|
* Patch systemd against CVE-2022-4415Douglas R. Reno2022-12-281-3/+3
|
* systemd: fix and simply the command to disable systemd-sysupdateXi Ruoyao2022-11-041-7/+3
| | | | | | | "systemd disable" seems a typo... And we don't need the ".timer" suffix because these .service units are tied to the .timer units.
* Update to systemd-252.Douglas R. Reno2022-11-031-0/+6
|
* Package updates.Bruce Dubbs2022-08-061-0/+4
| | | | | | | Update to binutils-2.38. Update to util-linux-2.38.1. Update to Python3-3.10.6. Update to glibc-2.36.
* systemd: disable systemd-sysupdateXi Ruoyao2022-05-291-0/+6
|
* systemd: use a better way to disable /usr/lib/pam.dXi Ruoyao2022-05-291-4/+8
|
* systemd: remove unnecessary optionsXi Ruoyao2022-05-291-4/+0
| | | | | -Dblkid is automatically detected, and other three options are meson defaults.
* update to systemd-251 (#5064)Xi Ruoyao2022-05-291-11/+3
|
* Add in the patch needed for systemd with the 5.17 kernelBruce Dubbs2022-03-311-0/+5
|
* systemd: remove --strip-compoents=1 from man page installation commandXi Ruoyao2022-03-161-1/+1
| | | | | | systemd-man-pages-250.tar.xz has no additional leading components. An errata is required.
* systemd: remove unneeded commandXi Ruoyao2022-02-231-7/+0
| | | | | For systmed-250, systemd-time-wait-sync.service is disabled by systemctl preset-all.
* systemd: trivial indent fix :)Xi Ruoyao2022-02-231-1/+1
|
* short description should not end with "."Xi Ruoyao2022-02-181-1/+1
|
* systemd: remove systemd-cryptenroll and bootctlXi Ruoyao2022-02-171-18/+7
| | | | | | | bootctl is not built because LFS doesn't have gnu-efi. systemd-cryptenroll is disabled if cryptsetup is not installed (should be added into BLFS).
* systemd: /etc/{passwd,group} was created in Chapter 7Xi Ruoyao2022-02-051-1/+1
|
* systemd: remove unneeded LANG=en_US.UTF-8 settingsXi Ruoyao2022-02-051-3/+2
| | | | | They were added because ninja had printed warnings about "non UTF-8 locale". Current version of ninja no longer does this.
* Minor tweaks to systemdDouglas R. Reno2022-02-041-1/+2
|
* Fix CVE-2021-3997 in systemd.Douglas R. Reno2022-01-131-9/+2
|
* Package Updates:Douglas R. Reno2021-12-301-14/+6
| | | | | | | | | Update to systemd-250 (BLFS coming shortly) Update to meson-0.60.3 Kernel Configuration: Enable the framebuffer since it's disabled by default in Linux-5.15. Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on systemd.
* systemd: minor reword for Linux header >= 5.14 issueXi Ruoyao2021-11-151-1/+2
| | | | | It does not affect using systemd with Linux >= 5.14, but only affects building systemd with kernel header >= 5.14.
* Package updates.Bruce Dubbs2021-11-141-0/+4
| | | | | | | | | | | | | | | | | | Update to iana-etc-20211112. Update to elfutils-0.186. Update to jinja2-3.0.3. Update to bc-5.2.0. Update to ncurses-6.3. Update to libpipeline-1.5.4. Update to meson-0.60.1. Update to iproute2-5.15.0. Update to linux-5.15.2. One change was needed to systemd-249 due to changes in the linux keernel version 5.14 and later. A change to ncurses was needed to ensure the .pc files are placed in the right location (/usr/lib/pkgconfig).
* systemd: fix a typoXi Ruoyao2021-11-021-1/+1
|
* Package updatesBruce Dubbs2021-10-311-1/+5
| | | | | | | | | | | | | | Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
* Remove spaces at end o lines - chapter08Pierre Labastie2021-09-071-11/+11
|
* Update to binutils-2.37Douglas R. Reno2021-07-231-9/+2
| | | | | | Update to less-590 Update to meson-0.59.0 Guard systemd against CVE-2021-33910
* Package Updates and AdditionsDouglas R. Reno2021-07-081-4/+7
| | | | | | | | | | Add MarkupSafe Add Jinja2 Update to texinfo-6.8 Update to iproute2-5.13.0 Update to Python-3.9.6 (Security Update) Update to systemd-249 (Security Update) Update to Linux-5.13.1
* systemd: sync with BLFSXi Ruoyao2021-06-041-1/+10
|
* Remove unnecessary command for systemd. Nice eye, Xi!Douglas R. Reno2021-05-131-0/+2
|
* systemd: fix systemd-sysext descriptionXi Ruoyao2021-05-131-2/+1
| | | | Technically it's not a daemon, copy the desc from man page.
* Merge Xi's changes into trunkDouglas R. Reno2021-05-111-46/+45
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14Douglas R. Reno2021-04-281-1/+1
| | | | and higher.
* systemd: simplify systemd man page installationXi Ruoyao2021-03-051-11/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689