mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #254] OS Templates #199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @camjac251 on GitHub (Mar 9, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/254
Is it possible to work in OS templates to webvirtmgr?
You create a OS template, then you can set the OS of a vps to "os name (windows or linux) and it will be that os, preconfigured with networking and a root password (linux, although if possible with windows server, would good cool)
Is this a planned feature?
@AlexH-HankIT commented on GitHub (Mar 9, 2014):
I think this could be achived easily under linux. Install one linux system as template, mount it and chroot into it. Then apply the necessary changes with a bash script. I could write a script to do this, but getting this into the webvirtmgr, no idea...