<thefloweringash>
I tried to make an sdImage for armv7 on current nixos-unstable but ran into “Value too large for defined data type” in the cptofs step.
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
ekleog has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 245 seconds]
ekleog has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
t184256 has left #nixos-aarch64 [#nixos-aarch64]
t184256 has joined #nixos-aarch64
orivej has quit [Ping timeout: 258 seconds]
Thra11 has joined #nixos-aarch64
<lopsided98>
thefloweringash: I've run into that when I tried to create an image that was larger than 2GiB. Was this the standard SD image or a custom one?
jackdk has quit [Quit: Connection closed for inactivity]
<samueldr>
and since it's the first eval in like 6 days, the hydra eval "diff" is huge
<samueldr>
so it'd need a real bisect
<gchristensen>
we could drop gtk from the nm-l2tp plugin btw
<gchristensen>
and that might help get gtk out of the base image
<samueldr>
I think we could also drop gcc and such
<gchristensen>
(does the base image have networkmanager?)
<samueldr>
not sure
<samueldr>
the compiler is added to the installer image to get fewer network fetches
<samueldr>
but I'm not convinced it's okay; since it makes the uncompressed installer image that much bigger
<samueldr>
(don't remember how much, but it was not insignificant)
<samueldr>
in addition, a scheme where the sd image is squashfs'd could be good, but I think it's hard when we consider the sd image is supposed to install on itself
<gchristensen>
not sure why we'd include the compiler
<gchristensen>
it isn't like it reduces actual downloads much