mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
Merge pull request #26387 from bluca/swapon_util_linux
README/NEWS: note that we now explicitly require util-linux's swapon due to new option
This commit is contained in:
commit
a4d7819d15
4
NEWS
4
NEWS
@ -147,7 +147,9 @@ CHANGES WITH 253 in spe:
|
||||
|
||||
* When enabling a swap device systemd will now reinitialize the device
|
||||
when the page size of the swap space does not match the page size of
|
||||
the running kernel.
|
||||
the running kernel. Note that this requires the 'swapon' utility to
|
||||
provide the '--fixpgsz' option, as implemented by util-linux, and it
|
||||
is not supported by busybox at the time of writing.
|
||||
|
||||
* systemd now executes generator programs in a mount namespace
|
||||
"sandbox" with most of the file system read-only and write access
|
||||
|
4
README
4
README
@ -221,7 +221,9 @@ REQUIREMENTS:
|
||||
During runtime, you need the following additional
|
||||
dependencies:
|
||||
|
||||
util-linux >= v2.27.1 required
|
||||
util-linux >= v2.27.1 required (including but not limited to: mount,
|
||||
umount, swapon, swapoff, sulogin,
|
||||
agetty, fsck)
|
||||
dbus >= 1.4.0 (strictly speaking optional, but recommended)
|
||||
NOTE: If using dbus < 1.9.18, you should override the default
|
||||
policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d).
|
||||
|
Loading…
Reference in New Issue
Block a user