about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-08-22 16:35:00 +0100
committerSilvino Silva <silvino@bk.ru>2016-08-22 20:08:05 +0100
commit1ac5f126bf1b3f2e18001dab8b9f2ae6255309cf (patch)
tree0383468088621583e29e1e8be1fdeeceb3ec0d14 /core
parent05c1ad5f7378e421f8ea06fb55e44ec773f0f055 (diff)
downloaddoc-1ac5f126bf1b3f2e18001dab8b9f2ae6255309cf.tar.gz
first doc core os revision
Diffstat (limited to 'core')
-rw-r--r--core/conf/fstab64
-rw-r--r--core/conf/hosts19
-rw-r--r--core/conf/pkgmk.conf38
-rw-r--r--core/conf/prt-get.conf54
-rw-r--r--core/conf/rc.conf12
-rw-r--r--core/conf/skel/.bash_profile8
-rw-r--r--core/conf/skel/.bashrc57
-rw-r--r--core/conf/skel/.gnupg/gpg.conf141
-rw-r--r--core/conf/skel/.mutt/external27
-rw-r--r--core/conf/skel/.mutt/gpg.rc88
-rw-r--r--core/conf/skel/.mutt/mail_alias0
-rw-r--r--core/conf/skel/.mutt/muttrc65
-rw-r--r--core/conf/skel/.mutt/system25
-rw-r--r--core/conf/skel/.profile6
-rw-r--r--core/conf/skel/.tmux.conf25
-rw-r--r--core/conf/skel/.vim/backup/.gitignore0
-rw-r--r--core/conf/skel/.vim/colors/wombat256mod.vim96
-rw-r--r--core/conf/skel/.vim/swap/.gitignore0
-rw-r--r--core/conf/skel/.vim/undodir/.gitignore0
-rw-r--r--core/conf/skel/.vim/views/.gitignore0
-rw-r--r--core/conf/skel/.vimrc150
-rw-r--r--core/conf/sudoers97
-rw-r--r--core/configure.html55
-rw-r--r--core/index.html78
-rw-r--r--core/install.html71
-rw-r--r--core/ports.html169
-rw-r--r--core/ports/dracut/.footprint398
-rw-r--r--core/ports/dracut/.md5sum2
-rw-r--r--core/ports/dracut/Pkgfile23
-rwxr-xr-xcore/ports/dracut/README5
-rw-r--r--core/ports/linux-crux/.footprint540
-rw-r--r--core/ports/linux-crux/.md5sum2
-rw-r--r--core/ports/linux-crux/Pkgfile32
-rw-r--r--core/ports/linux-crux/linux-4.1.30.defconfig3269
-rw-r--r--core/reboot.html56
-rw-r--r--core/scripts/act-chroot.sh54
-rw-r--r--core/scripts/chroot.sh9
-rw-r--r--core/scripts/configure.sh57
-rw-r--r--core/scripts/getiso.sh26
-rw-r--r--core/scripts/install.sh185
-rw-r--r--core/scripts/ports.sh38
41 files changed, 5836 insertions, 205 deletions
diff --git a/core/conf/fstab b/core/conf/fstab
new file mode 100644
index 0000000..b579488
--- /dev/null
+++ b/core/conf/fstab
@@ -0,0 +1,64 @@
+#
+# /etc/fstab: static file system information
+#
+# <file system>        <dir>     <type>    <options>                        <dump> <pass>
+
+#/dev/#EXT4FS_ROOT#    /         ext4      defaults                         0      1
+#/dev/#BTRFS_ROOT#     /         btrfs     defaults                         0      0
+#/dev/#XFS_ROOT#       /         xfs       defaults                         0      0
+#/dev/#SWAP#           swap      swap      defaults                         0      0
+#/dev/#EXT4FS_HOME#    /home     ext4      defaults                         0      2
+#/dev/#BTRFS_HOME#     /home     btrfs     defaults                         0      0
+#/dev/#XFS_HOME#       /home     xfs       defaults                         0      0
+#/dev/cdrom            /cdrom    iso9660   ro,user,noauto,unhide            0      0
+#/dev/dvd              /dvd      udf       ro,user,noauto,unhide            0      0
+#/dev/floppy/0         /floppy   vfat      user,noauto,unhide               0      0
+#devpts                 /dev/pts  devpts    noexec,nosuid,gid=tty,mode=0620  0      0
+#tmp                   /tmp      tmpfs     defaults                         0      0
+#shm                   /dev/shm  tmpfs     defaults                         0      0
+#usb                   /proc/bus/usb usbfs defaults                         0      0
+
+devpts                 /dev/pts  devpts    noexec,nosuid,gid=tty,mode=0620  0      0
+
+#/
+#/dev/sda3:
+UUID=c8776551-2a98-4335-9fcd-e337331216dd	/		ext4	defaults			0	0
+
+#/boot
+#/dev/sda2:
+UUID=3b408790-65e1-4638-9591-7ba61f266913	/boot		ext4	defaults,nodev,noexec,nosuid	0	0
+
+#/boot/efi
+#/dev/sda1:
+UUID=962D-0DE1					/boot/efi	vfat    umask=0077			0       0
+
+#/var
+#/dev/sda4:
+UUID=f0b112e2-6761-472f-b41e-e9c8ccd27702	/var            ext4    defaults,nodev,noexec,nosuid	0       0
+
+#/usr
+#/dev/sda6:
+UUID=35755a81-89b2-4f84-a945-5185d1d3b10b	/usr            ext4    defaults,nodev			0       0
+
+#/tmp
+#/dev/sda5:
+UUID=1325ee41-27c9-4621-ab69-125bb6e1c63b	/tmp            ext4    defaults,nodev,nosuid,noexec	0	0
+
+#/home
+#/dev/sda7
+UUID=0ccd903c-b9e2-425f-bd30-78682ffce361   	/home           ext4    defaults,nodev,nosuid		0       0
+
+
+#/usr/ports
+#/dev/sda8
+#UUID=d1df6743-d3cb-4d5a-badb-96cef3181095   	/usr/ports       ext4    defaults,nodev,nosuid,noexec	0       0
+
+#/usr/ports/work
+pkgmk   					/usr/ports/work tmpfs size=30G,gid=101,uid=101,defaults 0 	0
+
+
+#swap
+#/dev/sda9:
+UUID=2925bf9d-6111-43cb-ab3f-2d95c55e40ca  none            	swap    sw              		0       0
+
+# End of file
diff --git a/core/conf/hosts b/core/conf/hosts
new file mode 100644
index 0000000..2fb89fb
--- /dev/null
+++ b/core/conf/hosts
@@ -0,0 +1,19 @@
+#
+# /etc/hosts: static lookup table for host names
+#
+
+# IPv4
+127.0.0.1	localhost c9
+
+#<ip-address>	<hostname.domain.org>	<aliases>
+#192.168.1.9	c9.example.org
+
+# IPv6
+#::1		ip6-localhost	ip6-loopback
+#fe00::0	ip6-localnet
+#ff00::0	ip6-mcastprefix
+#ff02::1	ip6-allnodes
+#ff02::2	ip6-allrouters
+#ff02::3	ip6-allhosts
+
+# End of file
diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf
new file mode 100644
index 0000000..3533ba7
--- /dev/null
+++ b/core/conf/pkgmk.conf
@@ -0,0 +1,38 @@
+#
+# /etc/pkgmk.conf: pkgmk(8) configuration
+#
+
+export CFLAGS="-O2 -march=x86-64"
+export CXXFLAGS="${CFLAGS}"
+
+export MAKEFLAGS="-j4"
+
+case ${PKGMK_ARCH} in
+	"64"|"")
+		;;
+	"32")
+		export CFLAGS="${CFLAGS} -m32"
+		export CXXFLAGS="${CXXFLAGS} -m32"
+		export LDFLAGS="${LDFLAGS} -m32"
+		export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig"
+		;;
+	*)
+		echo "Unknown architecture selected! Exiting."
+		exit 1
+		;;
+esac
+
+PKGMK_SOURCE_MIRRORS=(http://crux.nu/distfiles/)
+PKGMK_SOURCE_DIR="/usr/ports/distfiles"
+PKGMK_PACKAGE_DIR="/usr/ports/packages"
+PKGMK_WORK_DIR="/usr/ports/work/$name"
+# PKGMK_DOWNLOAD="no"
+# PKGMK_IGNORE_FOOTPRINT="no"
+# PKGMK_IGNORE_NEW="no"
+# PKGMK_NO_STRIP="no"
+# PKGMK_DOWNLOAD_PROG="wget"
+# PKGMK_WGET_OPTS=""
+# PKGMK_CURL_OPTS=""
+# PKGMK_COMPRESSION_MODE="gz"
+
+# End of file
diff --git a/core/conf/prt-get.conf b/core/conf/prt-get.conf
new file mode 100644
index 0000000..384a5b2
--- /dev/null
+++ b/core/conf/prt-get.conf
@@ -0,0 +1,54 @@
+###
+### prt-get conf
+###
+
+# note: the order matters: the package found first is used
+prtdir /usr/ports/core
+prtdir /usr/ports/opt
+prtdir /usr/ports/xorg
+
+# the following line enables the multilib compat-32 collection
+#prtdir /usr/ports/compat-32
+
+# the following line enables the user maintained contrib collection
+prtdir /usr/ports/contrib
+
+# 6c37 team provides a collection with freetype-iu, fontconfig-iu
+# and cairo-iu ports.
+#prtdir /usr/ports/6c37
+
+### use mypackage form local directory
+# prtdir /home/packages/build:mypackage
+
+### log options:
+writelog enabled         # (enabled|disabled)
+logmode  overwrite       # (append|overwrite)
+rmlog_on_success yes     # (no|yes)
+logfile  /usr/ports/pkgbuild/%n-%v-%r.log
+                           # path, %p=path to port dir, %n=port name
+                           #       %v=version, %r=release
+
+### use alternate cache file (default: /var/lib/pkg/prt-get.cache
+# cachefile /mnt/nfs/cache
+
+### print README information:
+readme verbose           # (verbose|compact|disabled)
+
+### prefer higher versions in sysup / diff
+preferhigher yes      # (yes|no)
+
+### use regexp search
+# useregex no        # (yes|no)
+
+### run pre- and post-installs scripts; yes is equivalent to the
+### --install-scripts option
+runscripts yes            # (no|yes)
+
+
+### EXPERT SECTION ###
+
+### alternative commands
+makecommand      sudo -H -u pkgmk fakeroot pkgmk
+addcommand       pkgadd
+removecommand    pkgrm
+runscriptcommand sh
diff --git a/core/conf/rc.conf b/core/conf/rc.conf
new file mode 100644
index 0000000..a9fffb8
--- /dev/null
+++ b/core/conf/rc.conf
@@ -0,0 +1,12 @@
+#
+# /etc/rc.conf: system configuration
+#
+
+FONT=default
+KEYMAP=dvorak
+TIMEZONE="Europe/Lisbon"
+HOSTNAME=c9
+SYSLOG=sysklogd
+SERVICES=(lo net crond)
+
+# End of file
diff --git a/core/conf/skel/.bash_profile b/core/conf/skel/.bash_profile
new file mode 100644
index 0000000..9ea6954
--- /dev/null
+++ b/core/conf/skel/.bash_profile
@@ -0,0 +1,8 @@
+#!/bin/bash
+if [ -f ~/.profile ]; then
+   source ~/.profile
+fi
+
+if [ -f ~/.bashrc ]; then
+   source ~/.bashrc
+fi
diff --git a/core/conf/skel/.bashrc b/core/conf/skel/.bashrc
new file mode 100644
index 0000000..38f4b24
--- /dev/null
+++ b/core/conf/skel/.bashrc
@@ -0,0 +1,57 @@
+# If not running interactively, don't do anything
+case $- in
+	*i*) ;;
+	*) return;;
+esac
+
+
+# check the window size after each command and, if necessary,
+# update the values of LINES and COLUMNS.
+shopt -s checkwinsize
+
+
+# don't put duplicate lines or lines starting with space in the history.
+# See bash(1) for more options
+HISTCONTROL=ignoreboth
+
+# append to the history file, don't overwrite it
+shopt -s histappend
+
+# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
+HISTSIZE=1000
+HISTFILESIZE=2000
+
+alias tmux="tmux -2"
+
+alias rm='rm -i'
+#alias cp='cp -i'
+alias mv='mv -i'
+# Prevents accidentally clobbering files.
+alias mkdir='mkdir -p'
+
+alias h='history'
+alias j='jobs -l'
+alias which='type -a'
+alias ..='cd ..'
+
+# Generate a password
+genpasswd () {
+    local l=$1
+    [ "$l" == "" ] && l=20
+    tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${l} | xargs
+}
+
+# Git graph log
+glog () {
+    git log --graph --abbrev-commit --decorate --date=relative --all
+}
+
+if [[ -z "$TMUX" ]] ;then
+    ID="`tmux ls | grep -vm1 attached | cut -d: -f1`" # get the id of a deattached session
+    if [[ -z "$ID" ]] ;then # if not available create a new one
+        tmux new-session
+    else
+        tmux attach-session -t "$ID" # if available attach to it
+    fi
+fi
+
diff --git a/core/conf/skel/.gnupg/gpg.conf b/core/conf/skel/.gnupg/gpg.conf
new file mode 100644
index 0000000..20eed65
--- /dev/null
+++ b/core/conf/skel/.gnupg/gpg.conf
@@ -0,0 +1,141 @@
+# These first three lines are not copied to the gpg.conf file in
+# the users home directory.
+# $Id$
+# Options for GnuPG
+# Copyright 1998-2003, 2010 Free Software Foundation, Inc.
+# Copyright 1998-2003, 2010 Werner Koch
+#
+# This file is free software; as a special exception the author gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# Unless you specify which option file to use (with the command line
+# option "--options filename"), GnuPG uses the file ~/.gnupg/gpg.conf
+# by default.
+#
+# An options file can contain any long options which are available in
+# GnuPG. If the first non white space character of a line is a '#',
+# this line is ignored.  Empty lines are also ignored.
+#
+# See the gpg man page for a list of options.
+
+
+# If you have more than 1 secret key in your keyring, you may want to
+# uncomment the following option and set your preferred keyid.
+
+#default-key 621CC013
+
+
+# If you do not pass a recipient to gpg, it will ask for one.  Using
+# this option you can encrypt to a default key.  Key validation will
+# not be done in this case.  The second form uses the default key as
+# default recipient.
+
+#default-recipient some-user-id
+#default-recipient-self
+
+
+# Group names may be defined like this:
+#   group mynames = paige 0x12345678 joe patti
+#
+# Any time "mynames" is a recipient (-r or --recipient), it will be
+# expanded to the names "paige", "joe", and "patti", and the key ID
+# "0x12345678".  Note there is only one level of expansion - you
+# cannot make an group that points to another group.  Note also that
+# if there are spaces in the recipient name, this will appear as two
+# recipients.  In these cases it is better to use the key ID.
+
+#group mynames = paige 0x12345678 joe patti
+
+
+# GnuPG can automatically locate and retrieve keys as needed using
+# this option.  This happens when encrypting to an email address (in
+# the "user@@example.com" form) and there are no keys matching
+# "user@example.com" in the local keyring.  This option takes any
+# number mechanisms which are tried in the given order.  The default
+# is "--auto-key-locate local" to search for keys only in the local
+# key database.  Uncomment the next line to locate a missing key using
+# two DNS based mechanisms.
+
+#auto-key-locate local,pka,dane
+
+
+# Common options for keyserver functions:
+# (Note that the --keyserver option has been moved to dirmngr.conf)
+#
+# include-disabled = when searching, include keys marked as "disabled"
+#                    on the keyserver (not all keyservers support this).
+#
+# no-include-revoked = when searching, do not include keys marked as
+#                      "revoked" on the keyserver.
+#
+# verbose = show more information as the keys are fetched.
+#           Can be used more than once to increase the amount
+#           of information shown.
+#
+# auto-key-retrieve = automatically fetch keys as needed from the keyserver
+#                     when verifying signatures or when importing keys that
+#                     have been revoked by a revocation key that is not
+#                     present on the keyring.
+#
+# no-include-attributes = do not include attribute IDs (aka "photo IDs")
+#                         when sending keys to the keyserver.
+
+keyserver-options auto-key-retrieve
+#keyserver wwwkeys.pgp.net
+#keyserver search.keyserver.net
+keyserver pgp.mit.edu
+
+# Uncomment this line to display photo user IDs in key listings and
+# when a signature from a key with a photo is verified.
+
+#show-photos
+
+
+# Use this program to display photo user IDs
+#
+# %i is expanded to a temporary file that contains the photo.
+# %I is the same as %i, but the file isn't deleted afterwards by GnuPG.
+# %k is expanded to the key ID of the key.
+# %K is expanded to the long OpenPGP key ID of the key.
+# %t is expanded to the extension of the image (e.g. "jpg").
+# %T is expanded to the MIME type of the image (e.g. "image/jpeg").
+# %f is expanded to the fingerprint of the key.
+# %% is %, of course.
+#
+# If %i or %I are not present, then the photo is supplied to the
+# viewer on standard input.  If your platform supports it, standard
+# input is the best way to do this as it avoids the time and effort in
+# generating and then cleaning up a secure temp file.
+#
+# The default program is "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin"
+# On Mac OS X and Windows, the default is to use your regular JPEG image
+# viewer.
+#
+# Some other viewers:
+# photo-viewer "qiv %i"
+# photo-viewer "ee %i"
+# photo-viewer "display -title 'KeyID 0x%k'"
+#
+# This one saves a copy of the photo ID in your home directory:
+# photo-viewer "cat > ~/photoid-for-key-%k.%t"
+#
+# Use your MIME handler to view photos:
+# photo-viewer "metamail -q -d -b -c %T -s 'KeyID 0x%k' -f GnuPG"
+
+
+# Because some mailers change lines starting with "From " to ">From "
+# it is good to handle such lines in a special way when creating
+# cleartext signatures; all other PGP versions do it this way too.
+# To enable full OpenPGP compliance you may want to use this option.
+
+#no-escape-from-lines
+
+
+# Uncomment the following option to get rid of the copyright notice
+
+#no-greeting
diff --git a/core/conf/skel/.mutt/external b/core/conf/skel/.mutt/external
new file mode 100644
index 0000000..8ade1b1
--- /dev/null
+++ b/core/conf/skel/.mutt/external
@@ -0,0 +1,27 @@
+color status blue default
+
+unset sendmail
+
+set folder="~/.mailext"
+set mbox_type=Maildir
+set spoolfile="~/.mailext"
+set keep_flagged=yes            # esc-f to mark messages in spool, and
+
+set mbox="~/.mailext"
+set postponed="+.Drafts"
+set record="+.Sent"
+
+set use_from=yes
+set ssl_starttls=yes
+set ssl_force_tls = yes
+
+set realname='User Name'
+set from=mail@external.org
+
+set pop_user="mail@external.org"
+set pop_pass="password"
+set pop_delete=yes
+set pop_host="pops://$pop_user:$pop_pass@pop.external.org:995"
+
+set smtp_url="smtps://$pop_user:$pop_pass@smtp.external.org/"
+
diff --git a/core/conf/skel/.mutt/gpg.rc b/core/conf/skel/.mutt/gpg.rc
new file mode 100644
index 0000000..2ef0ae2
--- /dev/null
+++ b/core/conf/skel/.mutt/gpg.rc
@@ -0,0 +1,88 @@
+# -*-muttrc-*-
+#
+# Command formats for gpg.
+# 
+# This version uses gpg-2comp from 
+#   http://70t.de/download/gpg-2comp.tar.gz
+#
+# $Id$
+#
+# %p    The empty string when no passphrase is needed,
+#       the string "PGPPASSFD=0" if one is needed.
+#
+#       This is mostly used in conditional % sequences.
+#
+# %f    Most PGP commands operate on a single file or a file
+#       containing a message.  %f expands to this file's name.
+#
+# %s    When verifying signatures, there is another temporary file
+#       containing the detached signature.  %s expands to this
+#       file's name.
+#
+# %a    In "signing" contexts, this expands to the value of the
+#       configuration variable $pgp_sign_as.  You probably need to
+#       use this within a conditional % sequence.
+#
+# %r    In many contexts, mutt passes key IDs to pgp.  %r expands to
+#       a list of key IDs.
+
+# Note that we explicitly set the comment armor header since GnuPG, when used
+# in some localiaztion environments, generates 8bit data in that header, thereby
+# breaking PGP/MIME.
+
+# decode application/pgp
+set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
+
+# verify a pgp/mime signature
+set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f"
+
+# decrypt a pgp/mime attachment
+set pgp_decrypt_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
+
+# create a pgp/mime signed attachment
+# set pgp_sign_command="gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
+set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
+
+# create a application/pgp signed (old-style) message
+# set pgp_clearsign_command="gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f"
+set pgp_clearsign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f"
+
+# create a pgp/mime encrypted attachment
+# set pgp_encrypt_only_command="pgpewrap gpg-2comp -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
+set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
+
+# create a pgp/mime encrypted and signed attachment
+# set pgp_encrypt_sign_command="pgpewrap gpg-2comp %?p?--passphrase-fd 0? -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
+set pgp_encrypt_sign_command="pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
+
+# import a key into the public key ring
+set pgp_import_command="gpg --no-verbose --import %f"
+
+# export a key from the public key ring
+set pgp_export_command="gpg --no-verbose --export --armor %r"
+
+# verify a key
+set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r"
+
+# read in the public key ring
+set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-keys %r"
+
+# read in the secret key ring
+set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-secret-keys %r"
+
+# fetch keys
+# set pgp_getkeys_command="pkspxycwrap %r"
+
+# pattern for good signature - may need to be adapted to locale!
+
+# set pgp_good_sign="^gpgv?: Good signature from "
+
+# OK, here's a version which uses gnupg's message catalog:
+# set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`"
+
+# This version uses --status-fd messages
+set pgp_good_sign="^\\[GNUPG:\\] GOODSIG"
+
+# pattern to verify a decryption occurred
+set pgp_decryption_okay="^\\[GNUPG:\\] DECRYPTION_OKAY"
+
diff --git a/core/conf/skel/.mutt/mail_alias b/core/conf/skel/.mutt/mail_alias
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/conf/skel/.mutt/mail_alias
diff --git a/core/conf/skel/.mutt/muttrc b/core/conf/skel/.mutt/muttrc
new file mode 100644
index 0000000..a56757e
--- /dev/null
+++ b/core/conf/skel/.mutt/muttrc
@@ -0,0 +1,65 @@
+set config_charset="utf-8"
+# set locale="de_CH"
+set charset="utf-8"
+set send_charset="utf-8"
+set editor="vim"
+set visual=vim
+set auto_tag
+set sort=threads
+
+set sort_browser=reverse-date
+set sort_aux=reverse-last-date-received
+set duplicate_threads=yes
+
+source ~/.mutt/gpg.rc
+
+set pgp_autosign=yes
+set pgp_sign_as=0x1D327CA1
+set pgp_replyencrypt=yes
+set pgp_timeout=1800
+
+# automatically sign all outgoing messages
+set crypt_autosign
+
+# sign only replies to signed messages
+set crypt_replysign
+
+# automatically encrypt outgoing messages
+#set crypt_autoencrypt=yes
+
+# encrypt only replies to signed messages
+set crypt_replyencrypt=yes
+
+# encrypt and sign replies to encrypted messages
+set crypt_replysignencrypted=yes
+
+# automatically verify the sign of a message when opened
+set crypt_verify_sig=yes
+
+source "~/.mutt/mail_alias"
+set alias_file=~/.mutt/mail_alias
+
+# Header
+set header_cache =~/.mutt/cache/headers
+set message_cachedir =~/.mutt/cache/bodies
+set certificate_file =~/.mutt/certificates
+
+set timeout=10    # mutt 'presses' (like) a key for you 
+                  #(while you're idle) each x sec to trigger 
+                  #the thing below
+set mail_check=5  # mutt checks for new mails on every keystroke
+                  # but not more often then once in 5 seconds
+set beep_new      # beep on new messages in the mailboxes
+
+## Local system account
+folder-hook 'Mail' 'source ~/.mutt/system'
+
+## Remote account
+folder-hook 'MailExt' 'source ~/.mutt/external'
+
+## Default account
+source "~/.mutt/system"
+
+## Shortcuts
+macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/system<enter><change-folder>!<enter>'
+macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/external<enter><change-folder>!<enter>'
diff --git a/core/conf/skel/.mutt/system b/core/conf/skel/.mutt/system
new file mode 100644
index 0000000..ae23778
--- /dev/null
+++ b/core/conf/skel/.mutt/system
@@ -0,0 +1,25 @@
+color status green default
+
+set folder="~/.mail"
+set mbox_type=Maildir
+set spoolfile=/var/spool/mail/username
+set keep_flagged=yes
+
+set mbox="~/.mail"           # ~/.mailext/read_inbox
+set postponed="+.Drafts"
+set record="+.Sent"
+
+set use_from=yes
+
+set sendmail=/usr/sbin/exim
+set ssl_starttls=no
+set ssl_force_tls=no
+
+unset pop_user
+unset pop_pass
+unset pop_delete
+unset pop_host
+unset smtp_url
+
+set realname='username'
+set from=username@localhost
diff --git a/core/conf/skel/.profile b/core/conf/skel/.profile
new file mode 100644
index 0000000..58f821e
--- /dev/null
+++ b/core/conf/skel/.profile
@@ -0,0 +1,6 @@
+export GPG_AGENT_INFO  # the env file does not contain the export statement
+export SSH_AUTH_SOCK   # enable gpg-agent for ssh
+
+export GPGKEY=EE29B7D3
+
+alias prodtmux="ssh prod -t tmux a"
diff --git a/core/conf/skel/.tmux.conf b/core/conf/skel/.tmux.conf
new file mode 100644
index 0000000..795aff6
--- /dev/null
+++ b/core/conf/skel/.tmux.conf
@@ -0,0 +1,25 @@
+set -g default-terminal "screen-256color"
+
+set-window-option -g mode-keys vi
+
+# Vim style
+# copy tmux's selection buffer into the primary X selection with PREFIX+CTRL+Y
+bind-key u run "tmux save-buffer - | xsel -ib"
+# copy primary X selection into tmux's selection buffer with PREFIX+CTRL+P
+bind-key e run "xsel -o | tmux load-buffer -"
+
+bind-key -t vi-copy 'v' begin-selection
+bind-key -t vi-copy 'y' copy-selection
+
+set-option -g set-titles on
+set-option -g set-titles-string '#S> #I.#P #W'
+
+set -g visual-activity on
+set -g monitor-activity on
+set -g visual-bell on
+set -g bell-action any
+
+## Join windows: <prefix> s, <prefix> j
+bind-key j command-prompt -p "join pane from:"  "join-pane -s '%%'"
+bind-key s command-prompt -p "send pane to:"  "join-pane -t '%%'"
+
diff --git a/core/conf/skel/.vim/backup/.gitignore b/core/conf/skel/.vim/backup/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/conf/skel/.vim/backup/.gitignore
diff --git a/core/conf/skel/.vim/colors/wombat256mod.vim b/core/conf/skel/.vim/colors/wombat256mod.vim
new file mode 100644
index 0000000..1137eb8
--- /dev/null
+++ b/core/conf/skel/.vim/colors/wombat256mod.vim
@@ -0,0 +1,96 @@
+" Vim color file
+" Original Maintainer:  Lars H. Nielsen (dengmao@gmail.com)
+" Last Change:  2010-07-23
+"
+" Modified version of wombat for 256-color terminals by
+"   David Liang (bmdavll@gmail.com)
+" based on version by
+"   Danila Bespalov (danila.bespalov@gmail.com)
+
+set background=dark
+
+if version > 580
+	hi clear
+	if exists("syntax_on")
+		syntax reset
+	endif
+endif
+
+let colors_name = "wombat256mod"
+
+
+" General colors
+hi Normal		ctermfg=252		ctermbg=234		cterm=none		guifg=#e3e0d7	guibg=#242424	gui=none
+hi Cursor		ctermfg=234		ctermbg=228		cterm=none		guifg=#242424	guibg=#eae788	gui=none
+hi Visual		ctermfg=251		ctermbg=239		cterm=none		guifg=#c3c6ca	guibg=#554d4b	gui=none
+hi VisualNOS	ctermfg=251		ctermbg=236		cterm=none		guifg=#c3c6ca	guibg=#303030	gui=none
+hi Search		ctermfg=177		ctermbg=241		cterm=none		guifg=#d787ff	guibg=#636066	gui=none
+hi Folded		ctermfg=103		ctermbg=237		cterm=none		guifg=#a0a8b0	guibg=#3a4046	gui=none
+hi Title		ctermfg=230						cterm=bold		guifg=#ffffd7					gui=bold
+hi StatusLine	ctermfg=230		ctermbg=238		cterm=none		guifg=#ffffd7	guibg=#444444	gui=italic
+hi VertSplit	ctermfg=238		ctermbg=238		cterm=none		guifg=#444444	guibg=#444444	gui=none
+hi StatusLineNC	ctermfg=241		ctermbg=238		cterm=none		guifg=#857b6f	guibg=#444444	gui=none
+hi LineNr		ctermfg=241		ctermbg=232		cterm=none		guifg=#857b6f	guibg=#080808	gui=none
+hi SpecialKey	ctermfg=241		ctermbg=235		cterm=none		guifg=#626262	guibg=#2b2b2b	gui=none
+hi WarningMsg	ctermfg=203										guifg=#ff5f55
+hi ErrorMsg		ctermfg=196		ctermbg=236		cterm=bold		guifg=#ff2026	guibg=#3a3a3a	gui=bold
+
+" Vim >= 7.0 specific colors
+if version >= 700
+hi CursorLine					ctermbg=236		cterm=none						guibg=#32322f
+hi MatchParen	ctermfg=228		ctermbg=101		cterm=bold		guifg=#eae788	guibg=#857b6f	gui=bold
+hi Pmenu		ctermfg=230		ctermbg=238						guifg=#ffffd7	guibg=#444444
+hi PmenuSel		ctermfg=232		ctermbg=192						guifg=#080808	guibg=#cae982
+endif
+
+" Diff highlighting
+hi DiffAdd						ctermbg=17										guibg=#2a0d6a
+hi DiffDelete	ctermfg=234		ctermbg=60		cterm=none		guifg=#242424	guibg=#3e3969	gui=none
+hi DiffText						ctermbg=53		cterm=none						guibg=#73186e	gui=none
+hi DiffChange					ctermbg=237										guibg=#382a37
+
+"hi CursorIM
+"hi Directory
+"hi IncSearch
+"hi Menu
+"hi ModeMsg
+"hi MoreMsg
+"hi PmenuSbar
+"hi PmenuThumb
+"hi Question
+"hi Scrollbar
+"hi SignColumn
+"hi SpellBad
+"hi SpellCap
+"hi SpellLocal
+"hi SpellRare
+"hi TabLine
+"hi TabLineFill
+"hi TabLineSel
+"hi Tooltip
+"hi User1
+"hi User9
+"hi WildMenu
+
+
+" Syntax highlighting
+hi Keyword		ctermfg=111		cterm=none		guifg=#88b8f6	gui=none
+hi Statement	ctermfg=111		cterm=none		guifg=#88b8f6	gui=none
+hi Constant		ctermfg=173		cterm=none		guifg=#e5786d	gui=none
+hi Number		ctermfg=173		cterm=none		guifg=#e5786d	gui=none
+hi PreProc		ctermfg=173		cterm=none		guifg=#e5786d	gui=none
+hi Function		ctermfg=192		cterm=none		guifg=#cae982	gui=none
+hi Identifier	ctermfg=192		cterm=none		guifg=#cae982	gui=none
+hi Type			ctermfg=186		cterm=none		guifg=#d4d987	gui=none
+hi Special		ctermfg=229		cterm=none		guifg=#eadead	gui=none
+hi String		ctermfg=113		cterm=none		guifg=#95e454	gui=italic
+hi Comment		ctermfg=246		cterm=none		guifg=#9c998e	gui=italic
+hi Todo			ctermfg=101		cterm=none		guifg=#857b6f	gui=italic
+
+
+" Links
+hi! link FoldColumn		Folded
+hi! link CursorColumn	CursorLine
+hi! link NonText		LineNr
+
+" vim:set ts=4 sw=4 noet:
diff --git a/core/conf/skel/.vim/swap/.gitignore b/core/conf/skel/.vim/swap/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/conf/skel/.vim/swap/.gitignore
diff --git a/core/conf/skel/.vim/undodir/.gitignore b/core/conf/skel/.vim/undodir/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/conf/skel/.vim/undodir/.gitignore
diff --git a/core/conf/skel/.vim/views/.gitignore b/core/conf/skel/.vim/views/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/conf/skel/.vim/views/.gitignore
diff --git a/core/conf/skel/.vimrc b/core/conf/skel/.vimrc
new file mode 100644
index 0000000..cf143fd
--- /dev/null
+++ b/core/conf/skel/.vimrc
@@ -0,0 +1,150 @@
+" An example for a vimrc file.
+"
+" Maintainer:	Bram Moolenaar <Bram@vim.org>
+" Last change:	2015 Mar 24
+"
+" To use it, copy it to
+"     for Unix and OS/2:  ~/.vimrc
+"	      for Amiga:  s:.vimrc
+"  for MS-DOS and Win32:  $VIM\_vimrc
+"	    for OpenVMS:  sys$login:.vimrc
+
+" When started as "evim", evim.vim will already have done these settings.
+if v:progname =~? "evim"
+  finish
+endif
+
+" Use Vim settings, rather than Vi settings (much better!).
+" This must be first, because it changes other options as a side effect.
+set nocompatible
+
+" allow backspacing over everything in insert mode
+set backspace=indent,eol,start
+
+if has("vms")
+  set nobackup		" do not keep a backup file, use versions instead
+else
+  set backup		" keep a backup file (restore to previous version)
+  set undofile		" keep an undo file (undo changes after closing)
+endif
+
+set history=50		" keep 50 lines of command line history
+set ruler		" show the cursor position all the time
+set showcmd		" display incomplete commands
+set incsearch		" do incremental searching
+
+" For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
+" let &guioptions = substitute(&guioptions, "t", "", "g")
+
+" Don't use Ex mode, use Q for formatting
+map Q gq
+
+" CTRL-U in insert mode deletes a lot.  Use CTRL-G u to first break undo,
+" so that you can undo CTRL-U after inserting a line break.
+inoremap <C-U> <C-G>u<C-U>
+
+" In many terminal emulators the mouse works just fine, thus enable it.
+if has('mouse')
+  set mouse=a
+endif
+
+" Switch syntax highlighting on, when the terminal has colors
+" Also switch on highlighting the last used search pattern.
+if &t_Co > 2 || has("gui_running")
+  syntax on
+  set hlsearch
+  colorscheme wombat256mod
+endif
+
+" Only do this part when compiled with support for autocommands.
+if has("autocmd")
+
+  " Enable file type detection.
+  " Use the default filetype settings, so that mail gets 'tw' set to 72,
+  " 'cindent' is on in C files, etc.
+  " Also load indent files, to automatically do language-dependent indenting.
+  filetype plugin indent on
+
+  " Put these in an autocmd group, so that we can delete them easily.
+  augroup vimrcEx
+  au!
+
+  " For all text files set 'textwidth' to 78 characters.
+  autocmd FileType text setlocal textwidth=78
+
+  " When editing a file, always jump to the last known cursor position.
+  " Don't do it when the position is invalid or when inside an event handler
+  " (happens when dropping a file on gvim).
+  autocmd BufReadPost *
+    \ if line("'\"") >= 1 && line("'\"") <= line("$") |
+    \   exe "normal! g`\"" |
+    \ endif
+
+  augroup END
+
+else
+
+  set autoindent		" always set autoindenting on
+
+endif " has("autocmd")
+
+" Convenient command to see the difference between the current buffer and the
+" file it was loaded from, thus the changes you made.
+" Only define it when not defined already.
+if !exists(":DiffOrig")
+  command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis
+		  \ | wincmd p | diffthis
+endif
+
+if has('langmap') && exists('+langnoremap')
+  " Prevent that the langmap option applies to characters that result from a
+  " mapping.  If unset (default), this may break plugins (but it's backward
+  " compatible).
+  set langnoremap
+endif
+
+map <F2> :tabnew
+map <F3> :tabprevious<CR>
+map <F4> :tabnext<CR>
+
+" Show Line Numbers
+set nu
+set complete=.,b,u,]
+set wildmode=longest,list:longest
+set completeopt=menu,preview
+
+" Directories
+set backupdir=~/.vim/backup
+set undodir=~/.vim/undodir
+set viewdir=~/.vim/views
+set directory=~/.vim/swap
+
+" Spell Check
+set spell spelllang=en_us
+
+" Strips whitespace
+nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR>
+
+" Whitespace fixes
+highlight ExtraWhitespace ctermbg=red guibg=red
+match ExtraWhitespace /\s\+$/
+autocmd BufWinEnter * match ExtraWhitespace /\s\+$/
+autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
+autocmd InsertLeave * match ExtraWhitespace /\s\+$/
+autocmd BufWinLeave * call clearmatches()
+
+
+" For tab characters that appear 4-spaces-wide
+set tabstop=4
+" If you're using actual tab character in your source code you probably also 
+" want these settings (these are actually the defaults,set them defensively):
+set softtabstop=0 noexpandtab
+" Finally, if you want an indent to correspond to a single tab, you should also use:
+set shiftwidth=4
+" For indents that consist of 4 space characters but are entered with the tab key:
+set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
+set list
+" set past gives problems with tabs
+" set paste
+
+
diff --git a/core/conf/sudoers b/core/conf/sudoers
new file mode 100644
index 0000000..3b35ea9
--- /dev/null
+++ b/core/conf/sudoers
@@ -0,0 +1,97 @@
+## sudoers file.
+##
+## This file MUST be edited with the 'visudo' command as root.
+## Failure to use 'visudo' may result in syntax or file permission errors
+## that prevent sudo from running.
+##
+## See the sudoers man page for the details on how to write a sudoers file.
+##
+
+##
+## Host alias specification
+##
+## Groups of machines. These may include host names (optionally with wildcards),
+## IP addresses, network numbers or netgroups.
+# Host_Alias	WEBSERVERS = www1, www2, www3
+
+##
+## User alias specification
+##
+## Groups of users.  These may consist of user names, uids, Unix groups,
+## or netgroups.
+# User_Alias	ADMINS = millert, dowdy, mikef
+
+##
+## Cmnd alias specification
+##
+## Groups of commands.  Often used to group related commands together.
+# Cmnd_Alias	PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
+# 			    /usr/bin/pkill, /usr/bin/top
+# Cmnd_Alias	REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff
+
+##
+## Defaults specification
+##
+## You may wish to keep some of the following environment variables
+## when running commands via sudo.
+##
+## Locale settings
+# Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
+##
+## Run X applications through sudo; HOME is used to find the
+## .Xauthority file.  Note that other programs use HOME to find   
+## configuration files and this may lead to privilege escalation!
+# Defaults env_keep += "HOME"
+##
+## X11 resource path settings
+# Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
+##
+## Desktop path settings
+# Defaults env_keep += "QTDIR KDEDIR"
+##
+## Allow sudo-run commands to inherit the callers' ConsoleKit session
+# Defaults env_keep += "XDG_SESSION_COOKIE"
+##
+## Uncomment to enable special input methods.  Care should be taken as
+## this may allow users to subvert the command being run via sudo.
+# Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
+##
+## Uncomment to use a hard-coded PATH instead of the user's to find commands
+# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
+##
+## Uncomment to send mail if the user does not enter the correct password.
+# Defaults mail_badpass
+##
+## Uncomment to enable logging of a command's output, except for
+## sudoreplay and reboot.  Use sudoreplay to play back logged sessions.
+# Defaults log_output
+# Defaults!/usr/bin/sudoreplay !log_output
+# Defaults!/usr/local/bin/sudoreplay !log_output
+# Defaults!REBOOT !log_output
+
+##
+## Runas alias specification
+##
+
+##
+## User privilege specification
+##
+root ALL=(ALL) ALL
+
+## Uncomment to allow members of group wheel to execute any command
+%wheel ALL=(ALL) ALL
+
+## Same thing without a password
+# %wheel ALL=(ALL) NOPASSWD: ALL
+
+## Uncomment to allow members of group sudo to execute any command
+# %sudo	ALL=(ALL) ALL
+
+## Uncomment to allow any user to run sudo if they know the password
+## of the user they are running the command as (root by default).
+# Defaults targetpw  # Ask for the password of the target user
+# ALL ALL=(ALL) ALL  # WARNING: only use this together with 'Defaults targetpw'
+
+## Read drop-in files from /etc/sudoers.d
+## (the '#' here does not indicate a comment)
+#includedir /etc/sudoers.d
diff --git a/core/configure.html b/core/configure.html
index c283adc..a8d1ddd 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -10,9 +10,8 @@
 
         <h1 id="chroot">1.1.2. Configure</h1>
 
-        <p>If you don't have active chroot and don't are
-        yet inside chroot follow this steps from
-        <a href="install.html">install</a>;</p>
+        <p>If you don't mounted chroot follow this
+        steps from <a href="install.html">install</a>;</p>
 
         <pre>
         $ export CHROOT=/mnt
@@ -35,15 +34,7 @@
         $ sudo mount $BLK_HOME $CHROOT/home
         </pre>
 
-        <p>Activate Chroot;</p>
-
-        <pre>
-        $ sudo mount --bind /dev $CHROOT/dev
-        $ sudo mount -vt devpts devpts $CHROOT/dev/pts
-        $ sudo mount -vt tmpfs shm $CHROOT/dev/shm
-        $ sudo mount -vt proc proc $CHROOT/proc
-        $ sudo mount -vt sysfs sysfs $CHROOT/sys
-        </pre>
+        <p>Now you can chroot;</p>
 
         <pre>
         $ sudo chroot $CHROOT /usr/bin/env -i \
@@ -166,7 +157,7 @@
         <h3>1.2.4.2. Create Administrator User</h3>
 
         <pre>
-        # useradd -U -m -s /bin/bash c9admin
+        # useradd -U -m -k /etc/skel -s /bin/bash c9admin
         # passwd c9admin
         </pre>
 
@@ -226,46 +217,48 @@
         #shm                   /dev/shm  tmpfs     defaults                         0      0
         #usb                   /proc/bus/usb usbfs defaults                         0      0
 
+        devpts                 /dev/pts  devpts    noexec,nosuid,gid=tty,mode=0620  0      0
+
         #/
         #/dev/sda3:
-        UUID=4ed0d5c1-d0c6-4eeb-bbbf-dc94f6f66efd   /	ext4	defaults	0	1
+        UUID=c8776551-2a98-4335-9fcd-e337331216dd	/		ext4	defaults			0	0
 
         #/boot
         #/dev/sda2:
-        UUID=c304a4a0-bb4f-4d19-be62-75aaa6b713f3   /boot	ext4	defaults,nodev,noexec,nosuid	0	2
+        UUID=3b408790-65e1-4638-9591-7ba61f266913	/boot		ext4	defaults,nodev,noexec,nosuid	0	0
 
         #/boot/efi
         #/dev/sda1:
-        UUID=15B2-1D41  /boot/efi       vfat    umask=0077      0       2
+        UUID=962D-0DE1					/boot/efi	vfat    umask=0077			0       0
 
         #/var
         #/dev/sda4:
-        UUID=182a7038-1f14-4cea-88f8-4347a3e9c3a2   /var            ext4    defaults,nodev,noexec,nosuid        0       2
-
-        #/tmp
-        #/dev/sda5:
-        UUID=1325ee41-27c9-4621-ab69-125bb6e1c63b   /tmp            ext4    defaults,nodev,nosuid,noexec        1 2
+        UUID=f0b112e2-6761-472f-b41e-e9c8ccd27702	/var            ext4    defaults,nodev,noexec,nosuid	0       0
 
         #/usr
         #/dev/sda6:
-        UUID=9004d59a-310c-44cc-a0f5-b338c2619af6   /usr            ext4    defaults,nodev        0       2
+        UUID=35755a81-89b2-4f84-a945-5185d1d3b10b	/usr            ext4    defaults,nodev			0       0
+
+        #/tmp
+        #/dev/sda5:
+        UUID=1325ee41-27c9-4621-ab69-125bb6e1c63b	/tmp            ext4    defaults,nodev,nosuid,noexec	0	0
 
         #/home
         #/dev/sda7
-        UUID=d1df6743-d3cb-4d5a-badb-96cef3181095   /home           ext4    defaults,nodev,nosuid,noexec        0       2
+        UUID=0ccd903c-b9e2-425f-bd30-78682ffce361   	/home           ext4    defaults,nodev,nosuid		0       0
+
 
         #/usr/ports
         #/dev/sda8
-        #UUID=d1df6743-d3cb-4d5a-badb-96cef3181095   /usr/ports       ext4    defaults,nodev,nosuid,noexec        0       2
-
-        #swap
-        #/dev/sda9:
-        #UUID=182a7038-1f14-4cea-88f8-4347a3e9c3a2   none            swap    sw              0       0
+        #UUID=d1df6743-d3cb-4d5a-badb-96cef3181095   	/usr/ports       ext4    defaults,nodev,nosuid,noexec	0       0
 
         #/usr/ports/work
-        #pkgmk   /usr/ports/work tmpfs size=30G,gid=101,uid=101,defaults 0 0
+        pkgmk   					/usr/ports/work tmpfs size=30G,gid=101,uid=101,defaults 0 	0
 
-        devpts                 /dev/pts  devpts    noexec,nosuid,gid=tty,mode=0620  0      0
+
+        #swap
+        #/dev/sda9:
+        UUID=2925bf9d-6111-43cb-ab3f-2d95c55e40ca  none            	swap    sw              		0       0
 
         # End of file
         </pre>
@@ -339,7 +332,5 @@
         Silvino Silva.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
-
-
     </body>
 </html>
diff --git a/core/index.html b/core/index.html
index 797d5c4..631aa04 100644
--- a/core/index.html
+++ b/core/index.html
@@ -21,20 +21,21 @@
         <h2>Install Crux 3.2 Gnu/Linux</h2>
 
         <ul>
-            <li>
-                <a href="install.html">1.1. Install Crux 3.2</a>
+            <li><a href="install.html">1.1. Install Crux 3.2</a>
                 <ul>
                     <li><a href="install.html#step1">1.1.1. Download</a></li>
                     <li><a href="install.html#step2">1.1.2. Prepare Target</a></li>
                     <li><a href="install.html#step3">1.1.3. Prepare Install</a></li>
                     <li><a href="install.html#step4">1.1.4. Install</a></li>
-                    <li><a href="install.html#step5">1.1.5. DNS Resolver</a></li>
-                    <li><a href="install.html#step6">1.1.6. Install Handbook</a></li>
-                    <li><a href="install.html#step7">1.1.7. Install Skeletons</a></li>
+                    <li><a href="install.html#step5">1.1.5. Install extra packages</a></li>
+                    <li><a href="install.html#step6">1.1.6. Install extra ports</a></li>
+                    <li><a href="install.html#step7">1.1.7. DNS Resolver</a></li>
+                    <li><a href="install.html#step8">1.1.8. Install Handbook</a></li>
+                    <li><a href="install.html#step9">1.1.9. Install Skeletons</a></li>
                 </ul>
             </li>
-            <li>
-                <a href ="configure.html">1.2. Configure</a>
+
+            <li><a href ="configure.html">1.2. Configure</a>
                 <ul>
                     <li><a href="configure.html#hostname">1.2.1. Set hostname and hosts</a></li>
                     <li><a href="configure.html#time">1.2.2. Set timezone</a></li>
@@ -44,18 +45,17 @@
                     <li><a href="configure.html#rcconf">1.2.6. Initialization Scripts</a></li>
                 </ul>
             </li>
-            <li>
-                <a href="ports.html">1.3. Ports</a>
+
+            <li><a href="ports.html">1.3. Ports</a>
                 <ul>
                     <li><a href="ports.html#fakeroot">1.3.1. Build as user</a></li>
                     <li><a href="ports.html#filesystem">1.3.2. Ports Layout</a></li>
                     <li><a href="ports.html#pkgmk">1.3.3. Configure pkgmk</a></li>
                     <li><a href="ports.html#prtget">1.3.4. Configure prt-get</a></li>
-                    <li><a href="ports.html#pkginst">1.3.5. Install extra ports</a></li>
                 </ul>
             </li>
-            <li>
-                <a href="reboot.html">1.4. Prepare for reboot</a>
+
+            <li><a href="reboot.html">1.4. Prepare for reboot</a>
                 <ul>
                     <li><a href="reboot.html#linux">1.4.1. Linux Kernel</a></li>
                     <li><a href="reboot.html#dracut">1.4.2. Dracut - Initramfs</a></li>
@@ -65,7 +65,7 @@
             </li>
         </ul>
 
-        <h2>System Tools</h2>
+        <h2>System Administration</h2>
 
         <ul>
             <li><a href="tar.html">1. Tar</a>
@@ -99,57 +99,35 @@
                 </ul>
             </li>
 
-        </ul>
-
-        <h2>System Configuration</h2>
-
-        <ul>
-            <li><a href="network.html">2. Network</a>
-                <ul>
-                    <li><a href="network.html#dnscrypt">2.1. Dnscrypt</a></li>
-                    <li><a href="network.html#dnsmasq">2.2. Dnsmasq</a></li>
-                    <li><a href="network.html#shorewall">2.3. Shorewall</a></li>
-                    <li><a href="network.html#sysctl">2.4. Sysctl</a></li>
-                </ul>
-            </li>
 
-            <li><a href="network.html">2. Network</a>
+            <li><a href="network.html">4. Network</a>
                 <ul>
-                    <li><a href="network.html#dnscrypt">2.1. Dnscrypt</a></li>
-                    <li><a href="network.html#dnsmasq">2.2. Dnsmasq</a></li>
-                    <li><a href="network.html#shorewall">2.3. Shorewall</a></li>
-                    <li><a href="network.html#sysctl">2.4. Sysctl</a></li>
+                    <li><a href="network.html#iptables">4.1. Iptables</a></li>
+                    <li><a href="network.html#resolv">4.2. Resolver</a></li>
+                    <li><a href="network.html#wpa">4.3. Wpa and dhcpd</a></li>
+                    <li><a href="network.html#static">4.4. Static ip</a></li>
+                    <li><a href="network.html#sysctl">4.5. Sysctl</a></li>
                 </ul>
             </li>
-        </ul>
 
-        <h2>Ports and Package System</h2>
-        <ul>
-            <li><a href="prtget.html">3. Prt-get</a>
+            <li><a href="prtget.html">5. Prt-get tool</a>
                 <ul>
-                    <li><a href="prtget.html#sysup">3.1. Update system</a></li>
+                    <li><a href="prtget.html#sysup">5.1. Update system</a></li>
                     <li><a href="prtget.html#depinst">3.2. Install ports and dependencies</a></li>
-                    <li><a href="prtget.html#sysdoc">3.3. Activate sysdoc ports</a></li>
+                    <li><a href="prtget.html#c9ports">3.3. Activate c9-ports</a></li>
                     <li><a href="prtget.html#info">3.3. Show port information</a></li>
                     <li><a href="prtget.html#depends">3.4. Show port dependencies</a></li>
                     <li><a href="prtget.html#printf">3.5. Print information</a></li>
                 </ul>
             </li>
-        </ul>
-
-        <h2>Linux Kernel</h2>
-
-        <ul>
-                    <li>
-                        <a href="linux.html">3.6. Linux Kernel</a>
-                        <ul>
-                            <li><a href="linux.html#linuxlibre">3.6.1. Port Linux libre</a></li>
-                            <li><a href="linux.html#kinstall">3.6.2. Manual install</a></li>
-                            <li><a href="linux.html#kuninstall">3.6.3. Manual remove</a></li>
-                        </ul>
-                    </li>
+            <li><a href="linux.html">6. Linux Kernel</a>
+                <ul>
+                    <li><a href="linux.html#linuxlibre">6.1. Port Linux libre</a></li>
+                    <li><a href="linux.html#kinstall">6.2. Manual install</a></li>
+                    <li><a href="linux.html#kuninstall">6.3. Manual remove</a></li>
                 </ul>
             </li>
+        </ul>
 
         <p>
         This is part of the SysDoc Manual.
diff --git a/core/install.html b/core/install.html
index 76b7865..89c2e8c 100644
--- a/core/install.html
+++ b/core/install.html
@@ -249,7 +249,7 @@
         <p>Install temporary pkgadd on $CHROOT;</p>
 
         <pre>
-        $ sudo tar xf $CHROOT/iso/crux/core/pkgutils#5.36-2.pkg.tar.xz usr/bin/pkgadd -O > $CHROOT/pkgadd
+        $ sudo tar xf /media/crux/core/pkgutils#5.36-2.pkg.tar.xz usr/bin/pkgadd -O > $CHROOT/pkgadd
         $ sudo chmod +x $CHROOT/pkgadd
         </pre>
 
@@ -279,30 +279,91 @@
         done &lt; core.lst
         </pre>
 
+        <h2 id="step5">1.1.5. Install extra packages</h2>
+
+        <p>Install additional ports like wireless-tools, grub2
+	and fakeroot </p>
+
+        <pre>
+        cp $CHROOT/media/crux/opt/* $CHROOT/usr/ports/packages
+        cp $CHROOT/media/crux/xorg/* $CHROOT/usr/ports/packages
+        </pre>
+
+        <p>Install fakeroot and create user account, read
+        ;</p>
+
         <pre>
+        # pkgadd /media/crux/opt/fakeroot#1.20.2-1.pkg.tar.xz
+        </pre>
+
+	<pre>
+	# chroot /mnt /bin/bash
+	</pre>
+
+        <pre>
+        pkgadd /usr/ports/packages/dbus#1.10.2-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/expat#2.1.0-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/libnl#3.2.27-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/libpng#1.6.19-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/freetype#2.6.1-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/libffi#3.2.1-2.pkg.tar.xz
+        pkgadd /usr/ports/packages/sqlite3#3.9.2-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/python#2.7.10-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/glib#2.46.2-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/grub2#2.00-7.pkg.tar.xz
+        pkgadd /usr/ports/packages/grub2-efi#2.00-4.pkg.tar.xz
+        pkgadd /usr/ports/packages/wireless-tools#29-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/wpa_supplicant#2.5-2.pkg.tar.xz
+        pkgadd /usr/ports/packages/lvm2#2.02.133-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/mdadm#3.3.4-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/efivar#0.21-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/efibootmgr#0.12-1.pkg.tar.xz
+        pkgadd /usr/ports/packages/dosfstools#3.0.26-1.pkg.tar.xz
+        </pre>
+
+	<pre>
+	# exit
+	</pre>
+
+	<pre>
         $ sudo rm $CHROOT/pkgadd
         $ sudo rm $CHROOT/core.lst
         </pre>
 
-        <h2 id="step5">1.1.5. DNS Resolver</h2>
+        <h2 id="step6">1.1.6. Install extra ports</h2>
+
+        <p>Create c9 ports;</p>
+
+	<pre>
+        $ sudo mkdir $CHROOT/usr/ports/c9-ports
+        </pre>
+
+        <p>Copy ports from  c9-doc/core/ports;</p>
+
+        <pre>
+        $ sudo cp -r ports/* $CHROOT/usr/ports/c9-ports/
+	</pre>
+
+        <h2 id="step7">1.1.7. DNS Resolver</h2>
 
         <pre>
         $ sudo cp /etc/resolv.conf $CHROOT/etc
         </pre>
 
-        <h2 id="step6">1.1.6. Install Handbook</h2>
+        <h2 id="step8">1.1.8. Install Handbook</h2>
 
         <pre>
         $ sudo cp $CHROOT/media/crux/handbook.txt $CHROOT/home/root/
         </pre>
 
-        <h2 id="step7">1.1.7. Basic Skeleton</h2>
+        <h2 id="step9">1.1.9. Basic Skeleton</h2>
+
+        <p>Copy skeletons from  c9-doc/core/conf;</p>
 
         <pre>
         $ sudo cp -R  conf/skel $CHROOT/etc/
         </pre>
 
-
         <a href="index.html">Core OS Index</a>
         <p>This is part of the c9 Manual.
         Copyright (C) 2016
diff --git a/core/ports.html b/core/ports.html
index 9150430..ea3028f 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -10,54 +10,14 @@
 
         <h1>1.3. Ports</h1>
 
-        <p>For more information read crux handbook:
-        <a href="https://crux.nu/Main/Handbook3-2#ntoc14">Introduction to pkgutils</a>.</p>
-
-        <dl>
-            <dt>pkgmk(8)</dt>
-
-            <dd>Makes a software package. A package is an archive of
-            files (.pkg.tar.gz, .pkg.tar.bz2 or  .pkg.tar.xz)
-            that can be installed using pkgadd(8).</dd>
-
-            <dt>pkgadd(8)</dt>
-
-            <dd>install a software package. A package is an
-            archive of files (.pkg.tar.gz).</dd>
-
-            <dt>pkginfo(8)</dt>
-
-            <dd>Displays information about software packages that
-            are installed on the system or  that  reside  in  a
-            particular directory.</dd>
-
-            <dt>pkgrm(8)</dt>
-
-            <dd>Removes/uninstalls a previously installed software
-            packages.</dd>
-
-            <dt>prt-get(8)</dt>
-
-            <dd>prt-get is a package management tool which
-            provides additional functionality to crux' package
-            management system. It works with the local ports tree
-            and is therefore fully compatible with ports(8) and
-            pkgmk(8)/pkgadd(8)</dd>
-        </dl>
-
         <p>This instructions are done
         <a href="configure.html#chroot">inside chroot</a>.</p>
 
         <h2 id="fakeroot">1.3.1. Build as user</h2>
 
-        <p>Install fakeroot and create user account, read
-        <a href="https://crux.nu/Wiki/FakerootPorts">Fakeroot Ports</a>;</p>
-
-        <pre>
-        # pkgadd /media/crux/opt/fakeroot#1.20.2-1.pkg.tar.xz
-        </pre>
-
-        <p>Add a user that will be used by ports tools, this example pkgmk;</p>
+        <p>For more information read
+	<a href="https://crux.nu/Wiki/FakerootPorts">Fakeroot Ports</a>.
+	Add a user that will be used by ports tools, this example pkgmk;</p>
 
         <pre>
         # useradd -U -m -d /usr/ports -s /bin/false pkgmk
@@ -139,89 +99,112 @@
         export MAKEFLAGS="-j2"
         </pre>
 
-        <p>Set separate distribution files, packages and work directories;</p>
+        <p>Example of complete pkgmk.conf for x86_64 with 4 cores, separate
+        distribution files, packages and work directories, uses crux mirror
+        to get the sources.</p>
 
         <pre>
-        # PKGMK_SOURCE_MIRRORS=()
-        # PKGMK_SOURCE_MIRRORS=(http://crux.nu/distfiles/)
+        #
+        # /etc/pkgmk.conf: pkgmk(8) configuration
+        #
+
+        export CFLAGS="-O2 -march=x86-64"
+        export CXXFLAGS="${CFLAGS}"
+
+        export MAKEFLAGS="-j4"
+
+        case ${PKGMK_ARCH} in
+                "64"|"")
+                        ;;
+                "32")
+                        export CFLAGS="${CFLAGS} -m32"
+                        export CXXFLAGS="${CXXFLAGS} -m32"
+                        export LDFLAGS="${LDFLAGS} -m32"
+                        export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig"
+                        ;;
+                *)
+                        echo "Unknown architecture selected! Exiting."
+                        exit 1
+                        ;;
+        esac
+
+        PKGMK_SOURCE_MIRRORS=(http://crux.nu/distfiles/)
         PKGMK_SOURCE_DIR="/usr/ports/distfiles"
         PKGMK_PACKAGE_DIR="/usr/ports/packages"
         PKGMK_WORK_DIR="/usr/ports/work/$name"
+        # PKGMK_DOWNLOAD="no"
+        # PKGMK_IGNORE_FOOTPRINT="no"
+        # PKGMK_IGNORE_NEW="no"
+        # PKGMK_NO_STRIP="no"
+        # PKGMK_DOWNLOAD_PROG="wget"
+        # PKGMK_WGET_OPTS=""
+        # PKGMK_CURL_OPTS=""
+        # PKGMK_COMPRESSION_MODE="gz"
+
+        # End of file
         </pre>
 
         <h2 id="prtget">1.3.4. Configure prt-get</h2>
 
-        <p>Edit /etc/prt-get.conf and change to activate contrib port collection;</p>
+        <p>Edit /etc/prt-get.conf;</p>
 
         <pre>
+        ###
+        ### prt-get conf
+        ###
+
+        # note: the order matters: the package found first is used
+        prtdir /usr/ports/core
+        prtdir /usr/ports/opt
+        prtdir /usr/ports/xorg
+
+        # the following line enables the multilib compat-32 collection
+        #prtdir /usr/ports/compat-32
+
         # the following line enables the user maintained contrib collection
         prtdir /usr/ports/contrib
-        </pre>
 
-        <pre>
+        # 6c37 team provides a collection with freetype-iu, fontconfig-iu
+        # and cairo-iu ports.
+        #prtdir /usr/ports/6c37
+
+        ### use mypackage form local directory
+        # prtdir /home/packages/build:mypackage
+
         ### log options:
-        writelog enabled           # (enabled|disabled)
-        logmode  overwrite         # (append|overwrite)
-        rmlog_on_success yes       # (no|yes)
-        logfile  /usr/ports/pkgbuild/%n.log
+        writelog enabled         # (enabled|disabled)
+        logmode  overwrite       # (append|overwrite)
+        rmlog_on_success yes     # (no|yes)
+        logfile  /usr/ports/pkgbuild/%n-%v-%r.log
                                    # path, %p=path to port dir, %n=port name
                                    #       %v=version, %r=release
-        </pre>
 
-        <pre>
+        ### use alternate cache file (default: /var/lib/pkg/prt-get.cache
+        # cachefile /mnt/nfs/cache
+
         ### print README information:
         readme verbose           # (verbose|compact|disabled)
-        </pre>
 
-        <pre>
         ### prefer higher versions in sysup / diff
         preferhigher yes      # (yes|no)
-        </pre>
 
-        <pre>
+        ### use regexp search
+        # useregex no        # (yes|no)
+
         ### run pre- and post-installs scripts; yes is equivalent to the
         ### --install-scripts option
-        runscripts yes             # (no|yes)
-        </pre>
+        runscripts yes            # (no|yes)
+
+
+        ### EXPERT SECTION ###
 
-        <pre>
         ### alternative commands
-        makecommand	     sudo -H -u pkgmk fakeroot pkgmk
+        makecommand      sudo -H -u pkgmk fakeroot pkgmk
         addcommand       pkgadd
         removecommand    pkgrm
         runscriptcommand sh
         </pre>
 
-        <h2 id="pkginst">1.3.5. Install extra ports</h2>
-
-        <p>Install additional ports like wireless-tools and grub2</p>
-
-        <pre>
-        cp $CHROOT/media/crux/opt/* $CHROOT/usr/ports/packages
-        cp $CHROOT/media/crux/xorg/* $CHROOT/usr/ports/packages
-        </pre>
-
-        <pre>
-        pkgadd /usr/ports/packages/dbus#1.10.2-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/expat#2.1.0-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/libnl#3.2.27-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/libpng#1.6.19-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/freetype#2.6.1-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/libffi#3.2.1-2.pkg.tar.xz
-        pkgadd /usr/ports/packages/sqlite3#3.9.2-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/python#2.7.10-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/glib#2.46.2-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/grub2#2.00-7.pkg.tar.xz
-        pkgadd /usr/ports/packages/grub2-efi#2.00-4.pkg.tar.xz
-        pkgadd /usr/ports/packages/wireless-tools#29-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/wpa_supplicant#2.5-2.pkg.tar.xz
-        pkgadd /usr/ports/packages/lvm2#2.02.133-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/mdadm#3.3.4-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/efivar#0.21-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/efibootmgr#0.12-1.pkg.tar.xz
-        pkgadd /usr/ports/packages/dosfstools#3.0.26-1.pkg.tar.xz
-        </pre>
-
         <a href="index.html">Core OS Index</a>
         <p>
         This is part of the SysDoc Manual.
diff --git a/core/ports/dracut/.footprint b/core/ports/dracut/.footprint
new file mode 100644
index 0000000..618f48b
--- /dev/null
+++ b/core/ports/dracut/.footprint
@@ -0,0 +1,398 @@
+drwxr-xr-x	root/root	usr/
+drwxr-xr-x	root/root	usr/bin/
+-rwxr-xr-x	root/root	usr/bin/dracut
+-rwxr-xr-x	root/root	usr/bin/dracut-catimages
+-rwxr-xr-x	root/root	usr/bin/lsinitrd
+-rwxr-xr-x	root/root	usr/bin/mkinitrd
+drwxr-xr-x	root/root	usr/etc/
+-rw-r--r--	root/root	usr/etc/dracut.conf
+drwxr-xr-x	root/root	usr/etc/dracut.conf.d/
+drwxr-xr-x	root/root	usr/lib/
+drwxr-xr-x	root/root	usr/lib/dracut/
+lrwxrwxrwx	root/root	usr/lib/dracut/dracut-functions -> dracut-functions.sh
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-functions.sh
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-init.sh
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-initramfs-restore
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-install
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-logger.sh
+-rwxr-xr-x	root/root	usr/lib/dracut/dracut-version.sh
+drwxr-xr-x	root/root	usr/lib/dracut/dracut.conf.d/
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/00bash/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/00bash/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/00bootchart/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/00bootchart/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/00dash/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/00dash/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/00systemd-bootchart/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/00systemd-bootchart/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/00systemd/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/00systemd/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/01fips/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/01fips/fips-boot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/01fips/fips-noboot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/01fips/fips.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/01fips/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/01systemd-initrd/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/01systemd-initrd/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/02caps/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/02caps/caps.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/02caps/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/02fips-aesni/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/02fips-aesni/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/02systemd-networkd/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/02systemd-networkd/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/03modsign/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/03modsign/load-modsign-keys.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/03modsign/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/03rescue/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/03rescue/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/04watchdog/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/04watchdog/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/04watchdog/watchdog-stop.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/04watchdog/watchdog.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/05busybox/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/05busybox/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/10i18n/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/10i18n/10-console.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/10i18n/console_init.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/10i18n/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/10i18n/parse-i18n.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/30convertfs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/30convertfs/convertfs.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/30convertfs/do-convertfs.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/30convertfs/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/dhclient-script.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/40network/dhclient.conf
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/dhcp-root.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/ifname-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/ifup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/kill-dhclient.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/net-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/net-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/netroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-bond.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-bridge.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-ibft.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-ifname.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-ip-opts.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-team.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/40network/parse-vlan.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/45ifcfg/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/45ifcfg/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/45ifcfg/write-ifcfg.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/45url-lib/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/45url-lib/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/45url-lib/url-lib.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/50drm/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50drm/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/50gensplash/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50gensplash/gensplash-emergency.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50gensplash/gensplash-newroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50gensplash/gensplash-pretrigger.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50gensplash/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/plymouth-emergency.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/plymouth-newroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/plymouth-populate-initrd.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/50plymouth/plymouth-pretrigger.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/80cms/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/80cms/cms-write-ifcfg.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/80cms/cmsifup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/80cms/cmssetup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/80cms/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90btrfs/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90btrfs/80-btrfs.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90btrfs/btrfs_device_ready.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90btrfs/btrfs_finished.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90btrfs/btrfs_timeout.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90btrfs/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/crypt-cleanup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/crypt-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/crypt-run-generator.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/parse-crypt.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/parse-keydev.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90crypt/probe-keydev.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dm/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90dm/11-dm.rules
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90dm/59-persistent-storage-dm.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dm/dm-pre-udev.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dm/dm-shutdown.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dm/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmraid/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90dmraid/61-dmraid-imsm.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmraid/dmraid.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmraid/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmraid/parse-dm.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/apply-live-updates.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90dmsquash-live/checkisomd5@.service
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/dmsquash-generator.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/dmsquash-live-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/dmsquash-live-root.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/iso-scan.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/parse-dmsquash-live.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90dmsquash-live/parse-iso-scan.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-modules/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-modules/insmodpost.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-network-modules/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90kernel-network-modules/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90livenet/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90livenet/fetch-liveupdate.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90livenet/livenet-generator.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90livenet/livenetroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90livenet/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90livenet/parse-livenet.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90lvm/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90lvm/64-lvm.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90lvm/lvm_scan.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90lvm/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90lvm/parse-lvm.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90mdraid/59-persistent-storage-md.rules
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90mdraid/65-md-incremental-imsm.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/md-noddf.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/md-noimsm.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/md-shutdown.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdmon-pre-shutdown.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdmon-pre-udev.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdraid-cleanup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdraid-needshutdown.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdraid-waitclean.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/mdraid_start.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90mdraid/parse-md.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90multipath/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90multipath/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90multipath/multipathd-needshutdown.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90multipath/multipathd-stop.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/90multipath/multipathd.service
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90multipath/multipathd.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90qemu-net/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90qemu-net/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/90qemu/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/90qemu/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-gpg/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-gpg/crypt-gpg-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-gpg/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-loop/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-loop/crypt-loop-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/91crypt-loop/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95cifs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95cifs/cifs-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95cifs/cifsroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95cifs/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95cifs/parse-cifsroot.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd/parse-dasd.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_mod/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_mod/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_mod/parse-dasd-mod.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_rules/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_rules/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95dasd_rules/parse-dasd.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95debug/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95debug/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe-uefi/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe-uefi/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe-uefi/parse-uefifcoe.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/95fcoe/cleanup-fcoe.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/fcoe-edd.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/fcoe-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/fcoe-up.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/lldpad.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fcoe/parse-fcoe.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fstab-sys/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fstab-sys/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95fstab-sys/mount-sys.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/cleanup-iscsi.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/iscsiroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/mount-lun.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95iscsi/parse-iscsiroot.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nbd/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nbd/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nbd/nbdroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nbd/parse-nbdroot.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/nfs-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/nfs-start-rpc.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/nfsroot-cleanup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/nfsroot.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95nfs/parse-nfsroot.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95resume/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95resume/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95resume/parse-resume.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95resume/resume.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/block-genrules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/mount-root.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/parse-block.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95rootfs-block/rootfallback.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95ssh-client/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95ssh-client/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95terminfo/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95terminfo/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95udev-rules/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/95udev-rules/59-persistent-storage.rules
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/95udev-rules/61-persistent-storage.rules
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95udev-rules/load-modules.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95udev-rules/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95virtfs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95virtfs/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95virtfs/mount-virtfs.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95virtfs/parse-virtfs.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp/parse-zfcp.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp_rules/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp_rules/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95zfcp_rules/parse-zfcp.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/95znet/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95znet/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/95znet/parse-ccw.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/96securityfs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/96securityfs/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/96securityfs/securityfs.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/97biosdevname/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/97biosdevname/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/97biosdevname/parse-biosdevname.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/97masterkey/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/97masterkey/masterkey.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/97masterkey/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline-ask.service
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline-ask.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-emergency.service
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-emergency.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service.8.asc
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service.8
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service.8.asc
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/dracut-tmpfiles.conf
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98dracut-systemd/emergency.service
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98dracut-systemd/rootfs-generator.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98ecryptfs/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98ecryptfs/ecryptfs-mount.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98ecryptfs/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98integrity/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98integrity/evm-enable.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98integrity/ima-keys-load.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98integrity/ima-policy-load.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98integrity/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98pollcdrom/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98pollcdrom/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98pollcdrom/pollcdrom.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98selinux/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98selinux/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98selinux/selinux-loadpolicy.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/parse-syslog-opts.sh
+-rw-rw-r--	root/root	usr/lib/dracut/modules.d/98syslog/rsyslog.conf
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/rsyslogd-start.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/rsyslogd-stop.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/syslog-cleanup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98syslog/syslog-genrules.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/98usrmount/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98usrmount/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/98usrmount/mount-usr.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/dracut-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/init.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/initqueue.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/loginit.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/parse-root-opts.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99base/rdsosreport.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/99fs-lib/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99fs-lib/fs-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99fs-lib/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/99img-lib/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99img-lib/img-lib.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99img-lib/module-setup.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/99shutdown/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99shutdown/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99shutdown/shutdown.sh
+drwxrwxr-x	root/root	usr/lib/dracut/modules.d/99uefi-lib/
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99uefi-lib/module-setup.sh
+-rwxrwxr-x	root/root	usr/lib/dracut/modules.d/99uefi-lib/uefi-lib.sh
+-rwxr-xr-x	root/root	usr/lib/dracut/skipcpio
+drwxr-xr-x	root/root	usr/lib/kernel/
+drwxr-xr-x	root/root	usr/lib/kernel/install.d/
+-rwxr-xr-x	root/root	usr/lib/kernel/install.d/50-dracut.install
+-rwxr-xr-x	root/root	usr/lib/kernel/install.d/51-dracut-rescue.install
+drwxr-xr-x	root/root	usr/man/
+drwxr-xr-x	root/root	usr/man/man1/
+-rw-r--r--	root/root	usr/man/man1/lsinitrd.1.gz
+drwxr-xr-x	root/root	usr/man/man5/
+-rw-r--r--	root/root	usr/man/man5/dracut.conf.5.gz
+drwxr-xr-x	root/root	usr/man/man7/
+-rw-r--r--	root/root	usr/man/man7/dracut.bootup.7.gz
+-rw-r--r--	root/root	usr/man/man7/dracut.cmdline.7.gz
+lrwxrwxrwx	root/root	usr/man/man7/dracut.kernel.7.gz -> dracut.cmdline.7.gz
+-rw-r--r--	root/root	usr/man/man7/dracut.modules.7.gz
+drwxr-xr-x	root/root	usr/man/man8/
+-rw-r--r--	root/root	usr/man/man8/dracut-catimages.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-cmdline.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-initqueue.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-mount.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-pre-mount.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-pre-pivot.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-pre-trigger.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-pre-udev.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut-shutdown.service.8.gz
+-rw-r--r--	root/root	usr/man/man8/dracut.8.gz
+-rw-r--r--	root/root	usr/man/man8/mkinitrd-suse.8.gz
+-rw-r--r--	root/root	usr/man/man8/mkinitrd.8.gz
+drwxr-xr-x	root/root	usr/share/
+drwxr-xr-x	root/root	usr/share/bash-completion/
+drwxr-xr-x	root/root	usr/share/bash-completion/completions/
+-rw-r--r--	root/root	usr/share/bash-completion/completions/dracut
+-rw-r--r--	root/root	usr/share/bash-completion/completions/lsinitrd
+drwxr-xr-x	root/root	usr/share/pkgconfig/
+-rw-r--r--	root/root	usr/share/pkgconfig/dracut.pc
diff --git a/core/ports/dracut/.md5sum b/core/ports/dracut/.md5sum
new file mode 100644
index 0000000..697b388
--- /dev/null
+++ b/core/ports/dracut/.md5sum
@@ -0,0 +1,2 @@
+1788290da8c01d9410a01a0e1c2cc6c6  README
+fbb8b6aea24c2f7d328021bbf11788fd  dracut-044.tar.xz
diff --git a/core/ports/dracut/Pkgfile b/core/ports/dracut/Pkgfile
new file mode 100644
index 0000000..a55531e
--- /dev/null
+++ b/core/ports/dracut/Pkgfile
@@ -0,0 +1,23 @@
+# Description:  dracut is an event driven initramfs infrastructure. 
+# URL:          https://dracut.wiki.kernel.org/
+# Packager:     Silvino, silvino at bk dot ru
+# Depends on:   grub2 nbd nfs-utils lvm2 mdadm
+
+name=dracut
+version=044
+release=4
+source=(https://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz
+README)
+
+build() {
+    cd $name-$version
+
+    ./configure --prefix=/usr
+
+    make
+    make DESTDIR=$PKG install
+    mv $PKG/usr/share/man $PKG/usr/
+    cd $PKG
+    find . -name "README" | xargs rm
+
+}
diff --git a/core/ports/dracut/README b/core/ports/dracut/README
new file mode 100755
index 0000000..d57a5da
--- /dev/null
+++ b/core/ports/dracut/README
@@ -0,0 +1,5 @@
+
+After install run;
+
+dracut
+/usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg
diff --git a/core/ports/linux-crux/.footprint b/core/ports/linux-crux/.footprint
new file mode 100644
index 0000000..ed065ed
--- /dev/null
+++ b/core/ports/linux-crux/.footprint
@@ -0,0 +1,540 @@
+drwxr-xr-x	root/root	boot/
+-rw-r--r--	root/root	boot/System.map-4.1.30-crux
+-rw-r--r--	root/root	boot/config-4.1.30-crux
+-rw-r--r--	root/root	boot/vmlinuz-4.1.30-crux
+drwxr-xr-x	root/root	lib/
+drwxr-xr-x	root/root	lib/firmware/
+drwxr-xr-x	root/root	lib/firmware/3com/
+-rw-r--r--	root/root	lib/firmware/3com/typhoon.bin
+drwxr-xr-x	root/root	lib/firmware/adaptec/
+-rw-r--r--	root/root	lib/firmware/adaptec/starfire_rx.bin
+-rw-r--r--	root/root	lib/firmware/adaptec/starfire_tx.bin
+drwxr-xr-x	root/root	lib/firmware/advansys/
+-rw-r--r--	root/root	lib/firmware/advansys/3550.bin
+-rw-r--r--	root/root	lib/firmware/advansys/38C0800.bin
+-rw-r--r--	root/root	lib/firmware/advansys/38C1600.bin
+-rw-r--r--	root/root	lib/firmware/advansys/mcode.bin
+drwxr-xr-x	root/root	lib/firmware/bnx2/
+-rw-r--r--	root/root	lib/firmware/bnx2/bnx2-mips-06-6.2.1.fw
+-rw-r--r--	root/root	lib/firmware/bnx2/bnx2-mips-09-6.2.1a.fw
+-rw-r--r--	root/root	lib/firmware/bnx2/bnx2-rv2p-06-6.0.15.fw
+-rw-r--r--	root/root	lib/firmware/bnx2/bnx2-rv2p-09-6.0.17.fw
+-rw-r--r--	root/root	lib/firmware/bnx2/bnx2-rv2p-09ax-6.0.17.fw
+drwxr-xr-x	root/root	lib/firmware/bnx2x/
+-rw-r--r--	root/root	lib/firmware/bnx2x/bnx2x-e1-6.2.9.0.fw
+-rw-r--r--	root/root	lib/firmware/bnx2x/bnx2x-e1h-6.2.9.0.fw
+-rw-r--r--	root/root	lib/firmware/bnx2x/bnx2x-e2-6.2.9.0.fw
+drwxr-xr-x	root/root	lib/firmware/e100/
+-rw-r--r--	root/root	lib/firmware/e100/d101m_ucode.bin
+-rw-r--r--	root/root	lib/firmware/e100/d101s_ucode.bin
+-rw-r--r--	root/root	lib/firmware/e100/d102e_ucode.bin
+drwxr-xr-x	root/root	lib/firmware/qlogic/
+-rw-r--r--	root/root	lib/firmware/qlogic/1040.bin
+-rw-r--r--	root/root	lib/firmware/qlogic/12160.bin
+-rw-r--r--	root/root	lib/firmware/qlogic/1280.bin
+drwxr-xr-x	root/root	lib/firmware/tigon/
+-rw-r--r--	root/root	lib/firmware/tigon/tg3.bin
+-rw-r--r--	root/root	lib/firmware/tigon/tg3_tso.bin
+-rw-r--r--	root/root	lib/firmware/tigon/tg3_tso5.bin
+drwxr-xr-x	root/root	lib/modules/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/
+lrwxrwxrwx	root/root	lib/modules/4.1.30-crux/build -> /home/silvino/git/c9/c9-doc/core/ports/linux-crux/work/src/linux-4.1.30
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/arch/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/arch/x86/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/arch/x86/kernel/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/arch/x86/kernel/iosf_mbi.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/crypto/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/ansi_cprng.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/arc4.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/async_memcpy.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/async_pq.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/async_raid6_recov.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/async_tx.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/async_tx/async_xor.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/cbc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/ccm.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/crypto_null.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/ctr.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/ecb.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/gcm.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/gf128mul.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/ghash-generic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/michael_mic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/seqiv.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/crypto/xts.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/ata_generic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_ali.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_artop.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_atiixp.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_cmd640.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_cmd64x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_cypress.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_efar.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_hpt366.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_hpt37x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_hpt3x2n.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_hpt3x3.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_it8213.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_it821x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_marvell.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_mpiix.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_netcell.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_ninja32.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_ns87410.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_ns87415.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_oldpiix.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_opti.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_optidma.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_pcmcia.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_pdc2027x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_radisys.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_rz1000.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_sch.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_serverworks.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_sil680.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_sis.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_sl82c105.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_triflex.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pata_via.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/pdc_adma.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_inic162x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_mv.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_promise.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_qstor.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_sil.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_sil24.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_sis.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_svw.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_sx4.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_uli.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_via.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ata/sata_vsc.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/bcma/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/bcma/bcma.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/block/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/block/loop.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/cdrom/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/cdrom/cdrom.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/connector/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/connector/cn.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/firewire/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/firewire/firewire-core.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/firewire/firewire-ohci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/firewire/firewire-sbp2.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/firmware/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/firmware/efi/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/firmware/efi/efivars.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/hid/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/hid/hid-generic.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/hv/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/hv/hv_balloon.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/hv/hv_utils.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/hwmon/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/hwmon/hwmon.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/i2c/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/i2c/algos/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/i2c/algos/i2c-algo-bit.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/i2c/i2c-core.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/input/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/input/evdev.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/input/mousedev.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/leds/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/leds/led-class.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-bio-prison.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-bufio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-crypt.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-log.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-mirror.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-mod.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-multipath.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-raid.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-region-hash.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-round-robin.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-snapshot.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/dm-thin-pool.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/md-mod.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/multipath.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/persistent-data/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/persistent-data/dm-persistent-data.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/raid0.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/raid1.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/raid10.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/md/raid456.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/message/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/message/fusion/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/message/fusion/mptfc.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/eeprom/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/eeprom/eeprom_93cx6.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/vmw_balloon.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/vmw_vmci/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/misc/vmw_vmci/vmw_vmci.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/card/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/card/mmc_block.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/core/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/core/mmc_core.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/host/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/host/sdhci-pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/mmc/host/sdhci.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/3com/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/3com/3c59x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/3com/typhoon.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/8390/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/8390/8390.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/8390/ne2k-pci.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/adaptec/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/adaptec/starfire.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/amd/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/amd/amd8111e.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/amd/pcnet32.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/alx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/alx/alx.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atl1c/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atl1c/atl1c.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atl1e/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atl1e/atl1e.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atlx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atlx/atl1.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/atheros/atlx/atl2.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/b44.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/bnx2.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/bnx2x/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/cnic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/broadcom/tg3.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/brocade/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/brocade/bna/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/brocade/bna/bna.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/cadence/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/cadence/macb.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/cisco/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/cisco/enic/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/cisco/enic/enic.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/de2104x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/de4x5.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/dmfe.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/tulip.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/uli526x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dec/tulip/winbond-840.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dlink/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dlink/dl2k.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/dlink/sundance.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/emulex/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/emulex/benet/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/emulex/benet/be2net.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/hp/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/hp/hp100.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/e100.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/e1000/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/e1000/e1000.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/e1000e/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/igb/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/igb/igb.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/igbvf/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/igbvf/igbvf.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgb/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgb/ixgb.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgbe/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgbevf/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/marvell/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/marvell/mvmdio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/marvell/skge.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/marvell/sky2.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/natsemi/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/natsemi/natsemi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/natsemi/ns83820.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/nvidia/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/nvidia/forcedeth.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/realtek/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/realtek/8139cp.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/realtek/8139too.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/realtek/r8169.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/via/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/via/via-rhine.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/ethernet/via/via-velocity.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/hyperv/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/hyperv/hv_netvsc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/mdio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/mii.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/phy/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/phy/libphy.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/virtio_net.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/vmxnet3/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/vmxnet3/vmxnet3.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath5k/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath6kl/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_core.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath9k/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/b43/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/b43/b43.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/b43legacy/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/b43legacy/b43legacy.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ipw2x00/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ipw2x00/ipw2100.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ipw2x00/ipw2200.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/ipw2x00/libipw.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlegacy/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlegacy/iwl3945.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlegacy/iwl4965.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlegacy/iwlegacy.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlwifi/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlwifi/dvm/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2400pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2500pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2800mmio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2800pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2x00mmio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt2x00pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/btcoexist/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/btcoexist/btcoexist.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192c/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192de/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192se/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8723ae/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8723com/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/xen-netback/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/xen-netback/xen-netback.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/net/xen-netfront.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/i82092.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/pcmcia.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/pcmcia_core.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/pcmcia_rsrc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/pd6729.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pcmcia/yenta_socket.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/pps/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/pps/pps_core.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/ptp/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ptp/ptp.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/3w-9xxx.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/3w-xxxx.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/BusLogic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/a100u2w.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aacraid/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aacraid/aacraid.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/advansys.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aic7xxx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aic7xxx/aic79xx.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aic7xxx/aic7xxx.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aic94xx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/aic94xx/aic94xx.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/arcmsr/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/arcmsr/arcmsr.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/atp870u.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/dc395x.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/dmx3191d.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/dpt_i2o.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/eata.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/fdomain.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/gdth.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/hpsa.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/hptiop.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/initio.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/ipr.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/ips.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/iscsi_boot_sysfs.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/libiscsi.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/libsas/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/libsas/libsas.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/lpfc/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/lpfc/lpfc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/megaraid.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/megaraid/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/megaraid/megaraid_mbox.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/megaraid/megaraid_mm.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/megaraid/megaraid_sas.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mpt2sas/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mpt2sas/mpt2sas.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mpt3sas/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mpt3sas/mpt3sas.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mvsas/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/mvsas/mvsas.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/qla1280.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/qla2xxx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/qla4xxx/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/qla4xxx/qla4xxx.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/raid_class.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/scsi_transport_fc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/scsi_transport_iscsi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/sg.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/sr_mod.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/stex.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/sym53c8xx_2/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/ssb/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/ssb/ssb.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/uio/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/uio/uio.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/class/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/class/cdc-acm.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/mon/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/mon/usbmon.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/storage/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/usb/storage/usb-storage.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/virtio/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/virtio/virtio_balloon.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-evtchn.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-gntalloc.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-gntdev.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-pciback/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-pciback/xen-pciback.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xen-privcmd.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xenfs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/drivers/xen/xenfs/xenfs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/efivarfs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/efivarfs/efivarfs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/f2fs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/f2fs/f2fs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/fat/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/fat/fat.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/fat/msdos.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/fat/vfat.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/fuse/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/fuse/fuse.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/hfsplus/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/hfsplus/hfsplus.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/isofs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/isofs/isofs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/nilfs2/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/nilfs2/nilfs2.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/nls/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/nls/nls_cp437.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/nls/nls_iso8859-1.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/nls/nls_iso8859-15.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/nls/nls_utf8.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/ntfs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/ntfs/ntfs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/udf/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/udf/udf.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/fs/ufs/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/fs/ufs/ufs.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/lib/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/lib/crc-ccitt.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/lib/crc-itu-t.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/net/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/net/mac80211/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/mac80211/mac80211.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/net/rfkill/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/rfkill/rfkill.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/cfg80211.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/lib80211.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/lib80211_crypt_ccmp.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/lib80211_crypt_tkip.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/net/wireless/lib80211_crypt_wep.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/ac97_bus.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/core/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/core/oss/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/oss/snd-mixer-oss.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/oss/snd-pcm-oss.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/oss/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/oss/snd-seq-oss.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq-device.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq-midi-emul.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq-midi-event.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq-midi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq-virmidi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/seq/snd-seq.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/snd-hwdep.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/snd-pcm.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/snd-rawmidi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/snd-timer.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/core/snd.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/hda/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/hda/snd-hda-core.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ac97/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ac97/snd-ac97-codec.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ca0106/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ca0106/snd-ca0106.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ctxfi/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/ctxfi/snd-ctxfi.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/emu10k1/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/emu10k1/snd-emu10k1.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-analog.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-ca0110.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-ca0132.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-cirrus.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-cmedia.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-conexant.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-generic.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-hdmi.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-idt.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-si3054.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec-via.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-codec.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-controller.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/hda/snd-hda-intel.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/pci/snd-intel8x0.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/soundcore.ko
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/synth/
+drwxr-xr-x	root/root	lib/modules/4.1.30-crux/kernel/sound/synth/emux/
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/synth/emux/snd-emux-synth.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/kernel/sound/synth/snd-util-mem.ko
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.alias
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.alias.bin
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.builtin
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.builtin.bin
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.dep
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.dep.bin
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.devname
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.order
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.softdep
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.symbols
+-rw-r--r--	root/root	lib/modules/4.1.30-crux/modules.symbols.bin
+lrwxrwxrwx	root/root	lib/modules/4.1.30-crux/source -> /usr/src/linux-4.1.30
+drwxr-xr-x	root/root	usr/
+drwxr-xr-x	root/root	usr/src/
+-rw-r--r--	root/root	usr/src/linux-4.1.30-crux-1.defconfig
diff --git a/core/ports/linux-crux/.md5sum b/core/ports/linux-crux/.md5sum
new file mode 100644
index 0000000..71610dc
--- /dev/null
+++ b/core/ports/linux-crux/.md5sum
@@ -0,0 +1,2 @@
+cbdc8199e7632712eb4e6b0a292cac6f  linux-4.1.30.defconfig
+431e53c413a1deee0634359b7c245c11  linux-4.1.30.tar.xz
diff --git a/core/ports/linux-crux/Pkgfile b/core/ports/linux-crux/Pkgfile
new file mode 100644
index 0000000..f153feb
--- /dev/null
+++ b/core/ports/linux-crux/Pkgfile
@@ -0,0 +1,32 @@
+# Description:  Linux kernel that comes with blobs
+# URL:          http://linux-libre.fsfla.org
+# Maintainer:   Silvino, silvino at bk dot ru
+# Depends on:   grub2 dracut
+
+name=linux-crux
+version=4.1.30
+release=1
+source=(https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.1.30.tar.xz \
+linux-$version.defconfig)
+
+build() {
+	cd linux-$version
+
+        make distclean
+
+        cp $SRC/linux-$version.defconfig .config
+
+        make silentoldconfig
+
+        make all
+        make INSTALL_MOD_PATH=$PKG modules_install
+
+        rm $PKG/lib/modules/$version-crux/source
+        ln -s /usr/src/linux-$version $PKG/lib/modules/$version-crux/source
+
+        install -m 0644 -D arch/x86_64/boot/bzImage $PKG/boot/vmlinuz-$version-crux
+        install -m 0644  System.map $PKG/boot/System.map-$version-crux
+        install -m 0644 .config $PKG/boot/config-$version-crux
+        install -m 0644 -D $SRC/linux-$version.defconfig $PKG/usr/src/linux-$version-crux-$release.defconfig
+
+}
diff --git a/core/ports/linux-crux/linux-4.1.30.defconfig b/core/ports/linux-crux/linux-4.1.30.defconfig
new file mode 100644
index 0000000..5303690
--- /dev/null
+++ b/core/ports/linux-crux/linux-4.1.30.defconfig
@@ -0,0 +1,3269 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Linux/x86 4.1.30 Kernel Configuration
+#
+CONFIG_64BIT=y
+CONFIG_X86_64=y
+CONFIG_X86=y
+CONFIG_INSTRUCTION_DECODER=y
+CONFIG_PERF_EVENTS_INTEL_UNCORE=y
+CONFIG_OUTPUT_FORMAT="elf64-x86-64"
+CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_HAVE_LATENCYTOP_SUPPORT=y
+CONFIG_MMU=y
+CONFIG_NEED_DMA_MAP_STATE=y
+CONFIG_NEED_SG_DMA_LENGTH=y
+CONFIG_GENERIC_ISA_DMA=y
+CONFIG_GENERIC_BUG=y
+CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
+CONFIG_GENERIC_HWEIGHT=y
+CONFIG_ARCH_MAY_HAVE_PC_FDC=y
+CONFIG_RWSEM_XCHGADD_ALGORITHM=y
+CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_ARCH_HAS_CPU_RELAX=y
+CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
+CONFIG_HAVE_SETUP_PER_CPU_AREA=y
+CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
+CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
+CONFIG_ARCH_HIBERNATION_POSSIBLE=y
+CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
+CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
+CONFIG_ZONE_DMA32=y
+CONFIG_AUDIT_ARCH=y
+CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
+CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
+CONFIG_HAVE_INTEL_TXT=y
+CONFIG_X86_64_SMP=y
+CONFIG_X86_HT=y
+CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
+CONFIG_ARCH_SUPPORTS_UPROBES=y
+CONFIG_FIX_EARLYCON_MEM=y
+CONFIG_PGTABLE_LEVELS=4
+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+CONFIG_IRQ_WORK=y
+CONFIG_BUILDTIME_EXTABLE_SORT=y
+
+#
+# General setup
+#
+CONFIG_INIT_ENV_ARG_LIMIT=32
+CONFIG_CROSS_COMPILE=""
+# CONFIG_COMPILE_TEST is not set
+CONFIG_LOCALVERSION="-crux"
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_HAVE_KERNEL_GZIP=y
+CONFIG_HAVE_KERNEL_BZIP2=y
+CONFIG_HAVE_KERNEL_LZMA=y
+CONFIG_HAVE_KERNEL_XZ=y
+CONFIG_HAVE_KERNEL_LZO=y
+CONFIG_HAVE_KERNEL_LZ4=y
+# CONFIG_KERNEL_GZIP is not set
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZMA is not set
+CONFIG_KERNEL_XZ=y
+# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZ4 is not set
+CONFIG_DEFAULT_HOSTNAME="(none)"
+CONFIG_SWAP=y
+CONFIG_SYSVIPC=y
+CONFIG_SYSVIPC_SYSCTL=y
+# CONFIG_POSIX_MQUEUE is not set
+# CONFIG_CROSS_MEMORY_ATTACH is not set
+# CONFIG_FHANDLE is not set
+# CONFIG_USELIB is not set
+# CONFIG_AUDIT is not set
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_IRQ_PROBE=y
+CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
+CONFIG_GENERIC_PENDING_IRQ=y
+CONFIG_IRQ_DOMAIN=y
+CONFIG_GENERIC_MSI_IRQ=y
+# CONFIG_IRQ_DOMAIN_DEBUG is not set
+CONFIG_IRQ_FORCED_THREADING=y
+CONFIG_SPARSE_IRQ=y
+CONFIG_CLOCKSOURCE_WATCHDOG=y
+CONFIG_ARCH_CLOCKSOURCE_DATA=y
+CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
+CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
+CONFIG_GENERIC_CMOS_UPDATE=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
+# CONFIG_NO_HZ_FULL is not set
+# CONFIG_NO_HZ is not set
+# CONFIG_HIGH_RES_TIMERS is not set
+
+#
+# CPU/Task time and stats accounting
+#
+CONFIG_TICK_CPU_ACCOUNTING=y
+# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
+# CONFIG_IRQ_TIME_ACCOUNTING is not set
+# CONFIG_BSD_PROCESS_ACCT is not set
+# CONFIG_TASKSTATS is not set
+
+#
+# RCU Subsystem
+#
+CONFIG_TREE_RCU=y
+CONFIG_SRCU=y
+# CONFIG_TASKS_RCU is not set
+CONFIG_RCU_STALL_COMMON=y
+# CONFIG_RCU_USER_QS is not set
+CONFIG_RCU_FANOUT=64
+CONFIG_RCU_FANOUT_LEAF=16
+# CONFIG_RCU_FANOUT_EXACT is not set
+# CONFIG_RCU_FAST_NO_HZ is not set
+# CONFIG_TREE_RCU_TRACE is not set
+CONFIG_RCU_KTHREAD_PRIO=0
+# CONFIG_RCU_NOCB_CPU is not set
+# CONFIG_RCU_EXPEDITE_BOOT is not set
+CONFIG_BUILD_BIN2C=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT=18
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
+CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
+CONFIG_ARCH_SUPPORTS_INT128=y
+# CONFIG_CGROUPS is not set
+# CONFIG_CHECKPOINT_RESTORE is not set
+CONFIG_NAMESPACES=y
+# CONFIG_UTS_NS is not set
+# CONFIG_IPC_NS is not set
+# CONFIG_USER_NS is not set
+# CONFIG_PID_NS is not set
+CONFIG_NET_NS=y
+# CONFIG_SCHED_AUTOGROUP is not set
+# CONFIG_SYSFS_DEPRECATED is not set
+CONFIG_RELAY=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_XZ=y
+CONFIG_RD_LZO=y
+CONFIG_RD_LZ4=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+CONFIG_SYSCTL=y
+CONFIG_ANON_INODES=y
+CONFIG_HAVE_UID16=y
+CONFIG_SYSCTL_EXCEPTION_TRACE=y
+CONFIG_HAVE_PCSPKR_PLATFORM=y
+CONFIG_BPF=y
+# CONFIG_EXPERT is not set
+CONFIG_UID16=y
+CONFIG_MULTIUSER=y
+CONFIG_SGETMASK_SYSCALL=y
+CONFIG_SYSFS_SYSCALL=y
+# CONFIG_SYSCTL_SYSCALL is not set
+CONFIG_KALLSYMS=y
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+CONFIG_ELF_CORE=y
+CONFIG_PCSPKR_PLATFORM=y
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_EPOLL=y
+CONFIG_SIGNALFD=y
+CONFIG_TIMERFD=y
+CONFIG_EVENTFD=y
+# CONFIG_BPF_SYSCALL is not set
+CONFIG_SHMEM=y
+CONFIG_AIO=y
+CONFIG_ADVISE_SYSCALLS=y
+CONFIG_PCI_QUIRKS=y
+# CONFIG_EMBEDDED is not set
+CONFIG_HAVE_PERF_EVENTS=y
+
+#
+# Kernel Performance Events And Counters
+#
+CONFIG_PERF_EVENTS=y
+CONFIG_VM_EVENT_COUNTERS=y
+CONFIG_SLUB_DEBUG=y
+# CONFIG_COMPAT_BRK is not set
+# CONFIG_SLAB is not set
+CONFIG_SLUB=y
+CONFIG_SLUB_CPU_PARTIAL=y
+# CONFIG_PROFILING is not set
+CONFIG_HAVE_OPROFILE=y
+CONFIG_OPROFILE_NMI_TIMER=y
+# CONFIG_KPROBES is not set
+# CONFIG_JUMP_LABEL is not set
+# CONFIG_UPROBES is not set
+# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
+CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
+CONFIG_ARCH_USE_BUILTIN_BSWAP=y
+CONFIG_HAVE_IOREMAP_PROT=y
+CONFIG_HAVE_KPROBES=y
+CONFIG_HAVE_KRETPROBES=y
+CONFIG_HAVE_OPTPROBES=y
+CONFIG_HAVE_KPROBES_ON_FTRACE=y
+CONFIG_HAVE_ARCH_TRACEHOOK=y
+CONFIG_HAVE_DMA_ATTRS=y
+CONFIG_HAVE_DMA_CONTIGUOUS=y
+CONFIG_GENERIC_SMP_IDLE_THREAD=y
+CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
+CONFIG_HAVE_DMA_API_DEBUG=y
+CONFIG_HAVE_HW_BREAKPOINT=y
+CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
+CONFIG_HAVE_USER_RETURN_NOTIFIER=y
+CONFIG_HAVE_PERF_EVENTS_NMI=y
+CONFIG_HAVE_PERF_REGS=y
+CONFIG_HAVE_PERF_USER_STACK_DUMP=y
+CONFIG_HAVE_ARCH_JUMP_LABEL=y
+CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
+CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
+CONFIG_HAVE_CMPXCHG_LOCAL=y
+CONFIG_HAVE_CMPXCHG_DOUBLE=y
+CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
+CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
+CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
+CONFIG_SECCOMP_FILTER=y
+CONFIG_HAVE_CC_STACKPROTECTOR=y
+# CONFIG_CC_STACKPROTECTOR is not set
+CONFIG_CC_STACKPROTECTOR_NONE=y
+# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
+# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+CONFIG_HAVE_CONTEXT_TRACKING=y
+CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
+CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
+CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
+CONFIG_HAVE_ARCH_HUGE_VMAP=y
+CONFIG_HAVE_ARCH_SOFT_DIRTY=y
+CONFIG_MODULES_USE_ELF_RELA=y
+CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
+CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
+CONFIG_OLD_SIGSUSPEND3=y
+CONFIG_COMPAT_OLD_SIGACTION=y
+
+#
+# GCOV-based kernel profiling
+#
+# CONFIG_GCOV_KERNEL is not set
+CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
+# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
+CONFIG_SLABINFO=y
+CONFIG_RT_MUTEXES=y
+CONFIG_BASE_SMALL=0
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+# CONFIG_MODVERSIONS is not set
+# CONFIG_MODULE_SRCVERSION_ALL is not set
+# CONFIG_MODULE_SIG is not set
+# CONFIG_MODULE_COMPRESS is not set
+CONFIG_STOP_MACHINE=y
+CONFIG_BLOCK=y
+CONFIG_BLK_DEV_BSG=y
+CONFIG_BLK_DEV_BSGLIB=y
+CONFIG_BLK_DEV_INTEGRITY=y
+# CONFIG_BLK_CMDLINE_PARSER is not set
+
+#
+# Partition Types
+#
+CONFIG_PARTITION_ADVANCED=y
+# CONFIG_ACORN_PARTITION is not set
+# CONFIG_AIX_PARTITION is not set
+# CONFIG_OSF_PARTITION is not set
+# CONFIG_AMIGA_PARTITION is not set
+# CONFIG_ATARI_PARTITION is not set
+# CONFIG_MAC_PARTITION is not set
+CONFIG_MSDOS_PARTITION=y
+# CONFIG_BSD_DISKLABEL is not set
+# CONFIG_MINIX_SUBPARTITION is not set
+# CONFIG_SOLARIS_X86_PARTITION is not set
+# CONFIG_UNIXWARE_DISKLABEL is not set
+# CONFIG_LDM_PARTITION is not set
+# CONFIG_SGI_PARTITION is not set
+# CONFIG_ULTRIX_PARTITION is not set
+# CONFIG_SUN_PARTITION is not set
+# CONFIG_KARMA_PARTITION is not set
+CONFIG_EFI_PARTITION=y
+# CONFIG_SYSV68_PARTITION is not set
+# CONFIG_CMDLINE_PARTITION is not set
+CONFIG_BLOCK_COMPAT=y
+
+#
+# IO Schedulers
+#
+CONFIG_IOSCHED_NOOP=y
+CONFIG_IOSCHED_DEADLINE=y
+CONFIG_IOSCHED_CFQ=y
+# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
+# CONFIG_DEFAULT_NOOP is not set
+CONFIG_DEFAULT_IOSCHED="cfq"
+CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
+CONFIG_INLINE_READ_UNLOCK=y
+CONFIG_INLINE_READ_UNLOCK_IRQ=y
+CONFIG_INLINE_WRITE_UNLOCK=y
+CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
+CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
+CONFIG_MUTEX_SPIN_ON_OWNER=y
+CONFIG_RWSEM_SPIN_ON_OWNER=y
+CONFIG_LOCK_SPIN_ON_OWNER=y
+CONFIG_ARCH_USE_QUEUE_RWLOCK=y
+CONFIG_QUEUE_RWLOCK=y
+CONFIG_FREEZER=y
+
+#
+# Processor type and features
+#
+CONFIG_ZONE_DMA=y
+CONFIG_SMP=y
+CONFIG_X86_FEATURE_NAMES=y
+CONFIG_X86_MPPARSE=y
+# CONFIG_X86_EXTENDED_PLATFORM is not set
+# CONFIG_X86_INTEL_LPSS is not set
+# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
+CONFIG_IOSF_MBI=m
+# CONFIG_IOSF_MBI_DEBUG is not set
+CONFIG_SCHED_OMIT_FRAME_POINTER=y
+CONFIG_HYPERVISOR_GUEST=y
+CONFIG_PARAVIRT=y
+# CONFIG_PARAVIRT_SPINLOCKS is not set
+CONFIG_XEN=y
+CONFIG_XEN_DOM0=y
+CONFIG_XEN_PVHVM=y
+CONFIG_XEN_MAX_DOMAIN_MEMORY=500
+CONFIG_XEN_SAVE_RESTORE=y
+# CONFIG_XEN_DEBUG_FS is not set
+# CONFIG_XEN_PVH is not set
+CONFIG_KVM_GUEST=y
+# CONFIG_KVM_DEBUG_FS is not set
+# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
+CONFIG_PARAVIRT_CLOCK=y
+CONFIG_NO_BOOTMEM=y
+# CONFIG_MK8 is not set
+# CONFIG_MK8SSE3 is not set
+# CONFIG_MK10 is not set
+# CONFIG_MBARCELONA is not set
+# CONFIG_MBOBCAT is not set
+# CONFIG_MBULLDOZER is not set
+# CONFIG_MPILEDRIVER is not set
+# CONFIG_MSTEAMROLLER is not set
+# CONFIG_MJAGUAR is not set
+# CONFIG_MPSC is not set
+# CONFIG_MATOM is not set
+# CONFIG_MCORE2 is not set
+# CONFIG_MNEHALEM is not set
+# CONFIG_MWESTMERE is not set
+# CONFIG_MSILVERMONT is not set
+# CONFIG_MSANDYBRIDGE is not set
+# CONFIG_MIVYBRIDGE is not set
+# CONFIG_MHASWELL is not set
+# CONFIG_MBROADWELL is not set
+# CONFIG_MSKYLAKE is not set
+CONFIG_GENERIC_CPU=y
+# CONFIG_MNATIVE is not set
+CONFIG_X86_INTERNODE_CACHE_SHIFT=6
+CONFIG_X86_L1_CACHE_SHIFT=6
+CONFIG_X86_TSC=y
+CONFIG_X86_CMPXCHG64=y
+CONFIG_X86_CMOV=y
+CONFIG_X86_MINIMUM_CPU_FAMILY=64
+CONFIG_X86_DEBUGCTLMSR=y
+CONFIG_CPU_SUP_INTEL=y
+CONFIG_CPU_SUP_AMD=y
+CONFIG_CPU_SUP_CENTAUR=y
+CONFIG_HPET_TIMER=y
+CONFIG_HPET_EMULATE_RTC=y
+CONFIG_DMI=y
+CONFIG_GART_IOMMU=y
+CONFIG_CALGARY_IOMMU=y
+CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
+CONFIG_SWIOTLB=y
+CONFIG_IOMMU_HELPER=y
+CONFIG_NR_CPUS=16
+CONFIG_SCHED_SMT=y
+CONFIG_SCHED_MC=y
+CONFIG_PREEMPT_NONE=y
+# CONFIG_PREEMPT_VOLUNTARY is not set
+# CONFIG_PREEMPT is not set
+CONFIG_X86_LOCAL_APIC=y
+CONFIG_X86_IO_APIC=y
+CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
+# CONFIG_X86_MCE is not set
+CONFIG_X86_16BIT=y
+CONFIG_X86_ESPFIX64=y
+CONFIG_X86_VSYSCALL_EMULATION=y
+# CONFIG_I8K is not set
+# CONFIG_MICROCODE is not set
+# CONFIG_X86_MSR is not set
+# CONFIG_X86_CPUID is not set
+CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
+CONFIG_ARCH_DMA_ADDR_T_64BIT=y
+CONFIG_X86_DIRECT_GBPAGES=y
+# CONFIG_NUMA is not set
+CONFIG_ARCH_SPARSEMEM_ENABLE=y
+CONFIG_ARCH_SPARSEMEM_DEFAULT=y
+CONFIG_ARCH_SELECT_MEMORY_MODEL=y
+CONFIG_ARCH_PROC_KCORE_TEXT=y
+CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
+CONFIG_SELECT_MEMORY_MODEL=y
+CONFIG_SPARSEMEM_MANUAL=y
+CONFIG_SPARSEMEM=y
+CONFIG_HAVE_MEMORY_PRESENT=y
+CONFIG_SPARSEMEM_EXTREME=y
+CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
+CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
+CONFIG_SPARSEMEM_VMEMMAP=y
+CONFIG_HAVE_MEMBLOCK=y
+CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
+CONFIG_ARCH_DISCARD_MEMBLOCK=y
+# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
+# CONFIG_MEMORY_HOTPLUG is not set
+CONFIG_PAGEFLAGS_EXTENDED=y
+CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
+CONFIG_MEMORY_BALLOON=y
+# CONFIG_COMPACTION is not set
+CONFIG_PHYS_ADDR_T_64BIT=y
+CONFIG_ZONE_DMA_FLAG=1
+# CONFIG_BOUNCE is not set
+CONFIG_NEED_BOUNCE_POOL=y
+CONFIG_VIRT_TO_BUS=y
+CONFIG_MMU_NOTIFIER=y
+# CONFIG_KSM is not set
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+# CONFIG_TRANSPARENT_HUGEPAGE is not set
+# CONFIG_CLEANCACHE is not set
+# CONFIG_FRONTSWAP is not set
+# CONFIG_CMA is not set
+# CONFIG_ZPOOL is not set
+# CONFIG_ZBUD is not set
+# CONFIG_ZSMALLOC is not set
+CONFIG_GENERIC_EARLY_IOREMAP=y
+# CONFIG_X86_PMEM_LEGACY is not set
+# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
+CONFIG_X86_RESERVE_LOW=64
+CONFIG_MTRR=y
+# CONFIG_MTRR_SANITIZER is not set
+CONFIG_X86_PAT=y
+CONFIG_ARCH_USES_PG_UNCACHED=y
+CONFIG_ARCH_RANDOM=y
+CONFIG_X86_SMAP=y
+# CONFIG_X86_INTEL_MPX is not set
+CONFIG_EFI=y
+# CONFIG_EFI_STUB is not set
+CONFIG_SECCOMP=y
+# CONFIG_HZ_100 is not set
+# CONFIG_HZ_250 is not set
+CONFIG_HZ_300=y
+# CONFIG_HZ_1000 is not set
+CONFIG_HZ=300
+# CONFIG_SCHED_HRTICK is not set
+# CONFIG_KEXEC is not set
+# CONFIG_CRASH_DUMP is not set
+CONFIG_PHYSICAL_START=0x1000000
+# CONFIG_RELOCATABLE is not set
+CONFIG_PHYSICAL_ALIGN=0x1000000
+CONFIG_HOTPLUG_CPU=y
+# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
+# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
+# CONFIG_COMPAT_VDSO is not set
+# CONFIG_CMDLINE_BOOL is not set
+CONFIG_HAVE_LIVEPATCH=y
+CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
+
+#
+# Power management and ACPI options
+#
+# CONFIG_SUSPEND is not set
+CONFIG_HIBERNATE_CALLBACKS=y
+# CONFIG_HIBERNATION is not set
+CONFIG_PM_SLEEP=y
+CONFIG_PM_SLEEP_SMP=y
+# CONFIG_PM_AUTOSLEEP is not set
+# CONFIG_PM_WAKELOCKS is not set
+CONFIG_PM=y
+# CONFIG_PM_DEBUG is not set
+# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
+CONFIG_ACPI=y
+CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
+CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
+CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
+# CONFIG_ACPI_PROCFS_POWER is not set
+# CONFIG_ACPI_EC_DEBUGFS is not set
+CONFIG_ACPI_AC=y
+CONFIG_ACPI_BATTERY=y
+CONFIG_ACPI_BUTTON=y
+CONFIG_ACPI_FAN=y
+# CONFIG_ACPI_DOCK is not set
+CONFIG_ACPI_PROCESSOR=y
+CONFIG_ACPI_HOTPLUG_CPU=y
+# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
+CONFIG_ACPI_THERMAL=y
+# CONFIG_ACPI_CUSTOM_DSDT is not set
+# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
+# CONFIG_ACPI_DEBUG is not set
+# CONFIG_ACPI_PCI_SLOT is not set
+CONFIG_X86_PM_TIMER=y
+CONFIG_ACPI_CONTAINER=y
+CONFIG_ACPI_HOTPLUG_IOAPIC=y
+# CONFIG_ACPI_SBS is not set
+# CONFIG_ACPI_HED is not set
+# CONFIG_ACPI_CUSTOM_METHOD is not set
+# CONFIG_ACPI_BGRT is not set
+# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
+CONFIG_HAVE_ACPI_APEI=y
+CONFIG_HAVE_ACPI_APEI_NMI=y
+# CONFIG_ACPI_APEI is not set
+# CONFIG_PMIC_OPREGION is not set
+# CONFIG_SFI is not set
+
+#
+# CPU Frequency scaling
+#
+# CONFIG_CPU_FREQ is not set
+
+#
+# CPU Idle
+#
+CONFIG_CPU_IDLE=y
+CONFIG_CPU_IDLE_GOV_LADDER=y
+CONFIG_CPU_IDLE_GOV_MENU=y
+# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
+# CONFIG_INTEL_IDLE is not set
+
+#
+# Memory power savings
+#
+# CONFIG_I7300_IDLE is not set
+
+#
+# Bus options (PCI etc.)
+#
+CONFIG_PCI=y
+CONFIG_PCI_DIRECT=y
+# CONFIG_PCI_MMCONFIG is not set
+CONFIG_PCI_XEN=y
+CONFIG_PCI_DOMAINS=y
+CONFIG_PCIEPORTBUS=y
+CONFIG_PCIEAER=y
+# CONFIG_PCIE_ECRC is not set
+# CONFIG_PCIEAER_INJECT is not set
+CONFIG_PCIEASPM=y
+# CONFIG_PCIEASPM_DEBUG is not set
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
+# CONFIG_PCIEASPM_PERFORMANCE is not set
+CONFIG_PCIE_PME=y
+CONFIG_PCI_BUS_ADDR_T_64BIT=y
+CONFIG_PCI_MSI=y
+# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
+# CONFIG_PCI_STUB is not set
+CONFIG_XEN_PCIDEV_FRONTEND=y
+CONFIG_HT_IRQ=y
+CONFIG_PCI_ATS=y
+# CONFIG_PCI_IOV is not set
+CONFIG_PCI_PRI=y
+CONFIG_PCI_PASID=y
+CONFIG_PCI_LABEL=y
+
+#
+# PCI host controller drivers
+#
+CONFIG_ISA_DMA_API=y
+CONFIG_AMD_NB=y
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
+CONFIG_PCMCIA_LOAD_CIS=y
+CONFIG_CARDBUS=y
+
+#
+# PC-card bridges
+#
+CONFIG_YENTA=m
+CONFIG_YENTA_O2=y
+CONFIG_YENTA_RICOH=y
+CONFIG_YENTA_TI=y
+CONFIG_YENTA_ENE_TUNE=y
+CONFIG_YENTA_TOSHIBA=y
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_PCCARD_NONSTATIC=y
+# CONFIG_HOTPLUG_PCI is not set
+# CONFIG_RAPIDIO is not set
+CONFIG_X86_SYSFB=y
+
+#
+# Executable file formats / Emulations
+#
+CONFIG_BINFMT_ELF=y
+CONFIG_COMPAT_BINFMT_ELF=y
+CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
+CONFIG_BINFMT_SCRIPT=y
+# CONFIG_HAVE_AOUT is not set
+# CONFIG_BINFMT_MISC is not set
+CONFIG_COREDUMP=y
+CONFIG_IA32_EMULATION=y
+# CONFIG_IA32_AOUT is not set
+# CONFIG_X86_X32 is not set
+CONFIG_COMPAT=y
+CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
+CONFIG_SYSVIPC_COMPAT=y
+CONFIG_X86_DEV_DMA_OPS=y
+CONFIG_PMC_ATOM=y
+CONFIG_NET=y
+CONFIG_COMPAT_NETLINK_MESSAGES=y
+
+#
+# Networking options
+#
+CONFIG_PACKET=y
+CONFIG_PACKET_DIAG=y
+CONFIG_UNIX=y
+CONFIG_UNIX_DIAG=y
+# CONFIG_XFRM_USER is not set
+# CONFIG_NET_KEY is not set
+CONFIG_INET=y
+# CONFIG_IP_MULTICAST is not set
+# CONFIG_IP_ADVANCED_ROUTER is not set
+# CONFIG_IP_PNP is not set
+# CONFIG_NET_IPIP is not set
+# CONFIG_NET_IPGRE_DEMUX is not set
+# CONFIG_NET_IP_TUNNEL is not set
+# CONFIG_SYN_COOKIES is not set
+# CONFIG_NET_UDP_TUNNEL is not set
+# CONFIG_NET_FOU is not set
+# CONFIG_GENEVE is not set
+# CONFIG_INET_AH is not set
+# CONFIG_INET_ESP is not set
+# CONFIG_INET_IPCOMP is not set
+# CONFIG_INET_XFRM_TUNNEL is not set
+# CONFIG_INET_TUNNEL is not set
+# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
+# CONFIG_INET_XFRM_MODE_TUNNEL is not set
+# CONFIG_INET_XFRM_MODE_BEET is not set
+CONFIG_INET_LRO=y
+# CONFIG_INET_DIAG is not set
+# CONFIG_TCP_CONG_ADVANCED is not set
+CONFIG_TCP_CONG_CUBIC=y
+CONFIG_DEFAULT_TCP_CONG="cubic"
+# CONFIG_TCP_MD5SIG is not set
+# CONFIG_IPV6 is not set
+# CONFIG_NETWORK_SECMARK is not set
+CONFIG_NET_PTP_CLASSIFY=y
+# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
+# CONFIG_NETFILTER is not set
+# CONFIG_IP_DCCP is not set
+# CONFIG_IP_SCTP is not set
+# CONFIG_RDS is not set
+# CONFIG_TIPC is not set
+# CONFIG_ATM is not set
+# CONFIG_L2TP is not set
+# CONFIG_BRIDGE is not set
+CONFIG_HAVE_NET_DSA=y
+# CONFIG_VLAN_8021Q is not set
+# CONFIG_DECNET is not set
+# CONFIG_LLC2 is not set
+# CONFIG_IPX is not set
+# CONFIG_ATALK is not set
+# CONFIG_X25 is not set
+# CONFIG_LAPB is not set
+# CONFIG_PHONET is not set
+# CONFIG_IEEE802154 is not set
+# CONFIG_NET_SCHED is not set
+# CONFIG_DCB is not set
+# CONFIG_BATMAN_ADV is not set
+# CONFIG_OPENVSWITCH is not set
+# CONFIG_VSOCKETS is not set
+# CONFIG_NETLINK_MMAP is not set
+# CONFIG_NETLINK_DIAG is not set
+# CONFIG_MPLS is not set
+# CONFIG_HSR is not set
+# CONFIG_NET_SWITCHDEV is not set
+CONFIG_RPS=y
+CONFIG_RFS_ACCEL=y
+CONFIG_XPS=y
+CONFIG_NET_RX_BUSY_POLL=y
+CONFIG_BQL=y
+# CONFIG_BPF_JIT is not set
+CONFIG_NET_FLOW_LIMIT=y
+
+#
+# Network testing
+#
+# CONFIG_NET_PKTGEN is not set
+# CONFIG_HAMRADIO is not set
+# CONFIG_CAN is not set
+# CONFIG_IRDA is not set
+# CONFIG_BT is not set
+# CONFIG_AF_RXRPC is not set
+CONFIG_WIRELESS=y
+CONFIG_WIRELESS_EXT=y
+CONFIG_WEXT_CORE=y
+CONFIG_WEXT_PROC=y
+CONFIG_WEXT_SPY=y
+CONFIG_WEXT_PRIV=y
+CONFIG_CFG80211=m
+# CONFIG_NL80211_TESTMODE is not set
+# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
+# CONFIG_CFG80211_REG_DEBUG is not set
+CONFIG_CFG80211_DEFAULT_PS=y
+# CONFIG_CFG80211_DEBUGFS is not set
+# CONFIG_CFG80211_INTERNAL_REGDB is not set
+CONFIG_CFG80211_WEXT=y
+CONFIG_CFG80211_WEXT_EXPORT=y
+CONFIG_LIB80211=m
+CONFIG_LIB80211_CRYPT_WEP=m
+CONFIG_LIB80211_CRYPT_CCMP=m
+CONFIG_LIB80211_CRYPT_TKIP=m
+# CONFIG_LIB80211_DEBUG is not set
+CONFIG_MAC80211=m
+CONFIG_MAC80211_HAS_RC=y
+CONFIG_MAC80211_RC_MINSTREL=y
+CONFIG_MAC80211_RC_MINSTREL_HT=y
+# CONFIG_MAC80211_RC_MINSTREL_VHT is not set
+CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
+CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
+# CONFIG_MAC80211_MESH is not set
+CONFIG_MAC80211_LEDS=y
+# CONFIG_MAC80211_DEBUGFS is not set
+# CONFIG_MAC80211_MESSAGE_TRACING is not set
+# CONFIG_MAC80211_DEBUG_MENU is not set
+# CONFIG_WIMAX is not set
+CONFIG_RFKILL=m
+CONFIG_RFKILL_LEDS=y
+CONFIG_RFKILL_INPUT=y
+# CONFIG_NET_9P is not set
+# CONFIG_CAIF is not set
+# CONFIG_CEPH_LIB is not set
+# CONFIG_NFC is not set
+CONFIG_HAVE_BPF_JIT=y
+
+#
+# Device Drivers
+#
+
+#
+# Generic Driver Options
+#
+# CONFIG_UEVENT_HELPER is not set
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+CONFIG_FW_LOADER=y
+# CONFIG_FIRMWARE_IN_KERNEL is not set
+CONFIG_EXTRA_FIRMWARE=""
+# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
+CONFIG_ALLOW_DEV_COREDUMP=y
+CONFIG_SYS_HYPERVISOR=y
+# CONFIG_GENERIC_CPU_DEVICES is not set
+CONFIG_GENERIC_CPU_AUTOPROBE=y
+CONFIG_REGMAP=y
+# CONFIG_DMA_SHARED_BUFFER is not set
+
+#
+# Bus devices
+#
+CONFIG_CONNECTOR=m
+# CONFIG_MTD is not set
+CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
+# CONFIG_PARPORT is not set
+CONFIG_PNP=y
+# CONFIG_PNP_DEBUG_MESSAGES is not set
+
+#
+# Protocols
+#
+CONFIG_PNPACPI=y
+CONFIG_BLK_DEV=y
+# CONFIG_BLK_DEV_NULL_BLK is not set
+# CONFIG_BLK_DEV_FD is not set
+# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
+# CONFIG_BLK_CPQ_CISS_DA is not set
+# CONFIG_BLK_DEV_DAC960 is not set
+# CONFIG_BLK_DEV_UMEM is not set
+# CONFIG_BLK_DEV_COW_COMMON is not set
+CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
+# CONFIG_BLK_DEV_CRYPTOLOOP is not set
+# CONFIG_BLK_DEV_DRBD is not set
+# CONFIG_BLK_DEV_NBD is not set
+# CONFIG_BLK_DEV_NVME is not set
+# CONFIG_BLK_DEV_SKD is not set
+# CONFIG_BLK_DEV_SX8 is not set
+# CONFIG_BLK_DEV_RAM is not set
+# CONFIG_BLK_DEV_PMEM is not set
+# CONFIG_CDROM_PKTCDVD is not set
+# CONFIG_ATA_OVER_ETH is not set
+CONFIG_XEN_BLKDEV_FRONTEND=y
+# CONFIG_XEN_BLKDEV_BACKEND is not set
+CONFIG_VIRTIO_BLK=y
+# CONFIG_BLK_DEV_HD is not set
+# CONFIG_BLK_DEV_RBD is not set
+# CONFIG_BLK_DEV_RSXX is not set
+
+#
+# Misc devices
+#
+# CONFIG_SENSORS_LIS3LV02D is not set
+# CONFIG_AD525X_DPOT is not set
+# CONFIG_DUMMY_IRQ is not set
+# CONFIG_IBM_ASM is not set
+# CONFIG_PHANTOM is not set
+# CONFIG_SGI_IOC4 is not set
+# CONFIG_TIFM_CORE is not set
+# CONFIG_ICS932S401 is not set
+# CONFIG_ENCLOSURE_SERVICES is not set
+# CONFIG_HP_ILO is not set
+# CONFIG_APDS9802ALS is not set
+# CONFIG_ISL29003 is not set
+# CONFIG_ISL29020 is not set
+# CONFIG_SENSORS_TSL2550 is not set
+# CONFIG_SENSORS_BH1780 is not set
+# CONFIG_SENSORS_BH1770 is not set
+# CONFIG_SENSORS_APDS990X is not set
+# CONFIG_HMC6352 is not set
+# CONFIG_DS1682 is not set
+CONFIG_VMWARE_BALLOON=m
+# CONFIG_BMP085_I2C is not set
+# CONFIG_USB_SWITCH_FSA9480 is not set
+# CONFIG_SRAM is not set
+# CONFIG_C2PORT is not set
+
+#
+# EEPROM support
+#
+# CONFIG_EEPROM_AT24 is not set
+# CONFIG_EEPROM_LEGACY is not set
+# CONFIG_EEPROM_MAX6875 is not set
+CONFIG_EEPROM_93CX6=m
+# CONFIG_CB710_CORE is not set
+
+#
+# Texas Instruments shared transport line discipline
+#
+# CONFIG_SENSORS_LIS3_I2C is not set
+
+#
+# Altera FPGA firmware download module
+#
+# CONFIG_ALTERA_STAPL is not set
+CONFIG_VMWARE_VMCI=m
+
+#
+# Intel MIC Bus Driver
+#
+# CONFIG_INTEL_MIC_BUS is not set
+
+#
+# Intel MIC Host Driver
+#
+
+#
+# Intel MIC Card Driver
+#
+# CONFIG_GENWQE is not set
+# CONFIG_ECHO is not set
+# CONFIG_CXL_BASE is not set
+CONFIG_HAVE_IDE=y
+# CONFIG_IDE is not set
+
+#
+# SCSI device support
+#
+CONFIG_SCSI_MOD=y
+CONFIG_RAID_ATTRS=m
+CONFIG_SCSI=y
+CONFIG_SCSI_DMA=y
+CONFIG_SCSI_NETLINK=y
+# CONFIG_SCSI_MQ_DEFAULT is not set
+CONFIG_SCSI_PROC_FS=y
+
+#
+# SCSI support type (disk, tape, CD-ROM)
+#
+CONFIG_BLK_DEV_SD=y
+# CONFIG_CHR_DEV_ST is not set
+# CONFIG_CHR_DEV_OSST is not set
+CONFIG_BLK_DEV_SR=m
+# CONFIG_BLK_DEV_SR_VENDOR is not set
+CONFIG_CHR_DEV_SG=m
+# CONFIG_CHR_DEV_SCH is not set
+# CONFIG_SCSI_CONSTANTS is not set
+# CONFIG_SCSI_LOGGING is not set
+# CONFIG_SCSI_SCAN_ASYNC is not set
+
+#
+# SCSI Transports
+#
+CONFIG_SCSI_SPI_ATTRS=y
+CONFIG_SCSI_FC_ATTRS=m
+CONFIG_SCSI_ISCSI_ATTRS=m
+CONFIG_SCSI_SAS_ATTRS=y
+CONFIG_SCSI_SAS_LIBSAS=m
+# CONFIG_SCSI_SAS_ATA is not set
+CONFIG_SCSI_SAS_HOST_SMP=y
+# CONFIG_SCSI_SRP_ATTRS is not set
+CONFIG_SCSI_LOWLEVEL=y
+# CONFIG_ISCSI_TCP is not set
+CONFIG_ISCSI_BOOT_SYSFS=m
+# CONFIG_SCSI_CXGB3_ISCSI is not set
+# CONFIG_SCSI_CXGB4_ISCSI is not set
+# CONFIG_SCSI_BNX2_ISCSI is not set
+# CONFIG_BE2ISCSI is not set
+CONFIG_BLK_DEV_3W_XXXX_RAID=m
+CONFIG_SCSI_HPSA=m
+CONFIG_SCSI_3W_9XXX=m
+# CONFIG_SCSI_3W_SAS is not set
+CONFIG_SCSI_ACARD=m
+CONFIG_SCSI_AACRAID=m
+CONFIG_SCSI_AIC7XXX=m
+CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
+CONFIG_AIC7XXX_RESET_DELAY_MS=5000
+CONFIG_AIC7XXX_DEBUG_ENABLE=y
+CONFIG_AIC7XXX_DEBUG_MASK=0
+CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
+CONFIG_SCSI_AIC79XX=m
+CONFIG_AIC79XX_CMDS_PER_DEVICE=32
+CONFIG_AIC79XX_RESET_DELAY_MS=5000
+# CONFIG_AIC79XX_DEBUG_ENABLE is not set
+CONFIG_AIC79XX_DEBUG_MASK=0
+CONFIG_AIC79XX_REG_PRETTY_PRINT=y
+CONFIG_SCSI_AIC94XX=m
+# CONFIG_AIC94XX_DEBUG is not set
+CONFIG_SCSI_MVSAS=m
+CONFIG_SCSI_MVSAS_DEBUG=y
+# CONFIG_SCSI_MVSAS_TASKLET is not set
+# CONFIG_SCSI_MVUMI is not set
+CONFIG_SCSI_DPT_I2O=m
+CONFIG_SCSI_ADVANSYS=m
+CONFIG_SCSI_ARCMSR=m
+# CONFIG_SCSI_ESAS2R is not set
+CONFIG_MEGARAID_NEWGEN=y
+CONFIG_MEGARAID_MM=m
+CONFIG_MEGARAID_MAILBOX=m
+CONFIG_MEGARAID_LEGACY=m
+CONFIG_MEGARAID_SAS=m
+CONFIG_SCSI_MPT2SAS=m
+CONFIG_SCSI_MPT2SAS_MAX_SGE=128
+# CONFIG_SCSI_MPT2SAS_LOGGING is not set
+CONFIG_SCSI_MPT3SAS=m
+CONFIG_SCSI_MPT3SAS_MAX_SGE=128
+# CONFIG_SCSI_MPT3SAS_LOGGING is not set
+# CONFIG_SCSI_UFSHCD is not set
+CONFIG_SCSI_HPTIOP=m
+CONFIG_SCSI_BUSLOGIC=m
+# CONFIG_SCSI_FLASHPOINT is not set
+CONFIG_VMWARE_PVSCSI=y
+# CONFIG_XEN_SCSI_FRONTEND is not set
+CONFIG_HYPERV_STORAGE=y
+# CONFIG_LIBFC is not set
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_EATA=m
+# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
+# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
+CONFIG_SCSI_EATA_MAX_TAGS=16
+CONFIG_SCSI_FUTURE_DOMAIN=m
+CONFIG_SCSI_GDTH=m
+# CONFIG_SCSI_ISCI is not set
+CONFIG_SCSI_IPS=m
+CONFIG_SCSI_INITIO=m
+CONFIG_SCSI_INIA100=m
+CONFIG_SCSI_STEX=m
+CONFIG_SCSI_SYM53C8XX_2=m
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_SYM53C8XX_MMIO=y
+CONFIG_SCSI_IPR=m
+CONFIG_SCSI_IPR_TRACE=y
+CONFIG_SCSI_IPR_DUMP=y
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_QLA_FC=m
+CONFIG_SCSI_QLA_ISCSI=m
+CONFIG_SCSI_LPFC=m
+# CONFIG_SCSI_LPFC_DEBUG_FS is not set
+CONFIG_SCSI_DC395x=m
+# CONFIG_SCSI_AM53C974 is not set
+# CONFIG_SCSI_WD719X is not set
+# CONFIG_SCSI_DEBUG is not set
+# CONFIG_SCSI_PMCRAID is not set
+# CONFIG_SCSI_PM8001 is not set
+# CONFIG_SCSI_BFA_FC is not set
+CONFIG_SCSI_VIRTIO=y
+# CONFIG_SCSI_CHELSIO_FCOE is not set
+# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
+# CONFIG_SCSI_DH is not set
+# CONFIG_SCSI_OSD_INITIATOR is not set
+CONFIG_ATA=y
+# CONFIG_ATA_NONSTANDARD is not set
+CONFIG_ATA_VERBOSE_ERROR=y
+CONFIG_ATA_ACPI=y
+# CONFIG_SATA_ZPODD is not set
+# CONFIG_SATA_PMP is not set
+
+#
+# Controllers with non-SFF native interface
+#
+CONFIG_SATA_AHCI=y
+# CONFIG_SATA_AHCI_PLATFORM is not set
+CONFIG_SATA_INIC162X=m
+# CONFIG_SATA_ACARD_AHCI is not set
+CONFIG_SATA_SIL24=m
+CONFIG_ATA_SFF=y
+
+#
+# SFF controllers with custom DMA interface
+#
+CONFIG_PDC_ADMA=m
+CONFIG_SATA_QSTOR=m
+CONFIG_SATA_SX4=m
+CONFIG_ATA_BMDMA=y
+
+#
+# SATA SFF controllers with BMDMA
+#
+CONFIG_ATA_PIIX=y
+CONFIG_SATA_MV=m
+CONFIG_SATA_NV=y
+CONFIG_SATA_PROMISE=m
+CONFIG_SATA_SIL=m
+CONFIG_SATA_SIS=m
+CONFIG_SATA_SVW=m
+CONFIG_SATA_ULI=m
+CONFIG_SATA_VIA=m
+CONFIG_SATA_VITESSE=m
+
+#
+# PATA SFF controllers with BMDMA
+#
+CONFIG_PATA_ALI=m
+CONFIG_PATA_AMD=y
+CONFIG_PATA_ARTOP=m
+CONFIG_PATA_ATIIXP=m
+# CONFIG_PATA_ATP867X is not set
+CONFIG_PATA_CMD64X=m
+CONFIG_PATA_CYPRESS=m
+CONFIG_PATA_EFAR=m
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_HPT37X=m
+CONFIG_PATA_HPT3X2N=m
+CONFIG_PATA_HPT3X3=m
+# CONFIG_PATA_HPT3X3_DMA is not set
+CONFIG_PATA_IT8213=m
+CONFIG_PATA_IT821X=m
+CONFIG_PATA_JMICRON=y
+CONFIG_PATA_MARVELL=m
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_NINJA32=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_OLDPIIX=m
+CONFIG_PATA_OPTIDMA=m
+CONFIG_PATA_PDC2027X=m
+# CONFIG_PATA_PDC_OLD is not set
+CONFIG_PATA_RADISYS=m
+# CONFIG_PATA_RDC is not set
+CONFIG_PATA_SCH=m
+CONFIG_PATA_SERVERWORKS=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_SIS=m
+# CONFIG_PATA_TOSHIBA is not set
+CONFIG_PATA_TRIFLEX=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_WINBOND=m
+
+#
+# PIO-only SFF controllers
+#
+CONFIG_PATA_CMD640_PCI=m
+CONFIG_PATA_MPIIX=m
+CONFIG_PATA_NS87410=m
+CONFIG_PATA_OPTI=m
+CONFIG_PATA_PCMCIA=m
+CONFIG_PATA_RZ1000=m
+
+#
+# Generic fallback / legacy drivers
+#
+# CONFIG_PATA_ACPI is not set
+CONFIG_ATA_GENERIC=m
+# CONFIG_PATA_LEGACY is not set
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=m
+# CONFIG_MD_LINEAR is not set
+CONFIG_MD_RAID0=m
+CONFIG_MD_RAID1=m
+CONFIG_MD_RAID10=m
+CONFIG_MD_RAID456=m
+CONFIG_MD_MULTIPATH=m
+# CONFIG_MD_FAULTY is not set
+# CONFIG_BCACHE is not set
+CONFIG_BLK_DEV_DM_BUILTIN=y
+CONFIG_BLK_DEV_DM=m
+# CONFIG_DM_MQ_DEFAULT is not set
+# CONFIG_DM_DEBUG is not set
+CONFIG_DM_BUFIO=m
+CONFIG_DM_BIO_PRISON=m
+CONFIG_DM_PERSISTENT_DATA=m
+# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
+CONFIG_DM_CRYPT=m
+CONFIG_DM_SNAPSHOT=m
+CONFIG_DM_THIN_PROVISIONING=m
+# CONFIG_DM_CACHE is not set
+# CONFIG_DM_ERA is not set
+CONFIG_DM_MIRROR=m
+# CONFIG_DM_LOG_USERSPACE is not set
+CONFIG_DM_RAID=m
+# CONFIG_DM_ZERO is not set
+CONFIG_DM_MULTIPATH=m
+# CONFIG_DM_MULTIPATH_QL is not set
+# CONFIG_DM_MULTIPATH_ST is not set
+# CONFIG_DM_DELAY is not set
+CONFIG_DM_UEVENT=y
+# CONFIG_DM_FLAKEY is not set
+# CONFIG_DM_VERITY is not set
+# CONFIG_DM_SWITCH is not set
+# CONFIG_DM_LOG_WRITES is not set
+# CONFIG_TARGET_CORE is not set
+CONFIG_FUSION=y
+CONFIG_FUSION_SPI=y
+CONFIG_FUSION_FC=m
+CONFIG_FUSION_SAS=y
+CONFIG_FUSION_MAX_SGE=128
+# CONFIG_FUSION_CTL is not set
+# CONFIG_FUSION_LOGGING is not set
+
+#
+# IEEE 1394 (FireWire) support
+#
+CONFIG_FIREWIRE=m
+CONFIG_FIREWIRE_OHCI=m
+CONFIG_FIREWIRE_SBP2=m
+# CONFIG_FIREWIRE_NET is not set
+# CONFIG_FIREWIRE_NOSY is not set
+# CONFIG_MACINTOSH_DRIVERS is not set
+CONFIG_NETDEVICES=y
+CONFIG_MII=m
+CONFIG_NET_CORE=y
+# CONFIG_BONDING is not set
+# CONFIG_DUMMY is not set
+# CONFIG_EQUALIZER is not set
+# CONFIG_NET_FC is not set
+# CONFIG_NET_TEAM is not set
+# CONFIG_MACVLAN is not set
+# CONFIG_VXLAN is not set
+# CONFIG_NETCONSOLE is not set
+# CONFIG_NETPOLL is not set
+# CONFIG_NET_POLL_CONTROLLER is not set
+# CONFIG_TUN is not set
+# CONFIG_VETH is not set
+CONFIG_VIRTIO_NET=m
+# CONFIG_NLMON is not set
+# CONFIG_ARCNET is not set
+
+#
+# CAIF transport drivers
+#
+
+#
+# Distributed Switch Architecture drivers
+#
+# CONFIG_NET_DSA_MV88E6XXX is not set
+# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
+CONFIG_ETHERNET=y
+CONFIG_MDIO=m
+CONFIG_NET_VENDOR_3COM=y
+# CONFIG_PCMCIA_3C574 is not set
+# CONFIG_PCMCIA_3C589 is not set
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+# CONFIG_NET_VENDOR_AGERE is not set
+# CONFIG_NET_VENDOR_ALTEON is not set
+# CONFIG_ALTERA_TSE is not set
+CONFIG_NET_VENDOR_AMD=y
+CONFIG_AMD8111_ETH=m
+CONFIG_PCNET32=m
+# CONFIG_PCMCIA_NMCLAN is not set
+CONFIG_NET_VENDOR_ARC=y
+CONFIG_NET_VENDOR_ATHEROS=y
+CONFIG_ATL2=m
+CONFIG_ATL1=m
+CONFIG_ATL1E=m
+CONFIG_ATL1C=m
+CONFIG_ALX=m
+CONFIG_NET_CADENCE=y
+CONFIG_MACB=m
+CONFIG_NET_VENDOR_BROADCOM=y
+CONFIG_B44=m
+CONFIG_B44_PCI_AUTOSELECT=y
+CONFIG_B44_PCICORE_AUTOSELECT=y
+CONFIG_B44_PCI=y
+# CONFIG_BCMGENET is not set
+CONFIG_BNX2=m
+CONFIG_CNIC=m
+CONFIG_TIGON3=m
+CONFIG_BNX2X=m
+CONFIG_NET_VENDOR_BROCADE=y
+CONFIG_BNA=m
+# CONFIG_NET_VENDOR_CHELSIO is not set
+CONFIG_NET_VENDOR_CISCO=y
+CONFIG_ENIC=m
+# CONFIG_CX_ECAT is not set
+# CONFIG_DNET is not set
+CONFIG_NET_VENDOR_DEC=y
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_DE2104X_DSL=0
+CONFIG_TULIP=m
+# CONFIG_TULIP_MWI is not set
+# CONFIG_TULIP_MMIO is not set
+# CONFIG_TULIP_NAPI is not set
+CONFIG_DE4X5=m
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+CONFIG_ULI526X=m
+# CONFIG_PCMCIA_XIRCOM is not set
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_DL2K=m
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+CONFIG_NET_VENDOR_EMULEX=y
+CONFIG_BE2NET=m
+# CONFIG_NET_VENDOR_EXAR is not set
+CONFIG_NET_VENDOR_FUJITSU=y
+# CONFIG_PCMCIA_FMVJ18X is not set
+CONFIG_NET_VENDOR_HP=y
+CONFIG_HP100=m
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=m
+CONFIG_E1000=m
+CONFIG_E1000E=m
+CONFIG_IGB=m
+CONFIG_IGB_HWMON=y
+CONFIG_IGBVF=m
+CONFIG_IXGB=m
+CONFIG_IXGBE=m
+CONFIG_IXGBE_HWMON=y
+CONFIG_IXGBEVF=m
+# CONFIG_I40E is not set
+# CONFIG_I40EVF is not set
+# CONFIG_FM10K is not set
+# CONFIG_NET_VENDOR_I825XX is not set
+# CONFIG_IP1000 is not set
+# CONFIG_JME is not set
+CONFIG_NET_VENDOR_MARVELL=y
+CONFIG_MVMDIO=m
+CONFIG_SKGE=m
+# CONFIG_SKGE_DEBUG is not set
+CONFIG_SKGE_GENESIS=y
+CONFIG_SKY2=m
+# CONFIG_SKY2_DEBUG is not set
+# CONFIG_NET_VENDOR_MELLANOX is not set
+# CONFIG_NET_VENDOR_MICREL is not set
+# CONFIG_NET_VENDOR_MYRI is not set
+# CONFIG_FEALNX is not set
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NATSEMI=m
+CONFIG_NS83820=m
+CONFIG_NET_VENDOR_8390=y
+# CONFIG_PCMCIA_AXNET is not set
+CONFIG_NE2K_PCI=m
+# CONFIG_PCMCIA_PCNET is not set
+CONFIG_NET_VENDOR_NVIDIA=y
+CONFIG_FORCEDETH=m
+# CONFIG_NET_VENDOR_OKI is not set
+# CONFIG_ETHOC is not set
+# CONFIG_NET_PACKET_ENGINE is not set
+# CONFIG_NET_VENDOR_QLOGIC is not set
+# CONFIG_NET_VENDOR_QUALCOMM is not set
+CONFIG_NET_VENDOR_REALTEK=y
+CONFIG_8139CP=m
+CONFIG_8139TOO=m
+CONFIG_8139TOO_PIO=y
+# CONFIG_8139TOO_TUNE_TWISTER is not set
+CONFIG_8139TOO_8129=y
+# CONFIG_8139_OLD_RX_RESET is not set
+CONFIG_R8169=m
+# CONFIG_NET_VENDOR_RDC is not set
+# CONFIG_NET_VENDOR_ROCKER is not set
+# CONFIG_NET_VENDOR_SAMSUNG is not set
+# CONFIG_NET_VENDOR_SEEQ is not set
+# CONFIG_NET_VENDOR_SILAN is not set
+# CONFIG_NET_VENDOR_SIS is not set
+# CONFIG_SFC is not set
+# CONFIG_NET_VENDOR_SMSC is not set
+# CONFIG_NET_VENDOR_STMICRO is not set
+# CONFIG_NET_VENDOR_SUN is not set
+# CONFIG_NET_VENDOR_TEHUTI is not set
+# CONFIG_NET_VENDOR_TI is not set
+CONFIG_NET_VENDOR_VIA=y
+CONFIG_VIA_RHINE=m
+CONFIG_VIA_RHINE_MMIO=y
+CONFIG_VIA_VELOCITY=m
+# CONFIG_NET_VENDOR_WIZNET is not set
+CONFIG_NET_VENDOR_XIRCOM=y
+# CONFIG_PCMCIA_XIRC2PS is not set
+# CONFIG_FDDI is not set
+# CONFIG_HIPPI is not set
+# CONFIG_NET_SB1000 is not set
+CONFIG_PHYLIB=m
+
+#
+# MII PHY device drivers
+#
+# CONFIG_AT803X_PHY is not set
+# CONFIG_AMD_PHY is not set
+# CONFIG_MARVELL_PHY is not set
+# CONFIG_DAVICOM_PHY is not set
+# CONFIG_QSEMI_PHY is not set
+# CONFIG_LXT_PHY is not set
+# CONFIG_CICADA_PHY is not set
+# CONFIG_VITESSE_PHY is not set
+# CONFIG_SMSC_PHY is not set
+# CONFIG_BROADCOM_PHY is not set
+# CONFIG_BCM7XXX_PHY is not set
+# CONFIG_BCM87XX_PHY is not set
+# CONFIG_ICPLUS_PHY is not set
+# CONFIG_REALTEK_PHY is not set
+# CONFIG_NATIONAL_PHY is not set
+# CONFIG_STE10XP is not set
+# CONFIG_LSI_ET1011C_PHY is not set
+# CONFIG_MICREL_PHY is not set
+# CONFIG_FIXED_PHY is not set
+# CONFIG_MDIO_BITBANG is not set
+# CONFIG_MDIO_BCM_UNIMAC is not set
+# CONFIG_PPP is not set
+# CONFIG_SLIP is not set
+# CONFIG_USB_NET_DRIVERS is not set
+CONFIG_WLAN=y
+# CONFIG_PCMCIA_RAYCS is not set
+# CONFIG_LIBERTAS_THINFIRM is not set
+# CONFIG_AIRO is not set
+# CONFIG_ATMEL is not set
+# CONFIG_AT76C50X_USB is not set
+# CONFIG_AIRO_CS is not set
+# CONFIG_PCMCIA_WL3501 is not set
+# CONFIG_PRISM54 is not set
+# CONFIG_USB_ZD1201 is not set
+# CONFIG_USB_NET_RNDIS_WLAN is not set
+# CONFIG_RTL8180 is not set
+# CONFIG_RTL8187 is not set
+# CONFIG_ADM8211 is not set
+# CONFIG_MAC80211_HWSIM is not set
+# CONFIG_MWL8K is not set
+CONFIG_ATH_COMMON=m
+CONFIG_ATH_CARDS=m
+# CONFIG_ATH_DEBUG is not set
+CONFIG_ATH5K=m
+# CONFIG_ATH5K_DEBUG is not set
+CONFIG_ATH5K_PCI=y
+CONFIG_ATH9K_HW=m
+CONFIG_ATH9K_COMMON=m
+CONFIG_ATH9K_BTCOEX_SUPPORT=y
+CONFIG_ATH9K=m
+CONFIG_ATH9K_PCI=y
+# CONFIG_ATH9K_AHB is not set
+# CONFIG_ATH9K_DEBUGFS is not set
+# CONFIG_ATH9K_DYNACK is not set
+# CONFIG_ATH9K_WOW is not set
+CONFIG_ATH9K_RFKILL=y
+# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
+CONFIG_ATH9K_PCOEM=y
+# CONFIG_ATH9K_HTC is not set
+# CONFIG_CARL9170 is not set
+CONFIG_ATH6KL=m
+# CONFIG_ATH6KL_SDIO is not set
+# CONFIG_ATH6KL_USB is not set
+# CONFIG_ATH6KL_DEBUG is not set
+# CONFIG_AR5523 is not set
+# CONFIG_WIL6210 is not set
+# CONFIG_ATH10K is not set
+# CONFIG_WCN36XX is not set
+CONFIG_B43=m
+CONFIG_B43_BCMA=y
+CONFIG_B43_SSB=y
+CONFIG_B43_BUSES_BCMA_AND_SSB=y
+# CONFIG_B43_BUSES_BCMA is not set
+# CONFIG_B43_BUSES_SSB is not set
+CONFIG_B43_PCI_AUTOSELECT=y
+CONFIG_B43_PCICORE_AUTOSELECT=y
+# CONFIG_B43_PCMCIA is not set
+# CONFIG_B43_SDIO is not set
+CONFIG_B43_BCMA_PIO=y
+CONFIG_B43_PIO=y
+CONFIG_B43_PHY_G=y
+CONFIG_B43_PHY_N=y
+CONFIG_B43_PHY_LP=y
+CONFIG_B43_PHY_HT=y
+CONFIG_B43_LEDS=y
+# CONFIG_B43_DEBUG is not set
+CONFIG_B43LEGACY=m
+CONFIG_B43LEGACY_PCI_AUTOSELECT=y
+CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
+CONFIG_B43LEGACY_LEDS=y
+CONFIG_B43LEGACY_DEBUG=y
+CONFIG_B43LEGACY_DMA=y
+CONFIG_B43LEGACY_PIO=y
+CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
+# CONFIG_B43LEGACY_DMA_MODE is not set
+# CONFIG_B43LEGACY_PIO_MODE is not set
+# CONFIG_BRCMSMAC is not set
+# CONFIG_BRCMFMAC is not set
+# CONFIG_HOSTAP is not set
+CONFIG_IPW2100=m
+# CONFIG_IPW2100_MONITOR is not set
+# CONFIG_IPW2100_DEBUG is not set
+CONFIG_IPW2200=m
+# CONFIG_IPW2200_MONITOR is not set
+# CONFIG_IPW2200_QOS is not set
+# CONFIG_IPW2200_DEBUG is not set
+CONFIG_LIBIPW=m
+# CONFIG_LIBIPW_DEBUG is not set
+CONFIG_IWLWIFI=m
+CONFIG_IWLWIFI_LEDS=y
+CONFIG_IWLDVM=m
+# CONFIG_IWLMVM is not set
+CONFIG_IWLWIFI_OPMODE_MODULAR=y
+
+#
+# Debugging Options
+#
+# CONFIG_IWLWIFI_DEBUG is not set
+CONFIG_IWLEGACY=m
+CONFIG_IWL4965=m
+CONFIG_IWL3945=m
+
+#
+# iwl3945 / iwl4965 Debugging Options
+#
+# CONFIG_IWLEGACY_DEBUG is not set
+# CONFIG_LIBERTAS is not set
+# CONFIG_HERMES is not set
+# CONFIG_P54_COMMON is not set
+CONFIG_RT2X00=m
+CONFIG_RT2400PCI=m
+CONFIG_RT2500PCI=m
+CONFIG_RT61PCI=m
+CONFIG_RT2800PCI=m
+CONFIG_RT2800PCI_RT33XX=y
+CONFIG_RT2800PCI_RT35XX=y
+CONFIG_RT2800PCI_RT53XX=y
+CONFIG_RT2800PCI_RT3290=y
+# CONFIG_RT2500USB is not set
+# CONFIG_RT73USB is not set
+# CONFIG_RT2800USB is not set
+CONFIG_RT2800_LIB=m
+CONFIG_RT2800_LIB_MMIO=m
+CONFIG_RT2X00_LIB_MMIO=m
+CONFIG_RT2X00_LIB_PCI=m
+CONFIG_RT2X00_LIB=m
+CONFIG_RT2X00_LIB_FIRMWARE=y
+CONFIG_RT2X00_LIB_CRYPTO=y
+CONFIG_RT2X00_LIB_LEDS=y
+# CONFIG_RT2X00_DEBUG is not set
+CONFIG_RTL_CARDS=m
+CONFIG_RTL8192CE=m
+CONFIG_RTL8192SE=m
+CONFIG_RTL8192DE=m
+CONFIG_RTL8723AE=m
+# CONFIG_RTL8723BE is not set
+CONFIG_RTL8188EE=m
+# CONFIG_RTL8192EE is not set
+# CONFIG_RTL8821AE is not set
+# CONFIG_RTL8192CU is not set
+CONFIG_RTLWIFI=m
+CONFIG_RTLWIFI_PCI=m
+CONFIG_RTLWIFI_DEBUG=y
+CONFIG_RTL8192C_COMMON=m
+CONFIG_RTL8723_COMMON=m
+CONFIG_RTLBTCOEXIST=m
+# CONFIG_WL_TI is not set
+# CONFIG_ZD1211RW is not set
+# CONFIG_MWIFIEX is not set
+# CONFIG_CW1200 is not set
+# CONFIG_RSI_91X is not set
+
+#
+# Enable WiMAX (Networking options) to see the WiMAX drivers
+#
+# CONFIG_WAN is not set
+CONFIG_XEN_NETDEV_FRONTEND=m
+CONFIG_XEN_NETDEV_BACKEND=m
+CONFIG_VMXNET3=m
+CONFIG_HYPERV_NET=m
+# CONFIG_ISDN is not set
+
+#
+# Input device support
+#
+CONFIG_INPUT=y
+# CONFIG_INPUT_FF_MEMLESS is not set
+# CONFIG_INPUT_POLLDEV is not set
+# CONFIG_INPUT_SPARSEKMAP is not set
+# CONFIG_INPUT_MATRIXKMAP is not set
+
+#
+# Userland interfaces
+#
+CONFIG_INPUT_MOUSEDEV=m
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_EVDEV=m
+# CONFIG_INPUT_EVBUG is not set
+
+#
+# Input Device Drivers
+#
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ADP5588 is not set
+# CONFIG_KEYBOARD_ADP5589 is not set
+CONFIG_KEYBOARD_ATKBD=y
+# CONFIG_KEYBOARD_QT1070 is not set
+# CONFIG_KEYBOARD_QT2160 is not set
+# CONFIG_KEYBOARD_LKKBD is not set
+# CONFIG_KEYBOARD_TCA6416 is not set
+# CONFIG_KEYBOARD_TCA8418 is not set
+# CONFIG_KEYBOARD_LM8323 is not set
+# CONFIG_KEYBOARD_LM8333 is not set
+# CONFIG_KEYBOARD_MAX7359 is not set
+# CONFIG_KEYBOARD_MCS is not set
+# CONFIG_KEYBOARD_MPR121 is not set
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_OPENCORES is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+# CONFIG_INPUT_MOUSE is not set
+# CONFIG_INPUT_JOYSTICK is not set
+# CONFIG_INPUT_TABLET is not set
+# CONFIG_INPUT_TOUCHSCREEN is not set
+# CONFIG_INPUT_MISC is not set
+
+#
+# Hardware I/O ports
+#
+CONFIG_SERIO=y
+CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=y
+# CONFIG_SERIO_CT82C710 is not set
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_LIBPS2=y
+# CONFIG_SERIO_RAW is not set
+# CONFIG_SERIO_ALTERA_PS2 is not set
+# CONFIG_SERIO_PS2MULT is not set
+# CONFIG_SERIO_ARC_PS2 is not set
+CONFIG_HYPERV_KEYBOARD=y
+# CONFIG_GAMEPORT is not set
+
+#
+# Character devices
+#
+CONFIG_TTY=y
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_VT_CONSOLE_SLEEP=y
+CONFIG_HW_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+CONFIG_UNIX98_PTYS=y
+# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
+# CONFIG_LEGACY_PTYS is not set
+# CONFIG_SERIAL_NONSTANDARD is not set
+# CONFIG_NOZOMI is not set
+# CONFIG_N_GSM is not set
+# CONFIG_TRACE_SINK is not set
+CONFIG_DEVMEM=y
+# CONFIG_DEVKMEM is not set
+
+#
+# Serial drivers
+#
+# CONFIG_SERIAL_8250 is not set
+
+#
+# Non-8250 serial port support
+#
+# CONFIG_SERIAL_JSM is not set
+# CONFIG_SERIAL_SCCNXP is not set
+# CONFIG_SERIAL_SC16IS7XX is not set
+# CONFIG_SERIAL_ALTERA_JTAGUART is not set
+# CONFIG_SERIAL_ALTERA_UART is not set
+# CONFIG_SERIAL_ARC is not set
+# CONFIG_SERIAL_RP2 is not set
+# CONFIG_SERIAL_FSL_LPUART is not set
+CONFIG_HVC_DRIVER=y
+CONFIG_HVC_IRQ=y
+CONFIG_HVC_XEN=y
+CONFIG_HVC_XEN_FRONTEND=y
+# CONFIG_VIRTIO_CONSOLE is not set
+# CONFIG_IPMI_HANDLER is not set
+# CONFIG_HW_RANDOM is not set
+# CONFIG_NVRAM is not set
+# CONFIG_R3964 is not set
+# CONFIG_APPLICOM is not set
+
+#
+# PCMCIA character devices
+#
+# CONFIG_SYNCLINK_CS is not set
+# CONFIG_CARDMAN_4000 is not set
+# CONFIG_CARDMAN_4040 is not set
+# CONFIG_IPWIRELESS is not set
+# CONFIG_MWAVE is not set
+# CONFIG_RAW_DRIVER is not set
+CONFIG_HPET=y
+# CONFIG_HPET_MMAP is not set
+# CONFIG_HANGCHECK_TIMER is not set
+# CONFIG_TCG_TPM is not set
+# CONFIG_TELCLOCK is not set
+CONFIG_DEVPORT=y
+# CONFIG_XILLYBUS is not set
+
+#
+# I2C support
+#
+CONFIG_I2C=m
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_COMPAT=y
+# CONFIG_I2C_CHARDEV is not set
+# CONFIG_I2C_MUX is not set
+CONFIG_I2C_HELPER_AUTO=y
+CONFIG_I2C_ALGOBIT=m
+
+#
+# I2C Hardware Bus support
+#
+
+#
+# PC SMBus host controller drivers
+#
+# CONFIG_I2C_ALI1535 is not set
+# CONFIG_I2C_ALI1563 is not set
+# CONFIG_I2C_ALI15X3 is not set
+# CONFIG_I2C_AMD756 is not set
+# CONFIG_I2C_AMD8111 is not set
+# CONFIG_I2C_I801 is not set
+# CONFIG_I2C_ISCH is not set
+# CONFIG_I2C_ISMT is not set
+# CONFIG_I2C_PIIX4 is not set
+# CONFIG_I2C_NFORCE2 is not set
+# CONFIG_I2C_SIS5595 is not set
+# CONFIG_I2C_SIS630 is not set
+# CONFIG_I2C_SIS96X is not set
+# CONFIG_I2C_VIA is not set
+# CONFIG_I2C_VIAPRO is not set
+
+#
+# ACPI drivers
+#
+# CONFIG_I2C_SCMI is not set
+
+#
+# I2C system bus drivers (mostly embedded / system-on-chip)
+#
+# CONFIG_I2C_DESIGNWARE_PCI is not set
+# CONFIG_I2C_OCORES is not set
+# CONFIG_I2C_PCA_PLATFORM is not set
+# CONFIG_I2C_PXA_PCI is not set
+# CONFIG_I2C_SIMTEC is not set
+# CONFIG_I2C_XILINX is not set
+
+#
+# External I2C/SMBus adapter drivers
+#
+# CONFIG_I2C_DIOLAN_U2C is not set
+# CONFIG_I2C_PARPORT_LIGHT is not set
+# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
+# CONFIG_I2C_TAOS_EVM is not set
+# CONFIG_I2C_TINY_USB is not set
+
+#
+# Other I2C/SMBus bus drivers
+#
+# CONFIG_I2C_STUB is not set
+# CONFIG_I2C_SLAVE is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+# CONFIG_SPI is not set
+# CONFIG_SPMI is not set
+# CONFIG_HSI is not set
+
+#
+# PPS support
+#
+CONFIG_PPS=m
+# CONFIG_PPS_DEBUG is not set
+# CONFIG_NTP_PPS is not set
+
+#
+# PPS clients support
+#
+# CONFIG_PPS_CLIENT_KTIMER is not set
+# CONFIG_PPS_CLIENT_LDISC is not set
+# CONFIG_PPS_CLIENT_GPIO is not set
+
+#
+# PPS generators support
+#
+
+#
+# PTP clock support
+#
+CONFIG_PTP_1588_CLOCK=m
+
+#
+# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
+#
+CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+# CONFIG_GPIOLIB is not set
+# CONFIG_W1 is not set
+CONFIG_POWER_SUPPLY=y
+# CONFIG_POWER_SUPPLY_DEBUG is not set
+# CONFIG_PDA_POWER is not set
+# CONFIG_TEST_POWER is not set
+# CONFIG_BATTERY_DS2780 is not set
+# CONFIG_BATTERY_DS2781 is not set
+# CONFIG_BATTERY_DS2782 is not set
+# CONFIG_BATTERY_SBS is not set
+# CONFIG_BATTERY_BQ27x00 is not set
+# CONFIG_BATTERY_MAX17040 is not set
+# CONFIG_BATTERY_MAX17042 is not set
+# CONFIG_CHARGER_MAX8903 is not set
+# CONFIG_CHARGER_LP8727 is not set
+# CONFIG_CHARGER_BQ2415X is not set
+# CONFIG_CHARGER_SMB347 is not set
+# CONFIG_BATTERY_GAUGE_LTC2941 is not set
+# CONFIG_POWER_RESET is not set
+# CONFIG_POWER_AVS is not set
+CONFIG_HWMON=m
+# CONFIG_HWMON_VID is not set
+# CONFIG_HWMON_DEBUG_CHIP is not set
+
+#
+# Native drivers
+#
+# CONFIG_SENSORS_ABITUGURU is not set
+# CONFIG_SENSORS_ABITUGURU3 is not set
+# CONFIG_SENSORS_AD7414 is not set
+# CONFIG_SENSORS_AD7418 is not set
+# CONFIG_SENSORS_ADM1021 is not set
+# CONFIG_SENSORS_ADM1025 is not set
+# CONFIG_SENSORS_ADM1026 is not set
+# CONFIG_SENSORS_ADM1029 is not set
+# CONFIG_SENSORS_ADM1031 is not set
+# CONFIG_SENSORS_ADM9240 is not set
+# CONFIG_SENSORS_ADT7410 is not set
+# CONFIG_SENSORS_ADT7411 is not set
+# CONFIG_SENSORS_ADT7462 is not set
+# CONFIG_SENSORS_ADT7470 is not set
+# CONFIG_SENSORS_ADT7475 is not set
+# CONFIG_SENSORS_ASC7621 is not set
+# CONFIG_SENSORS_K8TEMP is not set
+# CONFIG_SENSORS_K10TEMP is not set
+# CONFIG_SENSORS_FAM15H_POWER is not set
+# CONFIG_SENSORS_APPLESMC is not set
+# CONFIG_SENSORS_ASB100 is not set
+# CONFIG_SENSORS_ATXP1 is not set
+# CONFIG_SENSORS_DS620 is not set
+# CONFIG_SENSORS_DS1621 is not set
+# CONFIG_SENSORS_I5K_AMB is not set
+# CONFIG_SENSORS_F71805F is not set
+# CONFIG_SENSORS_F71882FG is not set
+# CONFIG_SENSORS_F75375S is not set
+# CONFIG_SENSORS_FSCHMD is not set
+# CONFIG_SENSORS_GL518SM is not set
+# CONFIG_SENSORS_GL520SM is not set
+# CONFIG_SENSORS_G760A is not set
+# CONFIG_SENSORS_G762 is not set
+# CONFIG_SENSORS_HIH6130 is not set
+# CONFIG_SENSORS_I5500 is not set
+# CONFIG_SENSORS_CORETEMP is not set
+# CONFIG_SENSORS_IT87 is not set
+# CONFIG_SENSORS_JC42 is not set
+# CONFIG_SENSORS_POWR1220 is not set
+# CONFIG_SENSORS_LINEAGE is not set
+# CONFIG_SENSORS_LTC2945 is not set
+# CONFIG_SENSORS_LTC4151 is not set
+# CONFIG_SENSORS_LTC4215 is not set
+# CONFIG_SENSORS_LTC4222 is not set
+# CONFIG_SENSORS_LTC4245 is not set
+# CONFIG_SENSORS_LTC4260 is not set
+# CONFIG_SENSORS_LTC4261 is not set
+# CONFIG_SENSORS_MAX16065 is not set
+# CONFIG_SENSORS_MAX1619 is not set
+# CONFIG_SENSORS_MAX1668 is not set
+# CONFIG_SENSORS_MAX197 is not set
+# CONFIG_SENSORS_MAX6639 is not set
+# CONFIG_SENSORS_MAX6642 is not set
+# CONFIG_SENSORS_MAX6650 is not set
+# CONFIG_SENSORS_MAX6697 is not set
+# CONFIG_SENSORS_HTU21 is not set
+# CONFIG_SENSORS_MCP3021 is not set
+# CONFIG_SENSORS_LM63 is not set
+# CONFIG_SENSORS_LM73 is not set
+# CONFIG_SENSORS_LM75 is not set
+# CONFIG_SENSORS_LM77 is not set
+# CONFIG_SENSORS_LM78 is not set
+# CONFIG_SENSORS_LM80 is not set
+# CONFIG_SENSORS_LM83 is not set
+# CONFIG_SENSORS_LM85 is not set
+# CONFIG_SENSORS_LM87 is not set
+# CONFIG_SENSORS_LM90 is not set
+# CONFIG_SENSORS_LM92 is not set
+# CONFIG_SENSORS_LM93 is not set
+# CONFIG_SENSORS_LM95234 is not set
+# CONFIG_SENSORS_LM95241 is not set
+# CONFIG_SENSORS_LM95245 is not set
+# CONFIG_SENSORS_PC87360 is not set
+# CONFIG_SENSORS_PC87427 is not set
+# CONFIG_SENSORS_NTC_THERMISTOR is not set
+# CONFIG_SENSORS_NCT6683 is not set
+# CONFIG_SENSORS_NCT6775 is not set
+# CONFIG_SENSORS_NCT7802 is not set
+# CONFIG_SENSORS_NCT7904 is not set
+# CONFIG_SENSORS_PCF8591 is not set
+# CONFIG_PMBUS is not set
+# CONFIG_SENSORS_SHT21 is not set
+# CONFIG_SENSORS_SHTC1 is not set
+# CONFIG_SENSORS_SIS5595 is not set
+# CONFIG_SENSORS_DME1737 is not set
+# CONFIG_SENSORS_EMC1403 is not set
+# CONFIG_SENSORS_EMC2103 is not set
+# CONFIG_SENSORS_EMC6W201 is not set
+# CONFIG_SENSORS_SMSC47M1 is not set
+# CONFIG_SENSORS_SMSC47M192 is not set
+# CONFIG_SENSORS_SMSC47B397 is not set
+# CONFIG_SENSORS_SCH56XX_COMMON is not set
+# CONFIG_SENSORS_SMM665 is not set
+# CONFIG_SENSORS_ADC128D818 is not set
+# CONFIG_SENSORS_ADS1015 is not set
+# CONFIG_SENSORS_ADS7828 is not set
+# CONFIG_SENSORS_AMC6821 is not set
+# CONFIG_SENSORS_INA209 is not set
+# CONFIG_SENSORS_INA2XX is not set
+# CONFIG_SENSORS_THMC50 is not set
+# CONFIG_SENSORS_TMP102 is not set
+# CONFIG_SENSORS_TMP103 is not set
+# CONFIG_SENSORS_TMP401 is not set
+# CONFIG_SENSORS_TMP421 is not set
+# CONFIG_SENSORS_VIA_CPUTEMP is not set
+# CONFIG_SENSORS_VIA686A is not set
+# CONFIG_SENSORS_VT1211 is not set
+# CONFIG_SENSORS_VT8231 is not set
+# CONFIG_SENSORS_W83781D is not set
+# CONFIG_SENSORS_W83791D is not set
+# CONFIG_SENSORS_W83792D is not set
+# CONFIG_SENSORS_W83793 is not set
+# CONFIG_SENSORS_W83795 is not set
+# CONFIG_SENSORS_W83L785TS is not set
+# CONFIG_SENSORS_W83L786NG is not set
+# CONFIG_SENSORS_W83627HF is not set
+# CONFIG_SENSORS_W83627EHF is not set
+
+#
+# ACPI drivers
+#
+# CONFIG_SENSORS_ACPI_POWER is not set
+# CONFIG_SENSORS_ATK0110 is not set
+CONFIG_THERMAL=y
+CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
+# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
+# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
+# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
+CONFIG_THERMAL_GOV_STEP_WISE=y
+# CONFIG_THERMAL_GOV_BANG_BANG is not set
+# CONFIG_THERMAL_GOV_USER_SPACE is not set
+# CONFIG_THERMAL_EMULATION is not set
+# CONFIG_INTEL_POWERCLAMP is not set
+# CONFIG_INTEL_SOC_DTS_THERMAL is not set
+# CONFIG_INT340X_THERMAL is not set
+
+#
+# Texas Instruments thermal drivers
+#
+# CONFIG_WATCHDOG is not set
+CONFIG_SSB_POSSIBLE=y
+
+#
+# Sonics Silicon Backplane
+#
+CONFIG_SSB=m
+CONFIG_SSB_SPROM=y
+CONFIG_SSB_BLOCKIO=y
+CONFIG_SSB_PCIHOST_POSSIBLE=y
+CONFIG_SSB_PCIHOST=y
+CONFIG_SSB_B43_PCI_BRIDGE=y
+CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
+# CONFIG_SSB_PCMCIAHOST is not set
+CONFIG_SSB_SDIOHOST_POSSIBLE=y
+# CONFIG_SSB_SDIOHOST is not set
+# CONFIG_SSB_DEBUG is not set
+CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
+CONFIG_SSB_DRIVER_PCICORE=y
+CONFIG_BCMA_POSSIBLE=y
+
+#
+# Broadcom specific AMBA
+#
+CONFIG_BCMA=m
+CONFIG_BCMA_BLOCKIO=y
+CONFIG_BCMA_HOST_PCI_POSSIBLE=y
+# CONFIG_BCMA_HOST_PCI is not set
+# CONFIG_BCMA_HOST_SOC is not set
+# CONFIG_BCMA_DRIVER_PCI is not set
+# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
+# CONFIG_BCMA_DEBUG is not set
+
+#
+# Multifunction device drivers
+#
+# CONFIG_MFD_CORE is not set
+# CONFIG_MFD_BCM590XX is not set
+# CONFIG_MFD_CROS_EC is not set
+# CONFIG_MFD_DLN2 is not set
+# CONFIG_MFD_MC13XXX_I2C is not set
+# CONFIG_HTC_PASIC3 is not set
+# CONFIG_LPC_ICH is not set
+# CONFIG_LPC_SCH is not set
+# CONFIG_MFD_JANZ_CMODIO is not set
+# CONFIG_MFD_KEMPLD is not set
+# CONFIG_MFD_MT6397 is not set
+# CONFIG_MFD_MENF21BMC is not set
+# CONFIG_MFD_VIPERBOARD is not set
+# CONFIG_MFD_RETU is not set
+# CONFIG_MFD_PCF50633 is not set
+# CONFIG_MFD_RDC321X is not set
+# CONFIG_MFD_RTSX_PCI is not set
+# CONFIG_MFD_RTSX_USB is not set
+# CONFIG_MFD_RN5T618 is not set
+# CONFIG_MFD_SI476X_CORE is not set
+# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_SKY81452 is not set
+# CONFIG_ABX500_CORE is not set
+# CONFIG_MFD_SYSCON is not set
+# CONFIG_MFD_TI_AM335X_TSCADC is not set
+# CONFIG_MFD_LP3943 is not set
+# CONFIG_TPS6105X is not set
+# CONFIG_TPS6507X is not set
+# CONFIG_MFD_TPS65217 is not set
+# CONFIG_MFD_TPS65218 is not set
+# CONFIG_MFD_WL1273_CORE is not set
+# CONFIG_MFD_LM3533 is not set
+# CONFIG_MFD_TMIO is not set
+# CONFIG_MFD_VX855 is not set
+# CONFIG_MFD_ARIZONA_I2C is not set
+# CONFIG_MFD_WM8994 is not set
+# CONFIG_REGULATOR is not set
+# CONFIG_MEDIA_SUPPORT is not set
+
+#
+# Graphics support
+#
+# CONFIG_AGP is not set
+CONFIG_VGA_ARB=y
+CONFIG_VGA_ARB_MAX_GPUS=1
+# CONFIG_VGA_SWITCHEROO is not set
+
+#
+# Direct Rendering Manager
+#
+# CONFIG_DRM is not set
+
+#
+# Frame buffer Devices
+#
+CONFIG_FB=y
+# CONFIG_FIRMWARE_EDID is not set
+CONFIG_FB_CMDLINE=y
+# CONFIG_FB_DDC is not set
+CONFIG_FB_BOOT_VESA_SUPPORT=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
+CONFIG_FB_SYS_FILLRECT=y
+CONFIG_FB_SYS_COPYAREA=y
+CONFIG_FB_SYS_IMAGEBLIT=y
+# CONFIG_FB_FOREIGN_ENDIAN is not set
+CONFIG_FB_SYS_FOPS=y
+CONFIG_FB_DEFERRED_IO=y
+# CONFIG_FB_SVGALIB is not set
+# CONFIG_FB_MACMODES is not set
+# CONFIG_FB_BACKLIGHT is not set
+# CONFIG_FB_MODE_HELPERS is not set
+# CONFIG_FB_TILEBLITTING is not set
+
+#
+# Frame buffer hardware drivers
+#
+# CONFIG_FB_CIRRUS is not set
+# CONFIG_FB_PM2 is not set
+# CONFIG_FB_CYBER2000 is not set
+# CONFIG_FB_ARC is not set
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+# CONFIG_FB_VGA16 is not set
+# CONFIG_FB_UVESA is not set
+CONFIG_FB_VESA=y
+CONFIG_FB_EFI=y
+# CONFIG_FB_N411 is not set
+# CONFIG_FB_HGA is not set
+# CONFIG_FB_OPENCORES is not set
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_NVIDIA is not set
+# CONFIG_FB_RIVA is not set
+# CONFIG_FB_I740 is not set
+# CONFIG_FB_LE80578 is not set
+# CONFIG_FB_MATROX is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_FB_ATY128 is not set
+# CONFIG_FB_ATY is not set
+# CONFIG_FB_S3 is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_SIS is not set
+# CONFIG_FB_NEOMAGIC is not set
+# CONFIG_FB_KYRO is not set
+# CONFIG_FB_3DFX is not set
+# CONFIG_FB_VOODOO1 is not set
+# CONFIG_FB_VT8623 is not set
+# CONFIG_FB_TRIDENT is not set
+# CONFIG_FB_ARK is not set
+# CONFIG_FB_PM3 is not set
+# CONFIG_FB_CARMINE is not set
+# CONFIG_FB_SMSCUFX is not set
+# CONFIG_FB_UDL is not set
+# CONFIG_FB_VIRTUAL is not set
+CONFIG_XEN_FBDEV_FRONTEND=y
+# CONFIG_FB_METRONOME is not set
+# CONFIG_FB_MB862XX is not set
+# CONFIG_FB_BROADSHEET is not set
+# CONFIG_FB_AUO_K190X is not set
+# CONFIG_FB_HYPERV is not set
+CONFIG_FB_SIMPLE=y
+# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
+# CONFIG_VGASTATE is not set
+
+#
+# Console display driver support
+#
+CONFIG_VGA_CONSOLE=y
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
+CONFIG_DUMMY_CONSOLE=y
+CONFIG_DUMMY_CONSOLE_COLUMNS=80
+CONFIG_DUMMY_CONSOLE_ROWS=25
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
+# CONFIG_LOGO is not set
+CONFIG_SOUND=m
+CONFIG_SOUND_OSS_CORE=y
+CONFIG_SOUND_OSS_CORE_PRECLAIM=y
+CONFIG_SND=m
+CONFIG_SND_TIMER=m
+CONFIG_SND_PCM=m
+CONFIG_SND_HWDEP=m
+CONFIG_SND_RAWMIDI=m
+CONFIG_SND_JACK=y
+CONFIG_SND_SEQUENCER=m
+# CONFIG_SND_SEQ_DUMMY is not set
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=m
+CONFIG_SND_PCM_OSS=m
+CONFIG_SND_PCM_OSS_PLUGINS=y
+CONFIG_SND_SEQUENCER_OSS=y
+CONFIG_SND_DYNAMIC_MINORS=y
+CONFIG_SND_MAX_CARDS=32
+CONFIG_SND_SUPPORT_OLD_API=y
+CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PRINTK is not set
+# CONFIG_SND_DEBUG is not set
+CONFIG_SND_VMASTER=y
+CONFIG_SND_KCTL_JACK=y
+CONFIG_SND_DMA_SGBUF=y
+CONFIG_SND_RAWMIDI_SEQ=m
+# CONFIG_SND_OPL3_LIB_SEQ is not set
+# CONFIG_SND_OPL4_LIB_SEQ is not set
+# CONFIG_SND_SBAWE_SEQ is not set
+CONFIG_SND_EMU10K1_SEQ=m
+CONFIG_SND_AC97_CODEC=m
+# CONFIG_SND_DRIVERS is not set
+CONFIG_SND_PCI=y
+# CONFIG_SND_AD1889 is not set
+# CONFIG_SND_ALS300 is not set
+# CONFIG_SND_ALS4000 is not set
+# CONFIG_SND_ALI5451 is not set
+# CONFIG_SND_ASIHPI is not set
+# CONFIG_SND_ATIIXP is not set
+# CONFIG_SND_ATIIXP_MODEM is not set
+# CONFIG_SND_AU8810 is not set
+# CONFIG_SND_AU8820 is not set
+# CONFIG_SND_AU8830 is not set
+# CONFIG_SND_AW2 is not set
+# CONFIG_SND_AZT3328 is not set
+# CONFIG_SND_BT87X is not set
+CONFIG_SND_CA0106=m
+# CONFIG_SND_CMIPCI is not set
+# CONFIG_SND_OXYGEN is not set
+# CONFIG_SND_CS4281 is not set
+# CONFIG_SND_CS46XX is not set
+CONFIG_SND_CTXFI=m
+# CONFIG_SND_DARLA20 is not set
+# CONFIG_SND_GINA20 is not set
+# CONFIG_SND_LAYLA20 is not set
+# CONFIG_SND_DARLA24 is not set
+# CONFIG_SND_GINA24 is not set
+# CONFIG_SND_LAYLA24 is not set
+# CONFIG_SND_MONA is not set
+# CONFIG_SND_MIA is not set
+# CONFIG_SND_ECHO3G is not set
+# CONFIG_SND_INDIGO is not set
+# CONFIG_SND_INDIGOIO is not set
+# CONFIG_SND_INDIGODJ is not set
+# CONFIG_SND_INDIGOIOX is not set
+# CONFIG_SND_INDIGODJX is not set
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+# CONFIG_SND_ENS1370 is not set
+# CONFIG_SND_ENS1371 is not set
+# CONFIG_SND_ES1938 is not set
+# CONFIG_SND_ES1968 is not set
+# CONFIG_SND_FM801 is not set
+# CONFIG_SND_HDSP is not set
+# CONFIG_SND_HDSPM is not set
+# CONFIG_SND_ICE1712 is not set
+# CONFIG_SND_ICE1724 is not set
+CONFIG_SND_INTEL8X0=m
+# CONFIG_SND_INTEL8X0M is not set
+# CONFIG_SND_KORG1212 is not set
+# CONFIG_SND_LOLA is not set
+# CONFIG_SND_LX6464ES is not set
+# CONFIG_SND_MAESTRO3 is not set
+# CONFIG_SND_MIXART is not set
+# CONFIG_SND_NM256 is not set
+# CONFIG_SND_PCXHR is not set
+# CONFIG_SND_RIPTIDE is not set
+# CONFIG_SND_RME32 is not set
+# CONFIG_SND_RME96 is not set
+# CONFIG_SND_RME9652 is not set
+# CONFIG_SND_SE6X is not set
+# CONFIG_SND_SONICVIBES is not set
+# CONFIG_SND_TRIDENT is not set
+# CONFIG_SND_VIA82XX is not set
+# CONFIG_SND_VIA82XX_MODEM is not set
+# CONFIG_SND_VIRTUOSO is not set
+# CONFIG_SND_VX222 is not set
+# CONFIG_SND_YMFPCI is not set
+
+#
+# HD-Audio
+#
+CONFIG_SND_HDA=m
+CONFIG_SND_HDA_INTEL=m
+CONFIG_SND_HDA_DSP_LOADER=y
+CONFIG_SND_HDA_PREALLOC_SIZE=64
+# CONFIG_SND_HDA_HWDEP is not set
+CONFIG_SND_HDA_RECONFIG=y
+CONFIG_SND_HDA_INPUT_BEEP=y
+CONFIG_SND_HDA_INPUT_BEEP_MODE=1
+CONFIG_SND_HDA_INPUT_JACK=y
+# CONFIG_SND_HDA_PATCH_LOADER is not set
+CONFIG_SND_HDA_CODEC_REALTEK=m
+CONFIG_SND_HDA_CODEC_ANALOG=m
+CONFIG_SND_HDA_CODEC_SIGMATEL=m
+CONFIG_SND_HDA_CODEC_VIA=m
+CONFIG_SND_HDA_CODEC_HDMI=m
+CONFIG_SND_HDA_CODEC_CIRRUS=m
+CONFIG_SND_HDA_CODEC_CONEXANT=m
+CONFIG_SND_HDA_CODEC_CA0110=m
+CONFIG_SND_HDA_CODEC_CA0132=m
+CONFIG_SND_HDA_CODEC_CA0132_DSP=y
+CONFIG_SND_HDA_CODEC_CMEDIA=m
+CONFIG_SND_HDA_CODEC_SI3054=m
+CONFIG_SND_HDA_GENERIC=m
+CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
+CONFIG_SND_HDA_CORE=m
+# CONFIG_SND_USB is not set
+# CONFIG_SND_FIREWIRE is not set
+# CONFIG_SND_PCMCIA is not set
+# CONFIG_SND_SOC is not set
+# CONFIG_SOUND_PRIME is not set
+CONFIG_AC97_BUS=m
+
+#
+# HID support
+#
+CONFIG_HID=y
+# CONFIG_HID_BATTERY_STRENGTH is not set
+CONFIG_HIDRAW=y
+# CONFIG_UHID is not set
+CONFIG_HID_GENERIC=m
+
+#
+# Special HID drivers
+#
+CONFIG_HID_A4TECH=y
+# CONFIG_HID_ACRUX is not set
+CONFIG_HID_APPLE=y
+# CONFIG_HID_APPLEIR is not set
+# CONFIG_HID_AUREAL is not set
+CONFIG_HID_BELKIN=y
+# CONFIG_HID_BETOP_FF is not set
+CONFIG_HID_CHERRY=y
+CONFIG_HID_CHICONY=y
+# CONFIG_HID_PRODIKEYS is not set
+CONFIG_HID_CYPRESS=y
+# CONFIG_HID_DRAGONRISE is not set
+# CONFIG_HID_EMS_FF is not set
+# CONFIG_HID_ELECOM is not set
+# CONFIG_HID_ELO is not set
+CONFIG_HID_EZKEY=y
+# CONFIG_HID_HOLTEK is not set
+# CONFIG_HID_GT683R is not set
+# CONFIG_HID_KEYTOUCH is not set
+# CONFIG_HID_KYE is not set
+# CONFIG_HID_UCLOGIC is not set
+# CONFIG_HID_WALTOP is not set
+# CONFIG_HID_GYRATION is not set
+# CONFIG_HID_ICADE is not set
+# CONFIG_HID_TWINHAN is not set
+CONFIG_HID_KENSINGTON=y
+# CONFIG_HID_LCPOWER is not set
+# CONFIG_HID_LENOVO is not set
+CONFIG_HID_LOGITECH=y
+CONFIG_HID_LOGITECH_DJ=y
+CONFIG_HID_LOGITECH_HIDPP=y
+# CONFIG_LOGITECH_FF is not set
+# CONFIG_LOGIRUMBLEPAD2_FF is not set
+# CONFIG_LOGIG940_FF is not set
+# CONFIG_LOGIWHEELS_FF is not set
+# CONFIG_HID_MAGICMOUSE is not set
+CONFIG_HID_MICROSOFT=y
+CONFIG_HID_MONTEREY=y
+# CONFIG_HID_MULTITOUCH is not set
+# CONFIG_HID_NTRIG is not set
+# CONFIG_HID_ORTEK is not set
+# CONFIG_HID_PANTHERLORD is not set
+# CONFIG_HID_PENMOUNT is not set
+# CONFIG_HID_PETALYNX is not set
+# CONFIG_HID_PICOLCD is not set
+# CONFIG_HID_PLANTRONICS is not set
+# CONFIG_HID_PRIMAX is not set
+# CONFIG_HID_ROCCAT is not set
+# CONFIG_HID_SAITEK is not set
+# CONFIG_HID_SAMSUNG is not set
+# CONFIG_HID_SONY is not set
+# CONFIG_HID_SPEEDLINK is not set
+# CONFIG_HID_STEELSERIES is not set
+# CONFIG_HID_SUNPLUS is not set
+# CONFIG_HID_RMI is not set
+# CONFIG_HID_GREENASIA is not set
+# CONFIG_HID_HYPERV_MOUSE is not set
+# CONFIG_HID_SMARTJOYPLUS is not set
+# CONFIG_HID_TIVO is not set
+# CONFIG_HID_TOPSEED is not set
+# CONFIG_HID_THINGM is not set
+# CONFIG_HID_THRUSTMASTER is not set
+# CONFIG_HID_WACOM is not set
+# CONFIG_HID_WIIMOTE is not set
+# CONFIG_HID_XINMO is not set
+# CONFIG_HID_ZEROPLUS is not set
+# CONFIG_HID_ZYDACRON is not set
+# CONFIG_HID_SENSOR_HUB is not set
+
+#
+# USB HID support
+#
+CONFIG_USB_HID=y
+# CONFIG_HID_PID is not set
+# CONFIG_USB_HIDDEV is not set
+
+#
+# I2C HID support
+#
+# CONFIG_I2C_HID is not set
+CONFIG_USB_OHCI_LITTLE_ENDIAN=y
+CONFIG_USB_SUPPORT=y
+CONFIG_USB_COMMON=y
+CONFIG_USB_ARCH_HAS_HCD=y
+CONFIG_USB=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+
+#
+# Miscellaneous USB options
+#
+CONFIG_USB_DEFAULT_PERSIST=y
+# CONFIG_USB_DYNAMIC_MINORS is not set
+# CONFIG_USB_OTG is not set
+# CONFIG_USB_OTG_WHITELIST is not set
+# CONFIG_USB_OTG_FSM is not set
+CONFIG_USB_MON=m
+# CONFIG_USB_WUSB_CBAF is not set
+
+#
+# USB Host Controller Drivers
+#
+# CONFIG_USB_C67X00_HCD is not set
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PCI=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_ROOT_HUB_TT=y
+CONFIG_USB_EHCI_TT_NEWSCHED=y
+CONFIG_USB_EHCI_PCI=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
+# CONFIG_USB_OXU210HP_HCD is not set
+# CONFIG_USB_ISP116X_HCD is not set
+# CONFIG_USB_ISP1362_HCD is not set
+# CONFIG_USB_FUSBH200_HCD is not set
+# CONFIG_USB_FOTG210_HCD is not set
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_HCD_PCI=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
+CONFIG_USB_UHCI_HCD=y
+# CONFIG_USB_SL811_HCD is not set
+# CONFIG_USB_R8A66597_HCD is not set
+# CONFIG_USB_HCD_BCMA is not set
+# CONFIG_USB_HCD_SSB is not set
+# CONFIG_USB_HCD_TEST_MODE is not set
+
+#
+# USB Device Class drivers
+#
+CONFIG_USB_ACM=m
+# CONFIG_USB_PRINTER is not set
+# CONFIG_USB_WDM is not set
+# CONFIG_USB_TMC is not set
+
+#
+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
+#
+
+#
+# also be needed; see USB_STORAGE Help for more info
+#
+CONFIG_USB_STORAGE=m
+# CONFIG_USB_STORAGE_DEBUG is not set
+# CONFIG_USB_STORAGE_REALTEK is not set
+# CONFIG_USB_STORAGE_DATAFAB is not set
+# CONFIG_USB_STORAGE_FREECOM is not set
+# CONFIG_USB_STORAGE_ISD200 is not set
+# CONFIG_USB_STORAGE_USBAT is not set
+# CONFIG_USB_STORAGE_SDDR09 is not set
+# CONFIG_USB_STORAGE_SDDR55 is not set
+# CONFIG_USB_STORAGE_JUMPSHOT is not set
+# CONFIG_USB_STORAGE_ALAUDA is not set
+# CONFIG_USB_STORAGE_ONETOUCH is not set
+# CONFIG_USB_STORAGE_KARMA is not set
+# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
+# CONFIG_USB_STORAGE_ENE_UB6250 is not set
+# CONFIG_USB_UAS is not set
+
+#
+# USB Imaging devices
+#
+# CONFIG_USB_MDC800 is not set
+# CONFIG_USB_MICROTEK is not set
+# CONFIG_USBIP_CORE is not set
+# CONFIG_USB_MUSB_HDRC is not set
+# CONFIG_USB_DWC3 is not set
+# CONFIG_USB_DWC2 is not set
+# CONFIG_USB_CHIPIDEA is not set
+# CONFIG_USB_ISP1760 is not set
+
+#
+# USB port drivers
+#
+# CONFIG_USB_SERIAL is not set
+
+#
+# USB Miscellaneous drivers
+#
+# CONFIG_USB_EMI62 is not set
+# CONFIG_USB_EMI26 is not set
+# CONFIG_USB_ADUTUX is not set
+# CONFIG_USB_SEVSEG is not set
+# CONFIG_USB_RIO500 is not set
+# CONFIG_USB_LEGOTOWER is not set
+# CONFIG_USB_LCD is not set
+# CONFIG_USB_LED is not set
+# CONFIG_USB_CYPRESS_CY7C63 is not set
+# CONFIG_USB_CYTHERM is not set
+# CONFIG_USB_IDMOUSE is not set
+# CONFIG_USB_FTDI_ELAN is not set
+# CONFIG_USB_APPLEDISPLAY is not set
+# CONFIG_USB_SISUSBVGA is not set
+# CONFIG_USB_LD is not set
+# CONFIG_USB_TRANCEVIBRATOR is not set
+# CONFIG_USB_IOWARRIOR is not set
+# CONFIG_USB_TEST is not set
+# CONFIG_USB_EHSET_TEST_FIXTURE is not set
+# CONFIG_USB_ISIGHTFW is not set
+# CONFIG_USB_YUREX is not set
+# CONFIG_USB_EZUSB_FX2 is not set
+# CONFIG_USB_HSIC_USB3503 is not set
+# CONFIG_USB_LINK_LAYER_TEST is not set
+
+#
+# USB Physical Layer drivers
+#
+# CONFIG_USB_PHY is not set
+# CONFIG_NOP_USB_XCEIV is not set
+# CONFIG_USB_ISP1301 is not set
+# CONFIG_USB_GADGET is not set
+# CONFIG_USB_LED_TRIG is not set
+# CONFIG_UWB is not set
+CONFIG_MMC=m
+# CONFIG_MMC_DEBUG is not set
+# CONFIG_MMC_CLKGATE is not set
+
+#
+# MMC/SD/SDIO Card Drivers
+#
+CONFIG_MMC_BLOCK=m
+CONFIG_MMC_BLOCK_MINORS=8
+CONFIG_MMC_BLOCK_BOUNCE=y
+# CONFIG_SDIO_UART is not set
+# CONFIG_MMC_TEST is not set
+
+#
+# MMC/SD/SDIO Host Controller Drivers
+#
+CONFIG_MMC_SDHCI=m
+CONFIG_MMC_SDHCI_PCI=m
+CONFIG_MMC_RICOH_MMC=y
+# CONFIG_MMC_SDHCI_ACPI is not set
+# CONFIG_MMC_SDHCI_PLTFM is not set
+# CONFIG_MMC_WBSD is not set
+# CONFIG_MMC_TIFM_SD is not set
+# CONFIG_MMC_SDRICOH_CS is not set
+# CONFIG_MMC_CB710 is not set
+# CONFIG_MMC_VIA_SDMMC is not set
+# CONFIG_MMC_VUB300 is not set
+# CONFIG_MMC_USHC is not set
+# CONFIG_MMC_USDHI6ROL0 is not set
+# CONFIG_MMC_TOSHIBA_PCI is not set
+# CONFIG_MEMSTICK is not set
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=m
+# CONFIG_LEDS_CLASS_FLASH is not set
+
+#
+# LED drivers
+#
+# CONFIG_LEDS_LM3530 is not set
+# CONFIG_LEDS_LM3642 is not set
+# CONFIG_LEDS_PCA9532 is not set
+# CONFIG_LEDS_LP3944 is not set
+# CONFIG_LEDS_LP5521 is not set
+# CONFIG_LEDS_LP5523 is not set
+# CONFIG_LEDS_LP5562 is not set
+# CONFIG_LEDS_LP8501 is not set
+# CONFIG_LEDS_LP8860 is not set
+# CONFIG_LEDS_CLEVO_MAIL is not set
+# CONFIG_LEDS_PCA955X is not set
+# CONFIG_LEDS_PCA963X is not set
+# CONFIG_LEDS_BD2802 is not set
+# CONFIG_LEDS_INTEL_SS4200 is not set
+# CONFIG_LEDS_TCA6507 is not set
+# CONFIG_LEDS_LM355x is not set
+
+#
+# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
+#
+# CONFIG_LEDS_BLINKM is not set
+# CONFIG_LEDS_PM8941_WLED is not set
+
+#
+# LED Triggers
+#
+CONFIG_LEDS_TRIGGERS=y
+# CONFIG_LEDS_TRIGGER_TIMER is not set
+# CONFIG_LEDS_TRIGGER_ONESHOT is not set
+# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
+# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
+# CONFIG_LEDS_TRIGGER_CPU is not set
+# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
+
+#
+# iptables trigger is under Netfilter config (LED target)
+#
+# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
+# CONFIG_LEDS_TRIGGER_CAMERA is not set
+# CONFIG_ACCESSIBILITY is not set
+# CONFIG_INFINIBAND is not set
+# CONFIG_EDAC is not set
+CONFIG_RTC_LIB=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_SYSTOHC=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
+# CONFIG_RTC_DEBUG is not set
+
+#
+# RTC interfaces
+#
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
+# CONFIG_RTC_DRV_TEST is not set
+
+#
+# I2C RTC drivers
+#
+# CONFIG_RTC_DRV_ABB5ZES3 is not set
+# CONFIG_RTC_DRV_ABX80X is not set
+# CONFIG_RTC_DRV_DS1307 is not set
+# CONFIG_RTC_DRV_DS1374 is not set
+# CONFIG_RTC_DRV_DS1672 is not set
+# CONFIG_RTC_DRV_DS3232 is not set
+# CONFIG_RTC_DRV_MAX6900 is not set
+# CONFIG_RTC_DRV_RS5C372 is not set
+# CONFIG_RTC_DRV_ISL1208 is not set
+# CONFIG_RTC_DRV_ISL12022 is not set
+# CONFIG_RTC_DRV_ISL12057 is not set
+# CONFIG_RTC_DRV_X1205 is not set
+# CONFIG_RTC_DRV_PCF2127 is not set
+# CONFIG_RTC_DRV_PCF8523 is not set
+# CONFIG_RTC_DRV_PCF8563 is not set
+# CONFIG_RTC_DRV_PCF85063 is not set
+# CONFIG_RTC_DRV_PCF8583 is not set
+# CONFIG_RTC_DRV_M41T80 is not set
+# CONFIG_RTC_DRV_BQ32K is not set
+# CONFIG_RTC_DRV_S35390A is not set
+# CONFIG_RTC_DRV_FM3130 is not set
+# CONFIG_RTC_DRV_RX8581 is not set
+# CONFIG_RTC_DRV_RX8025 is not set
+# CONFIG_RTC_DRV_EM3027 is not set
+# CONFIG_RTC_DRV_RV3029C2 is not set
+
+#
+# SPI RTC drivers
+#
+
+#
+# Platform RTC drivers
+#
+CONFIG_RTC_DRV_CMOS=y
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1685_FAMILY is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_DS2404 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_MSM6242 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+# CONFIG_RTC_DRV_RP5C01 is not set
+# CONFIG_RTC_DRV_V3020 is not set
+
+#
+# on-CPU RTC drivers
+#
+# CONFIG_RTC_DRV_XGENE is not set
+
+#
+# HID Sensor RTC drivers
+#
+# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
+# CONFIG_DMADEVICES is not set
+# CONFIG_AUXDISPLAY is not set
+CONFIG_UIO=m
+# CONFIG_UIO_CIF is not set
+# CONFIG_UIO_PDRV_GENIRQ is not set
+# CONFIG_UIO_DMEM_GENIRQ is not set
+# CONFIG_UIO_AEC is not set
+# CONFIG_UIO_SERCOS3 is not set
+# CONFIG_UIO_PCI_GENERIC is not set
+# CONFIG_UIO_NETX is not set
+# CONFIG_UIO_MF624 is not set
+# CONFIG_VFIO is not set
+# CONFIG_VIRT_DRIVERS is not set
+CONFIG_VIRTIO=y
+
+#
+# Virtio drivers
+#
+CONFIG_VIRTIO_PCI=y
+CONFIG_VIRTIO_PCI_LEGACY=y
+CONFIG_VIRTIO_BALLOON=m
+# CONFIG_VIRTIO_INPUT is not set
+# CONFIG_VIRTIO_MMIO is not set
+
+#
+# Microsoft Hyper-V guest support
+#
+CONFIG_HYPERV=y
+CONFIG_HYPERV_UTILS=m
+CONFIG_HYPERV_BALLOON=m
+
+#
+# Xen driver support
+#
+CONFIG_XEN_BALLOON=y
+CONFIG_XEN_SCRUB_PAGES=y
+CONFIG_XEN_DEV_EVTCHN=m
+CONFIG_XEN_BACKEND=y
+CONFIG_XENFS=m
+CONFIG_XEN_COMPAT_XENFS=y
+CONFIG_XEN_SYS_HYPERVISOR=y
+CONFIG_XEN_XENBUS_FRONTEND=y
+CONFIG_XEN_GNTDEV=m
+CONFIG_XEN_GRANT_DEV_ALLOC=m
+CONFIG_SWIOTLB_XEN=y
+CONFIG_XEN_PCIDEV_BACKEND=m
+CONFIG_XEN_PRIVCMD=m
+CONFIG_XEN_HAVE_PVMMU=y
+CONFIG_XEN_EFI=y
+CONFIG_XEN_AUTO_XLATE=y
+CONFIG_XEN_ACPI=y
+# CONFIG_STAGING is not set
+# CONFIG_X86_PLATFORM_DEVICES is not set
+# CONFIG_CHROME_PLATFORMS is not set
+
+#
+# Hardware Spinlock drivers
+#
+
+#
+# Clock Source drivers
+#
+CONFIG_CLKEVT_I8253=y
+CONFIG_I8253_LOCK=y
+CONFIG_CLKBLD_I8253=y
+# CONFIG_ATMEL_PIT is not set
+# CONFIG_SH_TIMER_CMT is not set
+# CONFIG_SH_TIMER_MTU2 is not set
+# CONFIG_SH_TIMER_TMU is not set
+# CONFIG_EM_TIMER_STI is not set
+# CONFIG_MAILBOX is not set
+CONFIG_IOMMU_API=y
+CONFIG_IOMMU_SUPPORT=y
+
+#
+# Generic IOMMU Pagetable Support
+#
+CONFIG_IOMMU_IOVA=y
+CONFIG_AMD_IOMMU=y
+# CONFIG_AMD_IOMMU_STATS is not set
+# CONFIG_AMD_IOMMU_V2 is not set
+CONFIG_DMAR_TABLE=y
+CONFIG_INTEL_IOMMU=y
+CONFIG_INTEL_IOMMU_DEFAULT_ON=y
+CONFIG_INTEL_IOMMU_FLOPPY_WA=y
+# CONFIG_IRQ_REMAP is not set
+
+#
+# Remoteproc drivers
+#
+# CONFIG_STE_MODEM_RPROC is not set
+
+#
+# Rpmsg drivers
+#
+
+#
+# SOC (System On Chip) specific Drivers
+#
+# CONFIG_SOC_TI is not set
+# CONFIG_PM_DEVFREQ is not set
+# CONFIG_EXTCON is not set
+# CONFIG_MEMORY is not set
+# CONFIG_IIO is not set
+# CONFIG_NTB is not set
+# CONFIG_VME_BUS is not set
+# CONFIG_PWM is not set
+# CONFIG_IPACK_BUS is not set
+# CONFIG_RESET_CONTROLLER is not set
+# CONFIG_FMC is not set
+
+#
+# PHY Subsystem
+#
+CONFIG_GENERIC_PHY=y
+# CONFIG_BCM_KONA_USB2_PHY is not set
+# CONFIG_POWERCAP is not set
+# CONFIG_MCB is not set
+CONFIG_RAS=y
+# CONFIG_THUNDERBOLT is not set
+
+#
+# Android
+#
+# CONFIG_ANDROID is not set
+
+#
+# Firmware Drivers
+#
+# CONFIG_EDD is not set
+CONFIG_FIRMWARE_MEMMAP=y
+# CONFIG_DELL_RBU is not set
+# CONFIG_DCDBAS is not set
+CONFIG_DMIID=y
+# CONFIG_DMI_SYSFS is not set
+CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
+# CONFIG_ISCSI_IBFT_FIND is not set
+# CONFIG_GOOGLE_FIRMWARE is not set
+
+#
+# EFI (Extensible Firmware Interface) Support
+#
+CONFIG_EFI_VARS=m
+CONFIG_EFI_RUNTIME_WRAPPERS=y
+
+#
+# File systems
+#
+CONFIG_DCACHE_WORD_ACCESS=y
+CONFIG_EXT2_FS=y
+CONFIG_EXT2_FS_XATTR=y
+CONFIG_EXT2_FS_POSIX_ACL=y
+# CONFIG_EXT2_FS_SECURITY is not set
+CONFIG_EXT3_FS=y
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
+CONFIG_EXT3_FS_XATTR=y
+CONFIG_EXT3_FS_POSIX_ACL=y
+# CONFIG_EXT3_FS_SECURITY is not set
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+# CONFIG_EXT4_FS_SECURITY is not set
+# CONFIG_EXT4_ENCRYPTION is not set
+# CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD=y
+# CONFIG_JBD_DEBUG is not set
+CONFIG_JBD2=y
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=y
+CONFIG_REISERFS_FS=y
+# CONFIG_REISERFS_CHECK is not set
+# CONFIG_REISERFS_PROC_INFO is not set
+CONFIG_REISERFS_FS_XATTR=y
+CONFIG_REISERFS_FS_POSIX_ACL=y
+# CONFIG_REISERFS_FS_SECURITY is not set
+CONFIG_JFS_FS=y
+CONFIG_JFS_POSIX_ACL=y
+# CONFIG_JFS_SECURITY is not set
+# CONFIG_JFS_DEBUG is not set
+# CONFIG_JFS_STATISTICS is not set
+CONFIG_XFS_FS=y
+# CONFIG_XFS_QUOTA is not set
+CONFIG_XFS_POSIX_ACL=y
+# CONFIG_XFS_RT is not set
+# CONFIG_XFS_WARN is not set
+# CONFIG_XFS_DEBUG is not set
+# CONFIG_GFS2_FS is not set
+CONFIG_BTRFS_FS=y
+CONFIG_BTRFS_FS_POSIX_ACL=y
+# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
+# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
+# CONFIG_BTRFS_DEBUG is not set
+# CONFIG_BTRFS_ASSERT is not set
+CONFIG_NILFS2_FS=m
+CONFIG_F2FS_FS=m
+# CONFIG_F2FS_STAT_FS is not set
+CONFIG_F2FS_FS_XATTR=y
+CONFIG_F2FS_FS_POSIX_ACL=y
+# CONFIG_F2FS_FS_SECURITY is not set
+# CONFIG_F2FS_CHECK_FS is not set
+# CONFIG_FS_DAX is not set
+CONFIG_FS_POSIX_ACL=y
+CONFIG_EXPORTFS=y
+CONFIG_FILE_LOCKING=y
+CONFIG_FSNOTIFY=y
+CONFIG_DNOTIFY=y
+CONFIG_INOTIFY_USER=y
+CONFIG_FANOTIFY=y
+# CONFIG_QUOTA is not set
+# CONFIG_QUOTACTL is not set
+# CONFIG_AUTOFS4_FS is not set
+CONFIG_FUSE_FS=m
+# CONFIG_CUSE is not set
+# CONFIG_OVERLAY_FS is not set
+
+#
+# Caches
+#
+# CONFIG_FSCACHE is not set
+
+#
+# CD-ROM/DVD Filesystems
+#
+CONFIG_ISO9660_FS=m
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_UDF_FS=m
+CONFIG_UDF_NLS=y
+
+#
+# DOS/FAT/NT Filesystems
+#
+CONFIG_FAT_FS=m
+CONFIG_MSDOS_FS=m
+CONFIG_VFAT_FS=m
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
+CONFIG_NTFS_FS=m
+# CONFIG_NTFS_DEBUG is not set
+# CONFIG_NTFS_RW is not set
+
+#
+# Pseudo filesystems
+#
+CONFIG_PROC_FS=y
+CONFIG_PROC_KCORE=y
+CONFIG_PROC_SYSCTL=y
+CONFIG_PROC_PAGE_MONITOR=y
+CONFIG_KERNFS=y
+CONFIG_SYSFS=y
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_XATTR=y
+# CONFIG_HUGETLBFS is not set
+# CONFIG_HUGETLB_PAGE is not set
+# CONFIG_CONFIGFS_FS is not set
+CONFIG_EFIVAR_FS=m
+CONFIG_MISC_FILESYSTEMS=y
+# CONFIG_ADFS_FS is not set
+# CONFIG_AFFS_FS is not set
+# CONFIG_HFS_FS is not set
+CONFIG_HFSPLUS_FS=m
+# CONFIG_HFSPLUS_FS_POSIX_ACL is not set
+# CONFIG_BEFS_FS is not set
+# CONFIG_BFS_FS is not set
+# CONFIG_EFS_FS is not set
+# CONFIG_LOGFS is not set
+# CONFIG_CRAMFS is not set
+# CONFIG_SQUASHFS is not set
+# CONFIG_VXFS_FS is not set
+# CONFIG_MINIX_FS is not set
+# CONFIG_OMFS_FS is not set
+# CONFIG_HPFS_FS is not set
+# CONFIG_QNX4FS_FS is not set
+# CONFIG_QNX6FS_FS is not set
+# CONFIG_ROMFS_FS is not set
+# CONFIG_PSTORE is not set
+# CONFIG_SYSV_FS is not set
+CONFIG_UFS_FS=m
+# CONFIG_UFS_FS_WRITE is not set
+# CONFIG_UFS_DEBUG is not set
+# CONFIG_NETWORK_FILESYSTEMS is not set
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="iso8859-1"
+CONFIG_NLS_CODEPAGE_437=m
+# CONFIG_NLS_CODEPAGE_737 is not set
+# CONFIG_NLS_CODEPAGE_775 is not set
+# CONFIG_NLS_CODEPAGE_850 is not set
+# CONFIG_NLS_CODEPAGE_852 is not set
+# CONFIG_NLS_CODEPAGE_855 is not set
+# CONFIG_NLS_CODEPAGE_857 is not set
+# CONFIG_NLS_CODEPAGE_860 is not set
+# CONFIG_NLS_CODEPAGE_861 is not set
+# CONFIG_NLS_CODEPAGE_862 is not set
+# CONFIG_NLS_CODEPAGE_863 is not set
+# CONFIG_NLS_CODEPAGE_864 is not set
+# CONFIG_NLS_CODEPAGE_865 is not set
+# CONFIG_NLS_CODEPAGE_866 is not set
+# CONFIG_NLS_CODEPAGE_869 is not set
+# CONFIG_NLS_CODEPAGE_936 is not set
+# CONFIG_NLS_CODEPAGE_950 is not set
+# CONFIG_NLS_CODEPAGE_932 is not set
+# CONFIG_NLS_CODEPAGE_949 is not set
+# CONFIG_NLS_CODEPAGE_874 is not set
+# CONFIG_NLS_ISO8859_8 is not set
+# CONFIG_NLS_CODEPAGE_1250 is not set
+# CONFIG_NLS_CODEPAGE_1251 is not set
+# CONFIG_NLS_ASCII is not set
+CONFIG_NLS_ISO8859_1=m
+# CONFIG_NLS_ISO8859_2 is not set
+# CONFIG_NLS_ISO8859_3 is not set
+# CONFIG_NLS_ISO8859_4 is not set
+# CONFIG_NLS_ISO8859_5 is not set
+# CONFIG_NLS_ISO8859_6 is not set
+# CONFIG_NLS_ISO8859_7 is not set
+# CONFIG_NLS_ISO8859_9 is not set
+# CONFIG_NLS_ISO8859_13 is not set
+# CONFIG_NLS_ISO8859_14 is not set
+CONFIG_NLS_ISO8859_15=m
+# CONFIG_NLS_KOI8_R is not set
+# CONFIG_NLS_KOI8_U is not set
+# CONFIG_NLS_MAC_ROMAN is not set
+# CONFIG_NLS_MAC_CELTIC is not set
+# CONFIG_NLS_MAC_CENTEURO is not set
+# CONFIG_NLS_MAC_CROATIAN is not set
+# CONFIG_NLS_MAC_CYRILLIC is not set
+# CONFIG_NLS_MAC_GAELIC is not set
+# CONFIG_NLS_MAC_GREEK is not set
+# CONFIG_NLS_MAC_ICELAND is not set
+# CONFIG_NLS_MAC_INUIT is not set
+# CONFIG_NLS_MAC_ROMANIAN is not set
+# CONFIG_NLS_MAC_TURKISH is not set
+CONFIG_NLS_UTF8=m
+
+#
+# Kernel hacking
+#
+CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+
+#
+# printk and dmesg options
+#
+# CONFIG_PRINTK_TIME is not set
+CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
+# CONFIG_DYNAMIC_DEBUG is not set
+
+#
+# Compile-time checks and compiler options
+#
+# CONFIG_ENABLE_WARN_DEPRECATED is not set
+# CONFIG_ENABLE_MUST_CHECK is not set
+CONFIG_FRAME_WARN=1024
+# CONFIG_STRIP_ASM_SYMS is not set
+# CONFIG_UNUSED_SYMBOLS is not set
+CONFIG_DEBUG_FS=y
+# CONFIG_HEADERS_CHECK is not set
+# CONFIG_DEBUG_SECTION_MISMATCH is not set
+CONFIG_ARCH_WANT_FRAME_POINTERS=y
+# CONFIG_FRAME_POINTER is not set
+# CONFIG_MAGIC_SYSRQ is not set
+# CONFIG_DEBUG_KERNEL is not set
+
+#
+# Memory Debugging
+#
+# CONFIG_PAGE_EXTENSION is not set
+# CONFIG_SLUB_DEBUG_ON is not set
+# CONFIG_SLUB_STATS is not set
+CONFIG_HAVE_DEBUG_KMEMLEAK=y
+CONFIG_DEBUG_MEMORY_INIT=y
+CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
+CONFIG_HAVE_ARCH_KMEMCHECK=y
+CONFIG_HAVE_ARCH_KASAN=y
+# CONFIG_KASAN is not set
+CONFIG_KASAN_SHADOW_OFFSET=0xdffffc0000000000
+
+#
+# Debug Lockups and Hangs
+#
+# CONFIG_PANIC_ON_OOPS is not set
+CONFIG_PANIC_ON_OOPS_VALUE=0
+CONFIG_PANIC_TIMEOUT=0
+# CONFIG_DEBUG_TIMEKEEPING is not set
+
+#
+# Lock Debugging (spinlocks, mutexes, etc...)
+#
+# CONFIG_STACKTRACE is not set
+CONFIG_DEBUG_BUGVERBOSE=y
+
+#
+# RCU Debugging
+#
+# CONFIG_PROVE_RCU is not set
+# CONFIG_SPARSE_RCU_POINTER is not set
+# CONFIG_TORTURE_TEST is not set
+CONFIG_RCU_CPU_STALL_TIMEOUT=21
+CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
+CONFIG_USER_STACKTRACE_SUPPORT=y
+CONFIG_HAVE_FUNCTION_TRACER=y
+CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
+CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
+CONFIG_HAVE_DYNAMIC_FTRACE=y
+CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
+CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
+CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
+CONFIG_HAVE_FENTRY=y
+CONFIG_HAVE_C_RECORDMCOUNT=y
+CONFIG_TRACING_SUPPORT=y
+# CONFIG_FTRACE is not set
+
+#
+# Runtime Testing
+#
+# CONFIG_LKDTM is not set
+# CONFIG_ATOMIC64_SELFTEST is not set
+# CONFIG_ASYNC_RAID6_TEST is not set
+# CONFIG_TEST_HEXDUMP is not set
+# CONFIG_TEST_STRING_HELPERS is not set
+# CONFIG_TEST_KSTRTOX is not set
+# CONFIG_TEST_RHASHTABLE is not set
+# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
+# CONFIG_DMA_API_DEBUG is not set
+# CONFIG_TEST_LKM is not set
+# CONFIG_TEST_USER_COPY is not set
+# CONFIG_TEST_BPF is not set
+# CONFIG_TEST_FIRMWARE is not set
+# CONFIG_TEST_UDELAY is not set
+# CONFIG_MEMTEST is not set
+# CONFIG_SAMPLES is not set
+CONFIG_HAVE_ARCH_KGDB=y
+# CONFIG_STRICT_DEVMEM is not set
+# CONFIG_X86_VERBOSE_BOOTUP is not set
+CONFIG_EARLY_PRINTK=y
+# CONFIG_EARLY_PRINTK_DBGP is not set
+# CONFIG_EARLY_PRINTK_EFI is not set
+# CONFIG_DEBUG_SET_MODULE_RONX is not set
+CONFIG_DOUBLEFAULT=y
+# CONFIG_IOMMU_STRESS is not set
+CONFIG_HAVE_MMIOTRACE_SUPPORT=y
+CONFIG_IO_DELAY_TYPE_0X80=0
+CONFIG_IO_DELAY_TYPE_0XED=1
+CONFIG_IO_DELAY_TYPE_UDELAY=2
+CONFIG_IO_DELAY_TYPE_NONE=3
+CONFIG_IO_DELAY_0X80=y
+# CONFIG_IO_DELAY_0XED is not set
+# CONFIG_IO_DELAY_UDELAY is not set
+# CONFIG_IO_DELAY_NONE is not set
+CONFIG_DEFAULT_IO_DELAY_TYPE=0
+# CONFIG_OPTIMIZE_INLINING is not set
+
+#
+# Security options
+#
+# CONFIG_KEYS is not set
+# CONFIG_SECURITY_DMESG_RESTRICT is not set
+# CONFIG_SECURITY is not set
+# CONFIG_SECURITYFS is not set
+# CONFIG_INTEL_TXT is not set
+CONFIG_DEFAULT_SECURITY_DAC=y
+CONFIG_DEFAULT_SECURITY=""
+CONFIG_XOR_BLOCKS=y
+CONFIG_ASYNC_CORE=m
+CONFIG_ASYNC_MEMCPY=m
+CONFIG_ASYNC_XOR=m
+CONFIG_ASYNC_PQ=m
+CONFIG_ASYNC_RAID6_RECOV=m
+CONFIG_CRYPTO=y
+
+#
+# Crypto core or helper
+#
+CONFIG_CRYPTO_ALGAPI=y
+CONFIG_CRYPTO_ALGAPI2=y
+CONFIG_CRYPTO_AEAD=m
+CONFIG_CRYPTO_AEAD2=y
+CONFIG_CRYPTO_BLKCIPHER=m
+CONFIG_CRYPTO_BLKCIPHER2=y
+CONFIG_CRYPTO_HASH=y
+CONFIG_CRYPTO_HASH2=y
+CONFIG_CRYPTO_RNG=m
+CONFIG_CRYPTO_RNG2=y
+CONFIG_CRYPTO_PCOMP2=y
+CONFIG_CRYPTO_MANAGER=m
+CONFIG_CRYPTO_MANAGER2=y
+# CONFIG_CRYPTO_USER is not set
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+CONFIG_CRYPTO_GF128MUL=m
+CONFIG_CRYPTO_NULL=m
+# CONFIG_CRYPTO_PCRYPT is not set
+CONFIG_CRYPTO_WORKQUEUE=y
+# CONFIG_CRYPTO_CRYPTD is not set
+# CONFIG_CRYPTO_MCRYPTD is not set
+# CONFIG_CRYPTO_AUTHENC is not set
+# CONFIG_CRYPTO_TEST is not set
+
+#
+# Authenticated Encryption with Associated Data
+#
+CONFIG_CRYPTO_CCM=m
+CONFIG_CRYPTO_GCM=m
+CONFIG_CRYPTO_SEQIV=m
+
+#
+# Block modes
+#
+CONFIG_CRYPTO_CBC=m
+CONFIG_CRYPTO_CTR=m
+# CONFIG_CRYPTO_CTS is not set
+CONFIG_CRYPTO_ECB=m
+# CONFIG_CRYPTO_LRW is not set
+# CONFIG_CRYPTO_PCBC is not set
+CONFIG_CRYPTO_XTS=m
+
+#
+# Hash modes
+#
+# CONFIG_CRYPTO_CMAC is not set
+# CONFIG_CRYPTO_HMAC is not set
+# CONFIG_CRYPTO_XCBC is not set
+# CONFIG_CRYPTO_VMAC is not set
+
+#
+# Digest
+#
+CONFIG_CRYPTO_CRC32C=y
+# CONFIG_CRYPTO_CRC32C_INTEL is not set
+# CONFIG_CRYPTO_CRC32 is not set
+# CONFIG_CRYPTO_CRC32_PCLMUL is not set
+CONFIG_CRYPTO_CRCT10DIF=y
+# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
+CONFIG_CRYPTO_GHASH=m
+# CONFIG_CRYPTO_MD4 is not set
+# CONFIG_CRYPTO_MD5 is not set
+CONFIG_CRYPTO_MICHAEL_MIC=m
+# CONFIG_CRYPTO_RMD128 is not set
+# CONFIG_CRYPTO_RMD160 is not set
+# CONFIG_CRYPTO_RMD256 is not set
+# CONFIG_CRYPTO_RMD320 is not set
+# CONFIG_CRYPTO_SHA1 is not set
+# CONFIG_CRYPTO_SHA1_SSSE3 is not set
+# CONFIG_CRYPTO_SHA256_SSSE3 is not set
+# CONFIG_CRYPTO_SHA512_SSSE3 is not set
+# CONFIG_CRYPTO_SHA1_MB is not set
+# CONFIG_CRYPTO_SHA256 is not set
+# CONFIG_CRYPTO_SHA512 is not set
+# CONFIG_CRYPTO_TGR192 is not set
+# CONFIG_CRYPTO_WP512 is not set
+# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set
+
+#
+# Ciphers
+#
+CONFIG_CRYPTO_AES=y
+# CONFIG_CRYPTO_AES_X86_64 is not set
+# CONFIG_CRYPTO_AES_NI_INTEL is not set
+# CONFIG_CRYPTO_ANUBIS is not set
+CONFIG_CRYPTO_ARC4=m
+# CONFIG_CRYPTO_BLOWFISH is not set
+# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
+# CONFIG_CRYPTO_CAMELLIA is not set
+# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
+# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
+# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
+# CONFIG_CRYPTO_CAST5 is not set
+# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
+# CONFIG_CRYPTO_CAST6 is not set
+# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
+# CONFIG_CRYPTO_DES is not set
+# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
+# CONFIG_CRYPTO_FCRYPT is not set
+# CONFIG_CRYPTO_KHAZAD is not set
+# CONFIG_CRYPTO_SALSA20 is not set
+# CONFIG_CRYPTO_SALSA20_X86_64 is not set
+# CONFIG_CRYPTO_SEED is not set
+# CONFIG_CRYPTO_SERPENT is not set
+# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
+# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
+# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
+# CONFIG_CRYPTO_TEA is not set
+# CONFIG_CRYPTO_TWOFISH is not set
+# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
+# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
+# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
+
+#
+# Compression
+#
+# CONFIG_CRYPTO_DEFLATE is not set
+# CONFIG_CRYPTO_ZLIB is not set
+# CONFIG_CRYPTO_LZO is not set
+# CONFIG_CRYPTO_LZ4 is not set
+# CONFIG_CRYPTO_LZ4HC is not set
+
+#
+# Random Number Generation
+#
+CONFIG_CRYPTO_ANSI_CPRNG=m
+# CONFIG_CRYPTO_DRBG_MENU is not set
+# CONFIG_CRYPTO_USER_API_HASH is not set
+# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
+# CONFIG_CRYPTO_USER_API_RNG is not set
+# CONFIG_CRYPTO_HW is not set
+CONFIG_HAVE_KVM=y
+CONFIG_KVM_COMPAT=y
+# CONFIG_VIRTUALIZATION is not set
+# CONFIG_BINARY_PRINTF is not set
+
+#
+# Library routines
+#
+CONFIG_RAID6_PQ=y
+CONFIG_BITREVERSE=y
+# CONFIG_HAVE_ARCH_BITREVERSE is not set
+CONFIG_GENERIC_STRNCPY_FROM_USER=y
+CONFIG_GENERIC_STRNLEN_USER=y
+CONFIG_GENERIC_NET_UTILS=y
+CONFIG_GENERIC_FIND_FIRST_BIT=y
+CONFIG_GENERIC_PCI_IOMAP=y
+CONFIG_GENERIC_IOMAP=y
+CONFIG_GENERIC_IO=y
+CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
+CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
+CONFIG_CRC_CCITT=m
+CONFIG_CRC16=y
+CONFIG_CRC_T10DIF=y
+CONFIG_CRC_ITU_T=m
+CONFIG_CRC32=y
+# CONFIG_CRC32_SELFTEST is not set
+CONFIG_CRC32_SLICEBY8=y
+# CONFIG_CRC32_SLICEBY4 is not set
+# CONFIG_CRC32_SARWATE is not set
+# CONFIG_CRC32_BIT is not set
+# CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=y
+# CONFIG_CRC8 is not set
+# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
+# CONFIG_RANDOM32_SELFTEST is not set
+CONFIG_ZLIB_INFLATE=y
+CONFIG_ZLIB_DEFLATE=y
+CONFIG_LZO_COMPRESS=y
+CONFIG_LZO_DECOMPRESS=y
+CONFIG_LZ4_DECOMPRESS=y
+CONFIG_XZ_DEC=y
+CONFIG_XZ_DEC_X86=y
+CONFIG_XZ_DEC_POWERPC=y
+CONFIG_XZ_DEC_IA64=y
+CONFIG_XZ_DEC_ARM=y
+CONFIG_XZ_DEC_ARMTHUMB=y
+CONFIG_XZ_DEC_SPARC=y
+CONFIG_XZ_DEC_BCJ=y
+# CONFIG_XZ_DEC_TEST is not set
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_BZIP2=y
+CONFIG_DECOMPRESS_LZMA=y
+CONFIG_DECOMPRESS_XZ=y
+CONFIG_DECOMPRESS_LZO=y
+CONFIG_DECOMPRESS_LZ4=y
+CONFIG_HAS_IOMEM=y
+CONFIG_HAS_IOPORT_MAP=y
+CONFIG_HAS_DMA=y
+CONFIG_CHECK_SIGNATURE=y
+CONFIG_CPU_RMAP=y
+CONFIG_DQL=y
+CONFIG_GLOB=y
+# CONFIG_GLOB_SELFTEST is not set
+CONFIG_NLATTR=y
+CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
+CONFIG_AVERAGE=y
+# CONFIG_CORDIC is not set
+# CONFIG_DDR is not set
+CONFIG_UCS2_STRING=y
+CONFIG_FONT_SUPPORT=y
+# CONFIG_FONTS is not set
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
+CONFIG_ARCH_HAS_SG_CHAIN=y
diff --git a/core/reboot.html b/core/reboot.html
index fd932ea..323596b 100644
--- a/core/reboot.html
+++ b/core/reboot.html
@@ -7,51 +7,57 @@
     <body>
 
         <a href="index.html">Core OS Index</a>
-        <h1>1.4. Prepare for Reboot</h1>
 
-        <p>This instructions are done
-        <a href="configure.html#chroot">inside chroot</a>.</p>
+        <h1>1.4. Prepare for Reboot</h1>
 
-        <h2 id="linux">1.4.1. Linux Kernel</h2>
+        <p>Follow this instructions with active chroot,
+        first <a href="configure.html#chroot">mount partitions</a>
+        and before chroot mount follow file systems;</p>
 
         <pre>
-        # cp /iso/crux/kernel/* /usr/src/
-        # cd /usr/src
-        # cp linux-4.1.13.defconfig linux-4.1.13/.config
-        # cd linux-4.1.13
+        $ sudo mount --bind /dev $CHROOT/dev
+        $ sudo mount -vt devpts devpts $CHROOT/dev/pts
+        $ sudo mount -vt tmpfs shm $CHROOT/dev/shm
+        $ sudo mount -vt proc proc $CHROOT/proc
+        $ sudo mount -vt sysfs sysfs $CHROOT/sys
         </pre>
 
+        <p>Now you can chroot;</p>
+
         <pre>
-        # make all
-        # make modules_install
-        # cp arch/x86_64/boot/bzImage /boot/vmlinuz-4.1.13
-        # cp System.map /boot/System.map-4.1.13
+        $ sudo chroot $CHROOT /usr/bin/env -i \
+          HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
+          PATH=/bin:/usr/bin:/sbin:/usr/sbin \
+          /bin/bash --login
         </pre>
 
-        <h2 id="dracut">4.2. Dracut - Initramfs</h2>
+        <h2 id="linux">1.4.1. Linux Kernel</h2>
 
-        <p>Copy dracut port from sysdoc to root home directory;</p>
+        <p>Install kernel with default crux configuration using pkgutils;</p>
 
         <pre>
-        # exit
-        # cp -R /home/user/sysdoc/ports/dracut $CHROOT/root/
+        # cd /usr/ports/c9-ports/linux-crux
+        # pkgmk -d
+        # pkgadd /usr/ports/packages/linux-crux#4.1.30-1.pkg.tar.gz
         </pre>
 
-        <p><a href="configure.html#chroot">Inside chroot</a>;</p>
+        <h2 id="dracut">1.4.2. Dracut - Initramfs</h2>
+
+        <p>Install dracut;</p>
 
         <pre>
-        # cd /root/dracut
+        # cd /usr/ports/c9-ports/dracut
         # pkgmk -d
-        # pkgadd pkgadd /srv/ports/packages/dracut#044-2.pkg.tar.gz
+        # pkgadd /usr/ports/packages/dracut#044-2.pkg.tar.gz
         </pre>
 
         <p>Run dracut to create init ram filesystem;</p>
 
         <pre>
-        # dracut -v -H --fstab  /boot/initramfs-4.1.13 4.1.13
+        # dracut -v -H --fstab  /boot/initramfs-4.1.30-crux.img 4.1.30-crux
         </pre>
 
-        <h2 id="grub">4.3. Configuring Grub2</h2>
+        <h2 id="grub">1.4.3. Configuring Grub2</h2>
 
         <p>Create grub file in /etc/default/grub with values;</p>
 
@@ -82,8 +88,8 @@
         <pre>
         # grub-mkconfig -o /boot/grub/grub.cfg
         Generating grub.cfg ...
-        Found linux image: /boot/vmlinuz-4.1.13-gnu_crux
-        Found initrd image: /boot/initramfs-4.1.13-gnu_crux.img
+        Found linux image: /boot/vmlinuz-4.1.30-crux
+        Found initrd image: /boot/initramfs-4.1.30-crux.img
         done
         #
         </pre>
@@ -96,7 +102,7 @@
         # grub-probe --target=hints_string /
         </pre>
 
-        <h2 id="checkup">4.4. Checkup</h2>
+        <h2 id="checkup">1.4.4. Checkup</h2>
 
         <p>If you have qemu installed you can see if it boots, in this
         example sdb is usb external drive;</p>
@@ -114,7 +120,7 @@
 	# dd if=crux.img of=/dev/sdX
 	</pre>
 
-        <a href="index.html">Install Index</a>
+        <a href="index.html">Core OS Index</a>
         <p>This is part of the SysDoc Manual.
         Copyright (C) 2016
         Silvino Silva.
diff --git a/core/scripts/act-chroot.sh b/core/scripts/act-chroot.sh
new file mode 100644
index 0000000..587e35c
--- /dev/null
+++ b/core/scripts/act-chroot.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+
+printf "1.1.2 EFI block; (/dev/sda1):"
+#read BLK_EFI
+BLK_EFI="/dev/sda1"
+
+printf "1.1.2 boot block; (/dev/sda2):"
+#read BLK_BOOT
+BLK_BOOT="/dev/sda2"
+
+printf "1.1.2 root block; (/dev/sda3):"
+#read BLK_ROOT
+BLK_ROOT="/dev/sda3"
+#
+printf "1.1.2 var block; (/dev/sda4):"
+#read BLK_VAR
+BLK_VAR="/dev/sda4"
+#
+printf "1.1.2 usr block; (/dev/sda6):"
+#read BLK_USR
+BLK_USR="/dev/sda6"
+#
+printf "1.1.2 home block; (/dev/sda7):"
+#read BLK_HOME
+BLK_HOME="/dev/sda7"
+#
+printf "1.1.2 ports block; (/dev/sda8):\n"
+#read BLK_PRT
+BLK_PRT="/dev/sda8"
+
+printf "1.1.2 swap block; (/dev/sda9):\n"
+#read BLK_SWP
+BLK_SWP="/dev/sda9"
+
+printf "1.1.3 mount point to chroot (/mnt):"
+#read CHROOT
+CHROOT="/mnt"
+
+
+mount $BLK_ROOT $CHROOT
+
+mount $BLK_BOOT $CHROOT/boot
+mount $BLK_EFI $CHROOT/boot/efi
+
+mount $BLK_VAR $CHROOT/var
+mount $BLK_USR $CHROOT/usr
+#mount $BLK_PRT $CHROOT/usr/ports
+mount $BLK_HOME $CHROOT/home
+
+#mount -vt devpts devpts $CHROOT/dev/pts
+#mount -vt tmpfs shm $CHROOT/dev/shm
+mount -t proc proc $CHROOT/proc
+mount -t sysfs sys $CHROOT/sys
+mount --bind /dev $CHROOT/dev
diff --git a/core/scripts/chroot.sh b/core/scripts/chroot.sh
new file mode 100644
index 0000000..00fbd78
--- /dev/null
+++ b/core/scripts/chroot.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+CHROOT=/mnt
+
+chroot $CHROOT /usr/bin/env -i \
+  HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
+  PATH=/bin:/usr/bin:/sbin:/usr/sbin \
+  /bin/bash --login
+
diff --git a/core/scripts/configure.sh b/core/scripts/configure.sh
new file mode 100644
index 0000000..f279725
--- /dev/null
+++ b/core/scripts/configure.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+ADMIN_USER=c9admin
+CHROOT=/mnt
+#ADMIN_PASS=
+
+DIR=$(dirname "$PWD");
+DIR_CONF=$DIR"/conf"
+
+printf "CHROOT="$CHROOT"\n";
+printf "DIR="$DIR"\n";
+printf "DIR_CONF="$DIR_CONF"\n";
+printf "ADMIN_USER="$ADMIN_USER"\n"
+read PAUSE
+
+
+#configure_crux() {
+
+    echo "1.2.1. Set hostname and hosts;"
+    cp $DIR_CONF/hosts $CHROOT/etc/
+    vim $CHROOT/etc/hosts
+
+    echo "1.2.2. Set timezone;"
+    chroot $CHROOT /bin/bash -c tzselect
+
+    echo "1.2.3. Set locale;"
+    chroot $CHROOT /bin/bash -c "localedef -i en_US -f UTF-8 en_US.UTF-8"
+
+    echo "1.2.4.2. Create Administrator $ADMIN_USER;"
+
+    chroot $CHROOT /usr/bin/env -i \
+        HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
+        PATH=/bin:/usr/bin:/sbin:/usr/sbin \
+        /bin/bash -c "useradd -U -m -k /etc/skel -s /bin/bash $ADMIN_USER"
+
+#    echo "$ADMIN_USER:$ADMIN_PASS" >$CHROOT/root/foo
+#    chroot $CHROOT 'chpasswd </root/foo'
+#    rm $CHROOT/root/foo
+#
+    echo "1.2.4.3. Add Administrator $ADMIN_USER to wheel group;"
+    chroot $CHROOT /bin/bash -c "usermod -a -G wheel $ADMIN_USER"
+    echo "1.2.4.3. Uncomment to allow members of group wheel to execute any command\n
+#    %wheel ALL=(ALL) ALL"
+     cp $DIR_CONF/sudoers $CHROOT/etc/
+
+    echo "1.2.5. File system table;"
+    cp $DIR_CONF/fstab $CHROOT/etc/
+    blkid >> $CHROOT/etc/fstab
+    vim $CHROOT/etc/fstab
+
+    echo "1.2.6. Initialization Scripts;"
+    cp $DIR_CONF/rc.conf $CHROOT/etc/
+    vim $CHROOT/etc/rc.conf
+
+#}
+
+printf "Chroot to /mnt and set root and admin password:\n"
diff --git a/core/scripts/getiso.sh b/core/scripts/getiso.sh
new file mode 100644
index 0000000..18f1ad1
--- /dev/null
+++ b/core/scripts/getiso.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+ISO_URL="https://serverop.de/crux/crux-3.2/iso/crux-3.2.iso"
+ISO_FILE="crux-3.2.iso"
+
+printf "1.1.1 Path/to crux-3.2.iso (/home/user/Downloads):"
+read ISO_PATH
+
+
+#prepare_iso() {
+
+    ISO_FILE=$ISO_PATH/$ISO_FILE
+
+    if [ -f $ISO_FILE ];
+    then
+        echo "File $ISO_FILE exists."
+    else
+        echo "File $ISO_FILE does not exist."
+        cd $ISO_PATH && { curl -k -O $ISO_URL ; cd -; }
+    fi
+
+#}
+
+modprobe isofs
+modprobe loop
+mount -o loop $ISO_FILE $CHROOT/media
diff --git a/core/scripts/install.sh b/core/scripts/install.sh
new file mode 100644
index 0000000..495b327
--- /dev/null
+++ b/core/scripts/install.sh
@@ -0,0 +1,185 @@
+#!/bin/bash
+# Set Global Vars
+
+DIR=$(dirname "$PWD");
+DIR_PRT=$(dirname "$DIR")"/c9-ports";
+DIR_CONF=$DIR"/conf"
+
+printf "CHROOT="$CHROOT"\n";
+printf "DIR="$DIR"\n";
+printf "DIR_CONF="$DIR_CONF"\n";
+printf "DIR_PRT="$DIR_PRT"\n";
+read PAUSE
+
+printf "1.1.2 EFI block; (/dev/sda1):\n"
+#read BLK_EFI
+BLK_EFI="/dev/sda1"
+
+printf "1.1.2 boot block; (/dev/sda2):\n"
+#read BLK_BOOT
+BLK_BOOT="/dev/sda2"
+
+printf "1.1.2 root block; (/dev/sda3):\n"
+#read BLK_ROOT
+BLK_ROOT="/dev/sda3"
+#
+printf "1.1.2 var block; (/dev/sda4):\n"
+#read BLK_VAR
+BLK_VAR="/dev/sda4"
+#
+printf "1.1.2 usr block; (/dev/sda6):\n"
+#read BLK_USR
+BLK_USR="/dev/sda6"
+#
+printf "1.1.2 home block; (/dev/sda7):\n"
+#read BLK_HOME
+BLK_HOME="/dev/sda7"
+#
+printf "1.1.2 ports block; (/dev/sda8):\n"
+#read BLK_PRT
+BLK_PRT="/dev/sda8"
+
+printf "1.1.2 swap block; (/dev/sda9):\n"
+#read BLK_SWP
+BLK_SWP="/dev/sda9"
+
+printf "1.1.3 mount point to chroot (/mnt):\n"
+#read CHROOT
+CHROOT="/mnt"
+
+#manual_install() {
+
+    echo "1.1.2 Creating File System on $BLK_EFI with fat32:"
+    mkfs.fat -F 32 $BLK_EFI
+    echo "1.1.2 Creating File System on $BLK_BOOT with ext4:"
+    mkfs.ext4 $BLK_BOOT
+    echo "1.1.2 Creating File System on $BLK_ROOT with ext4:"
+    mkfs.ext4 $BLK_ROOT
+    echo "1.1.2 Creating File System on $BLK_VAR with ext4:"
+    mkfs.ext4 $BLK_VAR
+    echo "1.1.2 Creating File System on $BLK_USR with ext4:"
+    mkfs.ext4 $BLK_USR
+    echo "1.1.2 Creating File System on $BLK_HOME with ext4:"
+    mkfs.ext4 $BLK_HOME
+#    echo "1.1.2 Creating File System on $BLK_PRT with ext4:"
+#    mkfs.ext4 $BLK_PRT
+    echo "1.1.2 Creating Swap File System on $BLK_SWP:"
+    #mkswap $BLK_SWP
+
+#}
+
+
+#prepare_target(){
+
+    printf "1.1.3 mount point to chroot (/mnt):\n"
+    mount $BLK_ROOT $CHROOT
+
+    mkdir -p $CHROOT/boot
+    mkdir -p $CHROOT/var
+    mkdir -p $CHROOT/usr
+    mkdir -p $CHROOT/media
+    mkdir -p $CHROOT/home
+
+    mkdir -p $CHROOT/dev
+    mkdir -p $CHROOT/tmp
+    mkdir -p $CHROOT/proc
+    mkdir -p $CHROOT/sys
+
+    mount $BLK_BOOT $CHROOT/boot
+    mkdir -p $CHROOT/boot/efi
+    mount $BLK_EFI $CHROOT/boot/efi
+
+    mount $BLK_VAR $CHROOT/var
+    mkdir -p $CHROOT/var/lib/pkg
+
+    mount $BLK_USR $CHROOT/usr
+    mkdir -p $CHROOT/usr/ports
+#    mount $BLK_PRT $CHROOT/usr/ports
+    mount $BLK_HOME $CHROOT/home
+
+#install_crux() {
+
+    echo "1.1.4 Create core.lst and install pkgadd"
+    for p in /media/crux/core/*; do echo $p >> $CHROOT/core.lst; done
+
+    tar xf "/media/crux/core/pkgutils#5.36-2.pkg.tar.xz" usr/bin/pkgadd -O > $CHROOT/pkgadd
+
+    chmod +x $CHROOT/pkgadd
+
+    echo "1.1.4 File core.lst complete, review list of packages before continue..."
+    read PAUSE
+    vim $CHROOT/core.lst
+
+    echo "1.1.4 Starting install"
+    touch $CHROOT/var/lib/pkg/db
+
+    cd $CHROOT
+    while read line; do
+        printf "Installing $line;\n"
+        $CHROOT/pkgadd -f -r $CHROOT $line
+    done < core.lst
+
+    rm $CHROOT/pkgadd
+    rm $CHROOT/core.lst
+
+    echo "1.1.5. Install extra packages;"
+
+	mkdir $CHROOT/usr/ports/packages
+	cp /media/crux/core/* $CHROOT/usr/ports/packages
+	cp /media/crux/opt/* $CHROOT/usr/ports/packages
+	cp /media/crux/xorg/* $CHROOT/usr/ports/packages
+
+	echo "Installing $CHROOT/usr/ports/packages/fakeroot#1.20.2-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/fakeroot#1.20.2-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/dbus#1.10.2-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/dbus#1.10.2-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/expat#2.1.0-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/expat#2.1.0-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/libnl#3.2.27-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/libnl#3.2.27-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/libpng#1.6.19-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/libpng#1.6.19-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/freetype#2.6.1-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/freetype#2.6.1-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/libffi#3.2.1-2.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/libffi#3.2.1-2.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/sqlite3#3.9.2-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/sqlite3#3.9.2-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/python#2.7.10-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/python#2.7.10-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/glib#2.46.2-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/glib#2.46.2-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/grub2#2.00-7.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/grub2#2.00-7.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/grub2-efi#2.00-4.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/grub2-efi#2.00-4.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/wireless-tools#29-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/wireless-tools#29-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/wpa_supplicant#2.5-2.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/wpa_supplicant#2.5-2.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/lvm2#2.02.133-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/lvm2#2.02.133-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/mdadm#3.3.4-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/mdadm#3.3.4-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/efivar#0.21-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/efivar#0.21-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/efibootmgr#0.12-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/efibootmgr#0.12-1.pkg.tar.xz"
+	echo "Installing $CHROOT/usr/ports/packages/dosfstools#3.0.26-1.pkg.tar.xz"
+	$CHROOT/usr/bin/pkgadd -f -r $CHROOT "$CHROOT/usr/ports/packages/dosfstools#3.0.26-1.pkg.tar.xz"
+
+    echo "1.1.6. Install extra ports;\n"
+
+    mkdir $CHROOT/usr/ports/c9-ports
+    cp -r $DIR_PRT/* $CHROOT/usr/ports/c9-ports/
+
+    echo "1.1.7. dns resolver, copy resolv.conf;\n"
+    cp /etc/resolv.conf $CHROOT/etc
+
+    echo "1.1.8. Install Handbook\n"
+    cp /media/crux/handbook.txt $CHROOT/root/
+
+    echo "1.1.9. Install Skeletons\n"
+    cp -r $DIR_CONF/skel $CHROOT/etc/
+#}
+printf "Ready to chroot $CHROOT /bin/bash \n"
diff --git a/core/scripts/ports.sh b/core/scripts/ports.sh
new file mode 100644
index 0000000..a9cd901
--- /dev/null
+++ b/core/scripts/ports.sh
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+ADMIN_USER=c9admin
+CHROOT=/mnt
+
+DIR=$(dirname "$PWD");
+DIR_CONF=$DIR"/conf"
+
+printf "CHROOT="$CHROOT"\n";
+printf "DIR_CONF="$DIR_CONF"\n";
+
+echo "1.3.1. Build as unprivileged user;"
+
+chroot $CHROOT /bin/bash -c "useradd -U -m -d /usr/ports -s /bin/false pkgmk"
+chroot $CHROOT /bin/bash -c "usermod -a -G pkgmk $ADMIN_USER"
+chroot $CHROOT /bin/bash -c "chown -R root:pkgmk /usr/ports"
+chroot $CHROOT /bin/bash -c "chmod -R 774 /usr/ports"
+chroot $CHROOT /bin/bash -c "chmod 775 /usr/ports"
+
+echo "1.3.2. Ports Layout;"
+
+chroot --userspec=pkgmk:pkgmk $CHROOT /bin/bash -c "mkdir /usr/ports/packages"
+chroot --userspec=pkgmk:pkgmk $CHROOT /bin/bash -c "mkdir /usr/ports/work"
+chroot --userspec=pkgmk:pkgmk $CHROOT /bin/bash -c "mkdir /usr/ports/pkgbuild"
+chroot --userspec=pkgmk:pkgmk $CHROOT /bin/bash -c "mkdir /usr/ports/distfiles"
+
+chroot $CHROOT /bin/bash -c "id pkgmk"
+read PAUSE
+vim $CHROOT/etc/fstab
+
+echo "1.3.3 Configure pkgmk;"
+cp $DIR_CONF/pkgmk.conf $CHROOT/etc/
+#vim $CHROOT/etc/pkgmk.conf
+
+echo "1.3.4 Configure prt-get;"
+mv $CHROOT/etc/ports/contrib.rsync.inactive $CHROOT/etc/ports/contrib.rsync
+cp $DIR_CONF/prt-get.conf $CHROOT/etc/
+#vim $CHROOT/etc/prt-get.conf