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'
|
||||
pkgname=base-files
|
||||
version=0.107
|
||||
revision=1
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
build_style="meta"
|
||||
depends="base-directories xbps-triggers"
|
||||
|
@ -24,7 +24,8 @@ conf_files="
|
|||
/etc/group
|
||||
/etc/fstab
|
||||
/etc/crypttab
|
||||
/etc/nsswitch.conf"
|
||||
/etc/nsswitch.conf
|
||||
/etc/modprobe.d/blacklist.conf"
|
||||
|
||||
do_install() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
|
|
Loading…
Reference in a new issue