wok view linux-without-modules/receipt @ rev 20165

Up linux (3.2.98) including KPTI to fix Meltdown security vulnerability
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 10 15:30:44 2018 +0100 (2018-01-10)
parents bf1acce7f66c
children 708b5293dd29
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.98"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="http://www.kernel.org/"
11 PROVIDE="linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }