lassulus

Results 147 comments of lassulus

well, I guess it wouldn't do any harm to have multiple search paths? I usually just type the full path to the format, so it's not really a usecase for...

hmm, one could do: ``` environment.etc."hello_world".source = /path/to/my/file; ``` it's limited to files in /etc/ though

I think it would be cool. I will try to do it, when I get some free time again. Also people asked for it at cccamp

maybe we shoula add that to the qcow format or add a new format `qemu` ?

I actually don't have any tests right now for this :D I don't use the gitlab-ci setup. I don't know if building all images on the github worker is feasible....

generally this goes in the right direction. I guess we want to build just 3-4 different images on every push (difference between push or PR is not big enough to...

there is no image for arm6 raspberries right now. So basically no. As I also lack hardware to test that, someone else has to test/verify/contribute that.

technically it should work if it works with nixpkgs, you can try to follow this https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi and "cross" compiling with binfmt should also be possible. Stuff could take a while...

Oh well, I'm not actually sure if this is indeed expected behaviour. I will try to reanimate my lxc build environment and try to investigate. But to be honest, there...

yes, grub-install fails on aarch64 since /dev/vda is not available. maybe the primary disk has a different name there? not sure if there is any aarch64 computer which does bios...