Changes: Note modified initramfs module

- Also add note about $uname handling.
This commit is contained in:
Adriaan de Groot 2019-06-24 16:47:20 +02:00
parent 6ae8bd82fa
commit f7cbb7b5ea
2 changed files with 8 additions and 1 deletions

View File

@ -31,6 +31,11 @@ require changes in the slideshow.
## Modules ##
- *initramfs* has been changed from a Python module to a C++ module.
Packaging will need to adjust now it installs a .so instead of a .py.
The module itself functions as before. It does have a new configuration
option, to change the version passed as to the `-k` option of
update-initramfs. #1180
- *partition* Now has its own setting for *requiredStorage*, duplicating
the same setting in the *welcome* module. This is useful for
configurations where no *welcome* module is used, but a minimum

View File

@ -21,7 +21,9 @@
# - any other string.
#
# Whatever is set, that string is passed as *version* argument to the
# `-k` option of *update-initramfs*.
# `-k` option of *update-initramfs*. Take care that both "$uname" operates
# in the host system, and might not be correct if the target system is
# updated (to a newer kernel) as part of the installation.
#
# The default is empty/unset, leading to the behavior from Calamares
# 3.2.9 and earlier which passed "all" as version.