| Commit message (Collapse) | Author | Age | Files |
| |
|
|
|
|
|
| |
This is only useful for older BIOSes, that don't support hybrid ISO
which can otherwise be burnt onto USB key as well.
|
| |
|
|
|
|
|
| |
To be clearer, and to follow the recommendation of the FSF, we include
a full header rather than a single sentence.
|
| |
|
|
|
|
|
| |
Replaced [ -n "$string" ] with [ "$string" ], and [ -z "$string" ] with
[ ! "$string" ].
|
|
|
|
|
|
| |
Each new VM is attributed a fresh static IPv4 (uniqueness is guaranteed
by merely incrementing the /24), and DNS entries are added libvirt's
dnsmasq instance.
|
|
Move preseed-related stuff in ./preseed/, and vm-related stuff in
./virtualenv/.
|