Conversation
Other implementations keep generating initramfs images on "update-initramfs" trigger, even if none exist and the kernel declares not to require it. From Debian Forky on, dracut implements and uses the `update-initramfs` command, to behave like initramfs-tools does now, to now create and new initramfs images on this trigger, but only refresh existing ones.
We used to provide CurlFtpFS as network filesystem option, but it has been removed a long time ago for security reasons. Remove leftovers to avoid confusion.
The general disk usage option is enabled by default, but no default mount point exists. The banner shows a yellow warning in this case. The rootfs mount point is hence added as default now. During the migration, it was assumed that the general disk usage option is disabled by default, hence only its explicit enabled state was preserved. Now, the disabled state is preseved as well. The userdata disk usage option is now migrated more explicitly to the mount point array indices 0 or 1, depending on whether the rootfs disk usage option was previously enabled or not, to either replace or be added to the default rootfs entry.
The petitboot boot menu shows the value of the `bootlabel` environment variable, if set, else "NO LABEL", which makes it difficult to identify the correct partition in multi-boot cases, with kernel device name and UUID only. Add "DietPi" as simple label.
It can be used to provide the ADMIN_TOKEN hash to enable the admin panel. It is an Argon2ID hash, hence practically impossible to brute-force off site with current computing power. But if a dictionary password is used, the strongest hashing algorithm does not help, and the information that the admin panel is enabled at all, should not be made public too lightly.
Unset syntax_error function after G_CONFIG_INJECT finished. Not sure what the idea was to unset the syntax_error *variable* at the end of the syntax_error function call. Probably some late night brain failure :).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.