Ubuntu Pastebin

Paste from Gunther at Tue, 19 Apr 2016 11:15:32 +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
25
26
27
28
29
30
31
32
33
name: trionet-kernel
version: 4.4.0
summary: ubuntu xenial kernel with trion kernel module
description: A standard kernel but with the trion kernel module included. This is a driver for DEWETRON TRION measurement devices.
type: kernel

parts:
  kernel:
    plugin: kernel
    source: git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git
    source-type: git
    source-branch: Ubuntu-4.4.0-14.30
    kdefconfig: [defconfig]
    #kconfigfile: prereq/config-4.4.0-15-generic   # overwrites kdefconfig
    kconfigs:
      - CONFIG_LOCALVERSION="-trion"
      - CONFIG_DEBUG_INFO=n
      - CONFIG_SQUASHFS=m
      - CONFIG_SQUASHFS_XZ=y
      - CONFIG_USB_XHCI_HCD=y
      - CONFIG_R8169=m
      - CONFIG_SECURITY_APPARMOR=y
      - CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
      - CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
      - CONFIG_SECURITY_APPARMOR_HASH=y
      - CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
      - CONFIG_DEFAULT_SECURITY_APPARMOR=y
      - CONFIG_DEFAULT_SECURITY="apparmor"
      - CONFIG_SATA_AHCI=m
      - CONFIG_SATA_AHCI_PLATFORM=m
    kernel-initrd-modules:
      - squashfs
      - ahci
Download as text