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

Changed fstab generation #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bittnert
Copy link

@bittnert bittnert commented Jan 9, 2021

Using shell module instead of command to generate fstab.

Command module does not support stdout redirection. Therefor the genfstab script did not work.

This is now changed to the shell module which support stdout redirection. Therefore, the
different mounted devices do not have to be entered into the fstab manually but will be added
by genfstab.

Additionally, added a warn=false to the curl command

* Using shell module instead of command to generate fstab.

Command module does not support stdout redirection. Therefor the genfstab script did not work.

This is now changed to the shell module which support stdout redirection. Therefore, the
different mounted devices do not have to be entered into the fstab manually but will be added
by genfstab.

* Additionally, added a warn=false to the curl command
@jsf9k jsf9k self-assigned this Feb 11, 2021
@jsf9k jsf9k added bug Something isn't working enhancement New feature or request labels Feb 11, 2021
@jsf9k
Copy link
Owner

jsf9k commented Feb 11, 2021

Thanks for the pull request @bittnert, and apologies for not noticing it until now. I will review this as soon as I have time.

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

Successfully merging this pull request may close these issues.

2 participants