base-files: add /etc/modprobe.d/blacklist.conf to conf_files
This commit is contained in:
parent
310251d676
commit
3d91db8a07
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.107
|
version=0.107
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style="meta"
|
build_style="meta"
|
||||||
depends="base-directories xbps-triggers"
|
depends="base-directories xbps-triggers"
|
||||||
|
@ -24,7 +24,8 @@ conf_files="
|
||||||
/etc/group
|
/etc/group
|
||||||
/etc/fstab
|
/etc/fstab
|
||||||
/etc/crypttab
|
/etc/crypttab
|
||||||
/etc/nsswitch.conf"
|
/etc/nsswitch.conf
|
||||||
|
/etc/modprobe.d/blacklist.conf"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
|
Loading…
Reference in a new issue