Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
48f587f4
Commit
48f587f4
authored
Jun 17, 2021
by
James T. Lee
Browse files
Add kernel options for iwd
parent
da0a1d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
data/arch/amd64.yaml
data/arch/amd64.yaml
+7
-0
data/common.yaml
data/common.yaml
+9
-0
No files found.
data/arch/amd64.yaml
View file @
48f587f4
...
@@ -35,5 +35,12 @@ nest::kernel_config:
...
@@ -35,5 +35,12 @@ nest::kernel_config:
CONFIG_SND_HDA_CODEC_HDMI
:
m
CONFIG_SND_HDA_CODEC_HDMI
:
m
CONFIG_SND_HDA_PREALLOC_SIZE
:
2048
CONFIG_SND_HDA_PREALLOC_SIZE
:
2048
# For iwd
CONFIG_CRYPTO_SHA1_SSSE3
:
m
CONFIG_CRYPTO_SHA256_SSSE3
:
m
CONFIG_CRYPTO_SHA512_SSSE3
:
m
CONFIG_CRYPTO_AES_NI_INTEL
:
m
CONFIG_CRYPTO_DES3_EDE_X86_64
:
m
# Support new multilib layout in Gentoo 17.1 profile
# Support new multilib layout in Gentoo 17.1 profile
apache::lib_path: '/usr/lib64/apache2/modules'
apache::lib_path: '/usr/lib64/apache2/modules'
data/common.yaml
View file @
48f587f4
...
@@ -166,6 +166,15 @@ nest::kernel_config:
...
@@ -166,6 +166,15 @@ nest::kernel_config:
CONFIG_MACVLAN
:
m
CONFIG_MACVLAN
:
m
CONFIG_MACVTAP
:
m
CONFIG_MACVTAP
:
m
# For iwd
CONFIG_KEY_DH_OPERATIONS
:
y
CONFIG_CRYPTO_MD4
:
m
CONFIG_CRYPTO_SHA1
:
y
CONFIG_CRYPTO_SHA512
:
y
CONFIG_CRYPTO_DES
:
m
CONFIG_CRYPTO_USER_API_SKCIPHER
:
m
CONFIG_PKCS8_PRIVATE_KEY_PARSER
:
m
# This is doubly-encrypted. Don't waste your time.
# This is doubly-encrypted. Don't waste your time.
nest::ssh_private_key: >
nest::ssh_private_key: >
ENC[PKCS7,MIIPiQYJKoZIhvcNAQcDoIIPejCCD3YCAQAxggI9MIICOQIBADAhMBwxGjAY
ENC[PKCS7,MIIPiQYJKoZIhvcNAQcDoIIPejCCD3YCAQAxggI9MIICOQIBADAhMBwxGjAY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment