You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I finally got to testing the created ISO in a virtual machine and it worked! Thanks for the great work.
I have a few minor suggestions in mind:
A way to backup config files and settings. Since we're backing all additional softwares installed and all, it only makes sense that we backup config too. One way might be where we allow the user to just pause the script after copying the file system and the user is then free to add config or other stuff that he wants. After which the user 'presses any key to continue' and the script resumes.
Display progress during the "Copy the filesystem" step. I think rsync has a method of displaying progress. Link
Make uninstall of additional software optional, as those packages will be needed again when the script is run. I think we could just add some command line params to the script so a user can decide whatever they want.
The text was updated successfully, but these errors were encountered:
Good suggestions. Yeah, I am also not sure what you mean by config and settings. If you do mean the .config folder, then you can put that in /etc/skel and all users will have those settings.
Hey, I finally got to testing the created ISO in a virtual machine and it worked! Thanks for the great work.
I have a few minor suggestions in mind:
rsync
has a method of displaying progress. LinkThe text was updated successfully, but these errors were encountered: