We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the /etc/dracut.conf.d/10-crypt.conf is overwriten by the key file item.
kaiten-yaki/script/lib/chrooted_job_void.sh
Line 37 in c126247
While it is working well, it should be appended like :
echo 'install_items+=" /etc/luks/boot_os.keyfile /etc/crypttab " ' >> /etc/dracut.conf.d/10-crypt.conf
The text was updated successfully, but these errors were encountered:
Change > to >>
95820a6
Item should be added to /etc/dracut.conf.d/10-crypt.conf , rather than be overwritten Issue #29
Merged to develop. Ready to release.
Sorry, something went wrong.
suikan4github
No branches or pull requests
Currently the /etc/dracut.conf.d/10-crypt.conf is overwriten by the key file item.
kaiten-yaki/script/lib/chrooted_job_void.sh
Line 37 in c126247
While it is working well, it should be appended like :
The text was updated successfully, but these errors were encountered: