-
Notifications
You must be signed in to change notification settings - Fork 264
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
Auto-generate or use templates for Autounattend.xml files? #175
Comments
@dragetd, yeah I also thought that reference to google was out-of-scope as well. Do you know of any other obvious things like that which are out-of-scope? In this particular situation, do you think it makes sense to empty out the default search engines without offending anybody? Heh. ;) Do you have any other reasons why you're interested in having the Autounattend.xml files completely templatized? Like are you just interested in changing the default users/passwords, or is there something else? In my own fork, I de-vagrantify the However, one thing which i'm very hesitant to do is to remove those Also, prior to basing my tools on this project, I had previously toyed around with auto-generating those In terms of what was mentioned in issue #49, I've never really been a fan of the As this has been requested a couple of times, I'm just trying to get an idea of how far this would need to go if it does eventually get worked on. Especially because I might already have some work that does some of these things that I could consider integrating if the community desires it. |
I am sifting through old issues and things I might have forgotten… and I seem to have forgotten about almost all issues and PRs in your project. I am really sorry! Personally, I consider it good practice that files which can be auto-generated should not be part of a git repository. So if we use Makefiles (eh, Makefiles are no fun!) then we could include building the templates as part of the build process. Some time long ago I had started thinking about what the actual goal of such a project could be (dragetd/packerwin#1). IMHO the default images should be as close to a straight Windows installation as possible, including all drawbacks and issues. Only by configuration / optional flag, it would have more sane default configurations (chocolatey, cloud-scripts etc.). The way things work in repository here is already very configurable. Maybe you can tell me a bit about the goals you have in mind (ignoring the implementation for now) or we can chat (Matrix: @draget:matrix.org / Telegram: @draget) if you want to. :) |
The Autounattend.xml files contain various bits and pieces that are repeated all over again.
Also things that I would not really expect to be part of this repository:
windows/floppy/win81x64-pro/Autounattend.xml
Line 82 in ee2222e
Maybe we could get rid of most files with a simple template and just the adjustments needed for each version.
Just opened this issue to hold this thougth. :)
Related to #49
The text was updated successfully, but these errors were encountered: