diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 04:50:33 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 04:50:33 +0100 |
commit | 06316d9f1a91b4d3efdb7402e72498cb3deb1806 (patch) | |
tree | 48feeccd57cd656b7d81764570d090f917aefa83 /INSTALL | |
parent | e5d8ce91bedf4af89111ac9499d6bdc91b475f0d (diff) | |
download | systemd-06316d9f1a91b4d3efdb7402e72498cb3deb1806.tar.gz |
builtin: kmod - switch modprobe to builtin
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ The options used used usually look like: --prefix=/usr \ --sysconfdir=/etc \ --bindir=/usr/bin \ - --sbindir=/usr/sbin \ --libdir=/usr/lib64 \ --libexecdir=/usr/lib/udev \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ @@ -14,7 +13,6 @@ The options used in a RPM spec file look like: --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --bindir=%{_bindir} \ - --sbindir=%{_sbindir} \ --libdir=%{_libdir} \ --libexecdir=%{_prefix}/lib/udev \ --with-systemdsystemunitdir=%{_prefix}/lib/systemd/system \ @@ -23,7 +21,6 @@ The options used in a RPM spec file look like: The options to install udev in the rootfs instead of /usr, and udevadm in /sbin: --bindir=/sbin - --sbindir=/sbin --libexecdir=/lib/udev --with-systemdsystemunitdir=/lib/systemd/system --with-rootlibdir=/lib64 |