adding modules required for kubernetes
This commit is contained in:
parent
b49fa1bdc5
commit
657937ec00
@ -4,6 +4,7 @@ async_tx
|
||||
async_xor
|
||||
atkbd
|
||||
bridge
|
||||
br_netfilter
|
||||
cbc
|
||||
cdrom
|
||||
crc16
|
||||
@ -36,15 +37,18 @@ intel_pmc_bxt
|
||||
intel_rapl_common
|
||||
intel_rapl_msr
|
||||
ip6table_filter
|
||||
ip6table_mangle
|
||||
ip6table_nat
|
||||
ip6_tables
|
||||
ip6_udp_tunnel
|
||||
ip_set
|
||||
ip_set_hash_net
|
||||
iptable_filter
|
||||
iptable_mangle
|
||||
iptable_nat
|
||||
iptable_raw
|
||||
ip_tables
|
||||
ipt_REJECT
|
||||
iTCO_vendor_support
|
||||
iTCO_wdt
|
||||
jbd2
|
||||
@ -66,6 +70,9 @@ nf_defrag_ipv4
|
||||
nf_defrag_ipv6
|
||||
nf_nat
|
||||
nfnetlink
|
||||
nfnetlink_acct
|
||||
nfnetlink_log
|
||||
nf_reject_ipv4
|
||||
nf_tables
|
||||
nft_chain_nat
|
||||
nft_compat
|
||||
@ -102,14 +109,22 @@ vmw_vsock_virtio_transport_common
|
||||
vmw_vsock_vmci_transport
|
||||
vsock
|
||||
vsock_loopback
|
||||
vxlan
|
||||
wireguard
|
||||
xfrm_algo
|
||||
xfrm_user
|
||||
xor
|
||||
x_tables
|
||||
xt_addrtype
|
||||
xt_comment
|
||||
xt_conntrack
|
||||
xt_limit
|
||||
xt_mark
|
||||
xt_MASQUERADE
|
||||
xt_multiport
|
||||
xt_nat
|
||||
xt_nfacct
|
||||
xt_NFLOG
|
||||
xt_physdev
|
||||
xt_set
|
||||
xt_tcpudp
|
||||
|
119
scripts/arch_guest_mods2
Normal file
119
scripts/arch_guest_mods2
Normal file
@ -0,0 +1,119 @@
|
||||
aesni_intel
|
||||
asn1_encoder
|
||||
async_tx
|
||||
async_xor
|
||||
atkbd
|
||||
bridge
|
||||
br_netfilter
|
||||
cbc
|
||||
cdrom
|
||||
crc16
|
||||
crc32c_generic
|
||||
crc32c_intel
|
||||
crc32_pclmul
|
||||
crct10dif_pclmul
|
||||
cryptd
|
||||
crypto_simd
|
||||
dm_bufio
|
||||
dm_crypt
|
||||
dm_integrity
|
||||
dm_mod
|
||||
efi_secret
|
||||
encrypted_keys
|
||||
ext4
|
||||
failover
|
||||
gf128mul
|
||||
ghash_clmulni_intel
|
||||
i2c_i801
|
||||
i2c_mux
|
||||
i2c_smbus
|
||||
i8042
|
||||
inet_diag
|
||||
intel_agp
|
||||
intel_gtt
|
||||
intel_pmc_bxt
|
||||
intel_rapl_common
|
||||
intel_rapl_msr
|
||||
ip6table_filter
|
||||
ip6table_mangle
|
||||
ip6table_nat
|
||||
ip6_tables
|
||||
ip6_udp_tunnel
|
||||
ip_set
|
||||
iptable_filter
|
||||
iptable_mangle
|
||||
iptable_nat
|
||||
ip_tables
|
||||
ipt_REJECT
|
||||
iTCO_vendor_support
|
||||
iTCO_wdt
|
||||
jbd2
|
||||
libaesgcm
|
||||
libcrc32c
|
||||
libps2
|
||||
llc
|
||||
loop
|
||||
lpc_ich
|
||||
mac_hid
|
||||
mbcache
|
||||
Module
|
||||
mousedev
|
||||
net_failover
|
||||
nf_conntrack
|
||||
nf_conntrack_netlink
|
||||
nf_defrag_ipv4
|
||||
nf_defrag_ipv6
|
||||
nf_nat
|
||||
nfnetlink
|
||||
nfnetlink_acct
|
||||
nfnetlink_log
|
||||
nf_reject_ipv4
|
||||
nf_tables
|
||||
nft_chain_nat
|
||||
nft_compat
|
||||
overlay
|
||||
parport
|
||||
parport_pc
|
||||
pcspkr
|
||||
polyval_clmulni
|
||||
polyval_generic
|
||||
ppdev
|
||||
psmouse
|
||||
qemu_fw_cfg
|
||||
serio
|
||||
serio_raw
|
||||
sev_guest
|
||||
sha1_ssse3
|
||||
sha256_ssse3
|
||||
sha512_ssse3
|
||||
sr_mod
|
||||
stp
|
||||
tcp_diag
|
||||
tee
|
||||
trusted
|
||||
tsm
|
||||
udp_tunnel
|
||||
veth
|
||||
virtio_blk
|
||||
virtio_net
|
||||
vivaldi_fmap
|
||||
vmw_vmci
|
||||
vmw_vsock_virtio_transport_common
|
||||
vmw_vsock_vmci_transport
|
||||
vsock
|
||||
vsock_loopback
|
||||
vxlan
|
||||
xor
|
||||
x_tables
|
||||
xt_addrtype
|
||||
xt_comment
|
||||
xt_conntrack
|
||||
xt_limit
|
||||
xt_mark
|
||||
xt_MASQUERADE
|
||||
xt_multiport
|
||||
xt_nat
|
||||
xt_nfacct
|
||||
xt_NFLOG
|
||||
xt_physdev
|
||||
xt_tcpudp
|
Loading…
Reference in New Issue
Block a user