Skip to content
New issue

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

Item should be added to /etc/dracut.conf.d/10-crypt.conf , rather than be overwritten #29

Closed
suikan4github opened this issue Jul 27, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@suikan4github
Copy link
Owner

Currently the /etc/dracut.conf.d/10-crypt.conf is overwriten by the key file item.

echo 'install_items+=" /etc/luks/boot_os.keyfile /etc/crypttab " ' > /etc/dracut.conf.d/10-crypt.conf

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 
@suikan4github suikan4github self-assigned this Jul 27, 2021
@suikan4github suikan4github added the enhancement New feature or request label Jul 27, 2021
@suikan4github suikan4github added this to the v1.1.1 milestone Jul 27, 2021
suikan4github added a commit that referenced this issue Jul 27, 2021
 Item should be added to /etc/dracut.conf.d/10-crypt.conf ,
 rather than be overwritten

 Issue #29
@suikan4github
Copy link
Owner Author

Merged to develop. Ready to release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant