fixup nixos: config.block.partitions.store.guid

post-mortem
Emery Hemingway 2 years ago
parent 3d722d1d2a
commit b01cea0fef

@ -43,7 +43,7 @@ in pkgs.stdenv.mkDerivation {
truncate --size=$bytes $img
faketime -f "1970-01-01 00:00:01" fakeroot mkfs.ext2 -L NIXOS_GENODE -U ${config.genode.boot.storeFsUuid} -d ./rootImage $img
faketime -f "1970-01-01 00:00:01" fakeroot mkfs.ext2 -L NIXOS_GENODE -U ${config.block.partitions.store.guid} -d ./rootImage $img
export EXT2FS_NO_MTAB_OK=yes
# I have ended up with corrupted images sometimes, I suspect that

Loading…
Cancel
Save