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

Added new 'copyfile' block to copy/move files and directories #70

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DavidJBianco
Copy link

This creates a new "copyfile" block under the "Other" category. It allows you to either copy or move files/directories around on the local filesystem. In general, this block exhibits the same behavior that Unix cp and mv commands do with respect to having directories in the source and/or destination fields (e.g., moving a file into a directory works as expected, as does copying a directory into a directory).

This new block can add a new keyword or keyword=value command to
/boot/cmdline.txt, or replace one that already exists with a new value.
@DavidJBianco
Copy link
Author

Reviewing this, I realize that I forgot to add that it also supplies a "editkernelcmdline" block that allows editing the the parameters the kernel boots with.

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.

1 participant