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

Append arguments to /boot/cmdline.txt #193

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

Conversation

killerwhile
Copy link

It might be interesting in some scenarii to add extra parameters to /boot/cmdline.txt, for instance cgroup_enable=memory cgroup_memory=1 to enable docker on R-pi.

The new feature proposes --cmdlineargs arguments to flash to achieve this exact goal.

@LS80
Copy link

LS80 commented Feb 12, 2021

This would also be useful for me 👍
Currently I use --file to copy a complete version of cmdline.txt, but then you can't also copy a network-config file because you can only specify --file once.
Perhaps it would also be useful to have a dedicated flag to copy a network-config file.

@killerwhile
Copy link
Author

Allowing to have more than one --file is also a good idea! Out of the scope of this PR though.

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

Successfully merging this pull request may close these issues.

None yet

2 participants