drop udlfb snippet
This commit is contained in:
parent
841507ec6b
commit
52abdecb10
@ -80,8 +80,6 @@ Source1: 90-default.preset
|
|||||||
Source5: 90-display-manager.preset
|
Source5: 90-display-manager.preset
|
||||||
# Feodora's SysV convert script. meh.
|
# Feodora's SysV convert script. meh.
|
||||||
Source2: systemd-sysv-convert
|
Source2: systemd-sysv-convert
|
||||||
# Stop-gap, just to ensure things work out-of-the-box for this driver.
|
|
||||||
Source3: udlfb.conf
|
|
||||||
# Stop-gap, just to ensure things work fine with rsyslog without having to change the package right-away
|
# Stop-gap, just to ensure things work fine with rsyslog without having to change the package right-away
|
||||||
Source4: listen.conf
|
Source4: listen.conf
|
||||||
# Prevent accidental removal of the systemd package
|
# Prevent accidental removal of the systemd package
|
||||||
@ -266,10 +264,6 @@ glib-based applications using libudev functionality.
|
|||||||
# Install SysV conversion tool for systemd
|
# Install SysV conversion tool for systemd
|
||||||
/usr/bin/install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/
|
/usr/bin/install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/
|
||||||
|
|
||||||
# Install modprobe fragment
|
|
||||||
/usr/bin/mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d/
|
|
||||||
/usr/bin/install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/modprobe.d/
|
|
||||||
|
|
||||||
# Install rsyslog fragment
|
# Install rsyslog fragment
|
||||||
/usr/bin/mkdir -p %{buildroot}%{_sysconfdir}/rsyslog.d/
|
/usr/bin/mkdir -p %{buildroot}%{_sysconfdir}/rsyslog.d/
|
||||||
/usr/bin/install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/rsyslog.d/
|
/usr/bin/install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/rsyslog.d/
|
||||||
@ -573,7 +567,6 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
||||||
%config(noreplace) %{_sysconfdir}/udev/udev.conf
|
%config(noreplace) %{_sysconfdir}/udev/udev.conf
|
||||||
%config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
|
%config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
|
||||||
%config(noreplace) %{_sysconfdir}/modprobe.d/udlfb.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/yum/protected.d/systemd.conf
|
%config(noreplace) %{_sysconfdir}/yum/protected.d/systemd.conf
|
||||||
%{_sysconfdir}/udev/hwdb.bin
|
%{_sysconfdir}/udev/hwdb.bin
|
||||||
%{_sysconfdir}/bash_completion.d/systemd-bash-completion.sh
|
%{_sysconfdir}/bash_completion.d/systemd-bash-completion.sh
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Makes the stock fbdev driver work with the kernel driver
|
|
||||||
options udlfb fb_defio=y
|
|
Loading…
Reference in New Issue
Block a user