guix/gnu/system
Mathieu Othacehe b1a3079347
system: vm: Use 2^32 - 1 as hash size.
* gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of
  2^32 as hash size.

On some 32 bit system (ARM for example), 2^32 exceeds hash max
size (ULONG_MAX = 2^32 - 1).
2017-11-06 20:02:25 +01:00
..
examples doc: Give an example with a FAT UUID. 2017-10-11 11:12:33 +02:00
file-systems.scm file-systems: Preserve UUID types when serializing. 2017-10-11 11:12:33 +02:00
install.scm install: Include the whole bare-bones OS in the image. 2017-09-12 23:56:33 +02:00
linux-container.scm
linux-initrd.scm file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
locale.scm
mapped-devices.scm
nss.scm
pam.scm services: Move 'session-environment-service-type' to pam.scm. 2017-09-22 00:05:08 +02:00
shadow.scm system: Return early in skeleton '.bashrc' when the shell is non-interactive. 2017-11-01 20:29:32 +01:00
uuid.scm uuid: Change "fat32" to "fat". 2017-10-11 11:12:33 +02:00
vm.scm system: vm: Use 2^32 - 1 as hash size. 2017-11-06 20:02:25 +01:00