dann frazier
dann frazier
I've used `conserver` for over a decade and have found it incredibly useful. One tiny thing that has always bothered me is that it's difficult to tell from the help...
Starting with 23.10 Ubuntu has changed where GRUB/shim downloads are located. But, also starting with 23.10, they provide pre-built netboot tarballs, e.g.: https://releases.ubuntu.com/23.10/ubuntu-23.10-netboot-amd64.tar.gz https://cdimage.ubuntu.com/releases/mantic/release/ubuntu-23.10-netboot-arm64.tar.gz And there are unpacked versions, such...
We have `/home/build` hardcoded in several places. It seems like `container.DefaultWorkspaceDir` is the canonical definition, so let's just use it. Also use it to do `${{package.srcdir}}` substitutions (which is what...
No functional change. This documents some tweaks I needed to make to run melange on an Ubuntu-based system.
I found following this example difficult because I expected to be able to cut & paste the python code. This doesn't work because we're just looking at snippets of a...