goldleaf icon indicating copy to clipboard operation
goldleaf copied to clipboard

Repeatable Debian installs for virtual hosts

Results 4 goldleaf issues
Sort by recently updated
recently updated
newest added

In my use of goldleaf over the past few months I have found that it works great for generating fresh images but has issues where the packages installed depend on...

It would often be very convenient to generate images with known root password, perhaps by adding an environment varibale to the Makefile invocation. Add ``` echo root:$(ROOT_PASSWORD) | chroot root...

We force installation of the linux-image-2.6-amd64 package, but in principle we should be able to run on anything debian runs on - or at least on anything qemu/kvm runs on

At present the disk size is hardcoded, and the partition layout within that is specified as a string that can be fed to sfdisk. The potential for making this user-friendlier...