mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/alpine-baselayout: drop kms.conf to silence warning
the modeset=1 parameter is obsolete. fixes the following warning in dmesg: [ 7.598301] i915.modeset=1 is deprecated. Please remove it and the 'nomodeset' kernel parameter instead. fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17015
This commit is contained in:
parent
b94f307f23
commit
540d847701
2 changed files with 2 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=alpine-baselayout
|
||||
pkgver=3.6.8
|
||||
pkgrel=1
|
||||
pkgver=3.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="Alpine base dir structure and init scripts"
|
||||
url="https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout"
|
||||
arch="noarch"
|
||||
|
@ -22,7 +22,6 @@ source="crontab
|
|||
aliases.conf
|
||||
blacklist.conf
|
||||
i386.conf
|
||||
kms.conf
|
||||
|
||||
group
|
||||
inittab
|
||||
|
@ -152,7 +151,6 @@ package() {
|
|||
"$srcdir"/aliases.conf \
|
||||
"$srcdir"/blacklist.conf \
|
||||
"$srcdir"/i386.conf \
|
||||
"$srcdir"/kms.conf \
|
||||
"$pkgdir"/etc/modprobe.d/
|
||||
|
||||
echo "localhost" > "$pkgdir"/etc/hostname
|
||||
|
@ -271,7 +269,6 @@ sha512sums="
|
|||
bfe947bdd69e7d93b32c8cb4e2cabe5717cb6c1e1f49a74015ac2cfb13e96d1f12c4be23ae93a1d61aaa3760d33a032fa9bd99f227fb21223a76b5f5908acc65 aliases.conf
|
||||
0a1e1afa580751e80bf26057b65fadffe269c0552e7a1903de498f94973ba3da8453b51f25e649968ca5f4841266f5ccf951700fa28465a8614b83d07344de60 blacklist.conf
|
||||
49109d434b577563849c43dd8141961ca798dada74d4d3f49003dac1911f522c43438b8241fa254e4faacdd90058f4d39a7d69b1f493f6d57422c1f706547c95 i386.conf
|
||||
9dda8c9d1896baf1217aa05ae2936e909300a22a98da9f4c3ba29136852477bf4764321b6a1abb15e93ee58f4a6e77ddfc42cbb12cbbb53cf0f431ace444f72f kms.conf
|
||||
b5eb01165c714861e860f17c0156911ff882a9010306b7fc4cdb22251acf8b1c91a3fa1d44cc41cb3d9b50892e2f98f43da57b002c5c33200c1bf49c3d2d587d group
|
||||
37d7b8348e604b12c055d9d7e79afb568ededea7153ff552c9f383cffd537d9c78cfd9facd612d2a6753fc626ff608a6d22d62637585a33166aa28f59fabed22 inittab
|
||||
f0d12f365839e7e262ec91e151119de7f2f253e9d0443157de4d52e183f421fbbb9eb0a83b9267a9ee850bebe41bff3c3cef553f9bda6e70d59a754a955be57d passwd
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# enable modeset
|
||||
options radeon modeset=1
|
||||
options i915 modeset=1
|
||||
options nouveau modeset=1
|
Loading…
Add table
Add a link
Reference in a new issue