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

This commit is contained in:
Ehmry - 2021-04-15 09:22:49 +02:00
parent 3d722d1d2a
commit b01cea0fef
1 changed files with 1 additions and 1 deletions

View File

@ -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