Add netboot infrastructure: custom initramfs hooks, build scripts, iPXE configuration
This commit is contained in:
18
initramfs/modules
Normal file
18
initramfs/modules
Normal file
@@ -0,0 +1,18 @@
|
||||
# List of modules that you want to include in your initramfs.
|
||||
# They will be loaded at boot time in the order below.
|
||||
#
|
||||
# Syntax: module_name [args ...]
|
||||
#
|
||||
|
||||
# Filesystem support
|
||||
nls_iso8859-1
|
||||
isofs
|
||||
ext4
|
||||
squashfs
|
||||
overlay
|
||||
|
||||
# Network modules
|
||||
af_packet
|
||||
|
||||
# RTL8125 network driver for 2.5GbE
|
||||
r8125
|
||||
Reference in New Issue
Block a user