|
|
|
@ -1,8 +1,7 @@
|
|
|
|
# Run mkinitcpio(8) with the given preset value
|
|
|
|
# Run mkinitcpio(8) with the given preset value
|
|
|
|
---
|
|
|
|
---
|
|
|
|
# There is only one configuration item for this module,
|
|
|
|
# This key defines the kernel to be loaded.
|
|
|
|
# the kernel to be loaded. This can have the following
|
|
|
|
# It can have the following values:
|
|
|
|
# values:
|
|
|
|
|
|
|
|
# - empty or unset, interpreted as "all"
|
|
|
|
# - empty or unset, interpreted as "all"
|
|
|
|
# - the literal string "$uname" (without quotes, with dollar),
|
|
|
|
# - the literal string "$uname" (without quotes, with dollar),
|
|
|
|
# which will use the output of `uname -r` to determine the
|
|
|
|
# which will use the output of `uname -r` to determine the
|
|
|
|
|