Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
6820f2cb
Verified
Commit
6820f2cb
authored
Oct 28, 2020
by
nl6720
Browse files
Add modconf to HOOKS array in mkinitcpio.conf
The default mkinitcpio.conf includes modconf in HOOKS.
parent
3caa30fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
configs/baseline/airootfs/etc/mkinitcpio.conf
View file @
6820f2cb
...
...
@@ -52,7 +52,7 @@ FILES=()
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS
=(
base
udev
archiso
block
filesystems
)
HOOKS
=(
base
udev
modconf
archiso
block
filesystems
)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
...
...
@@ -63,6 +63,7 @@ HOOKS=(base udev archiso block filesystems)
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"
# COMPRESSION_OPTIONS
# Additional options for the compressor
...
...
configs/releng/airootfs/etc/mkinitcpio.conf
View file @
6820f2cb
...
...
@@ -52,7 +52,7 @@ FILES=()
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS
=(
base
udev
memdisk
archiso_shutdown
archiso
archiso_loop_mnt
archiso_pxe_common
archiso_pxe_nbd
archiso_pxe_http
archiso_pxe_nfs
archiso_kms
block
filesystems
keyboard
)
HOOKS
=(
base
udev
modconf
memdisk
archiso_shutdown
archiso
archiso_loop_mnt
archiso_pxe_common
archiso_pxe_nbd
archiso_pxe_http
archiso_pxe_nfs
archiso_kms
block
filesystems
keyboard
)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
...
...
@@ -63,6 +63,7 @@ HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_c
COMPRESSION
=
"xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"
# COMPRESSION_OPTIONS
# Additional options for the compressor
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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