mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xbps-base-files: update to 0.29.
Added /etc/modprobe.d/blacklist.conf from Fedora. This makes the live image work in qemu! --HG-- extra : convert_revision : 9d8230a58db66f4585247c99b4d644bf40246dec
This commit is contained in:
parent
be0dac40c8
commit
01cbeef6b8
2 changed files with 41 additions and 1 deletions
39
templates/xbps-base-files/files/blacklist.conf
Normal file
39
templates/xbps-base-files/files/blacklist.conf
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
#
|
||||||
|
# Listing a module here prevents the hotplug scripts from loading it.
|
||||||
|
# Usually that'd be so that some other driver will bind it instead,
|
||||||
|
# no matter which driver happens to get probed first. Sometimes user
|
||||||
|
# mode tools can also control driver binding.
|
||||||
|
#
|
||||||
|
# Syntax: driver name alone (without any spaces) on a line. Other
|
||||||
|
# lines are ignored.
|
||||||
|
|
||||||
|
|
||||||
|
#watchdog drivers
|
||||||
|
blacklist i8xx_tco
|
||||||
|
|
||||||
|
# framebuffer drivers
|
||||||
|
blacklist aty128fb
|
||||||
|
blacklist atyfb
|
||||||
|
blacklist radeonfb
|
||||||
|
blacklist i810fb
|
||||||
|
blacklist cirrusfb
|
||||||
|
blacklist intelfb
|
||||||
|
blacklist kyrofb
|
||||||
|
blacklist i2c-matroxfb
|
||||||
|
blacklist hgafb
|
||||||
|
blacklist nvidiafb
|
||||||
|
blacklist rivafb
|
||||||
|
blacklist savagefb
|
||||||
|
blacklist sstfb
|
||||||
|
blacklist neofb
|
||||||
|
blacklist tridentfb
|
||||||
|
blacklist tdfxfb
|
||||||
|
blacklist virgefb
|
||||||
|
blacklist vga16fb
|
||||||
|
|
||||||
|
# ISDN - see bugs 154799, 159068
|
||||||
|
blacklist hisax
|
||||||
|
blacklist hisax_fcpcipnp
|
||||||
|
|
||||||
|
# sound drivers
|
||||||
|
blacklist snd-pcsp
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-base-files'
|
# Template file for 'xbps-base-files'
|
||||||
pkgname=xbps-base-files
|
pkgname=xbps-base-files
|
||||||
version=0.28
|
version=0.29
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="xbps base system files"
|
short_desc="xbps base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -87,4 +87,5 @@ do_install()
|
||||||
install -d ${DESTDIR}/etc/modprobe.d
|
install -d ${DESTDIR}/etc/modprobe.d
|
||||||
install -m644 ${FILESDIR}/usb-load-ehci-first \
|
install -m644 ${FILESDIR}/usb-load-ehci-first \
|
||||||
${DESTDIR}/etc/modprobe.d/usb-load-ehci-first.conf
|
${DESTDIR}/etc/modprobe.d/usb-load-ehci-first.conf
|
||||||
|
install -m644 ${FILESDIR}/blacklist.conf ${DESTDIR}/etc/modprobe.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue