Ubuntu Pastebin

Paste from ppisati at Tue, 19 Apr 2016 15:16:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: xenialmastercopycat
version: 4.4.0
summary: A generic amd64 kernel built from source
description: This is a generic kernel for amd64 / kvm built using xenial master config
type: kernel

parts:
  kernel:
    plugin: kernel
    source: git://git.launchpad.net/~p-pisati/ubuntu/+source/linux
    source-branch: x-master_snappytest
    source-type: git
    kdefconfig: [xenial_master_defconfig]
    kconfigs:
      - CONFIG_LOCALVERSION="-amd64kvm-xenialmaster"
      - CONFIG_DEBUG_INFO=n
      - CONFIG_SQUASHFS=m
    kernel-initrd-modules:
      - squashfs
    kernel-initrd-firmware:
      - lib/firmware/e100/d101m_ucode.bin
      - lib/firmware/e100/d101s_ucode.bin
      - lib/firmware/e100/d102e_ucode.bin
    kernel-image-target: bzImage
Download as text