User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
Messed with the alpine cloudinit generic virt image and it's cool but definitely needs some work

Probably will just use the iso installer instead for any future deployments
1
0
0
0
User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
Like the rootfs does expand when you expand the disk image but using a 1k block size and not having large_dir enabled is a weird choice, especially since both amd64 and aarch64 use at least 4k pages (the latter also supporting 16k and 64k).

Also the smaller kernel is cool but weird to strip out wireguard support, which I'd imagine is not an uncommon use case in cloud VMs.
1
0
0
0

User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
Maybe the "baremetal" images are actually better if they have the standard kernel but I'll need to test that. I'm guessing the virt images are for like microvm-like scenarios
1
0
2
0
User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
Also would be nice if they had qemu-guest-agent installed and enabled but I could see that being a potential issue on non qemu-based hypervisors like VMware for instance
1
0
1
0
User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
Ok, this is interesting, both the lts and virt configs have CONFIG_WIREGUARD=m
gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/linux-lts/lts.x86_64.config#L955
gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/linux-lts/virt.x86_64.config#L584

maybe there's some weird thing with the way modules are loaded?
1
0
0
0
User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
2w
so rebooting the vm DOES allow modprobe wireguard to work, this is weird
0
0
0
0