Skip to content
Snippets Groups Projects
Commit 8bce8c56 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/alpine-baselayout: blacklist microcode by default

Other option would be to ship intel and amd ucode, but the licenses
are questionable
parent 7094be76
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-baselayout pkgname=alpine-baselayout
pkgver=2.2.0 pkgver=2.2.0
pkgrel=3 pkgrel=4
pkgdesc="Alpine base dir structure and init scripts" pkgdesc="Alpine base dir structure and init scripts"
url=http://git.alpinelinux.org/cgit/alpine-baselayout url=http://git.alpinelinux.org/cgit/alpine-baselayout
depends= depends=
...@@ -29,6 +29,9 @@ package() { ...@@ -29,6 +29,9 @@ package() {
make install PREFIX= DESTDIR="$pkgdir" || return 1 make install PREFIX= DESTDIR="$pkgdir" || return 1
rm -rf "$pkgdir"/etc/issue "$pkgdir"/usr/share/udhcpc \ rm -rf "$pkgdir"/etc/issue "$pkgdir"/usr/share/udhcpc \
"$pkgdir"/etc/init.d/vlan "$pkgdir"/etc/init.d/vlan
# lets blacklist microcode
echo "blacklist microcode" > "$pkgdir"/etc/modprobe.d/microcode.conf
} }
md5sums="225dbf5b50ae6d3d188ff92c5746bc36 alpine-baselayout-2.2.0.tar.bz2 md5sums="225dbf5b50ae6d3d188ff92c5746bc36 alpine-baselayout-2.2.0.tar.bz2
3e219db536b13811c34e03c9c32229cb 0001-blacklist-viafb-and-e_powersaver.patch" 3e219db536b13811c34e03c9c32229cb 0001-blacklist-viafb-and-e_powersaver.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment