guix/gnu
Jan (janneke) Nieuwenhuizen 4b9eecd322
image: Do not set journal_model=WAL for the Hurd.
This fixes <https://bugs.gnu.org/42151>.

* gnu/system/images/hurd.scm (hurd-initialize-root-partition): Use #:wal-mode #f
in call to ...
* gnu/build/image.scm (initialize-root-partition): ... this, add #:wal-mode?
parameter, pass it to ...
(register-closure): ... this, add #:wal-mode? parameter, pass it to ...
* guix/store/database.scm (with-database): ... this, add #:wal-mode?
parameter, pass it to ...
(call-with-database): ... this, add #:wal-mode? parameter; when
set to #f, do not set journal_model=WAL.
2020-07-11 16:34:01 +02:00
..
bootloader
build image: Do not set journal_model=WAL for the Hurd. 2020-07-11 16:34:01 +02:00
installer
machine Add more missing (ice-9 format) imports. 2020-06-28 23:32:52 +02:00
packages gnu: sqlite: Add locking-mode fix for the Hurd. 2020-07-11 15:39:07 +02:00
services services: guix: Refer to 'berlin.guixsd.org.pub'. 2020-07-10 11:48:05 +02:00
system image: Do not set journal_model=WAL for the Hurd. 2020-07-11 16:34:01 +02:00
tests tests: install: Increase image size limit. 2020-06-30 14:44:01 +02:00
artwork.scm
bootloader.scm
ci.scm ci: Do not limit disk-image size. 2020-06-29 17:24:36 +02:00
image.scm image: Move hurd image definition to a dedicated file. 2020-06-24 20:24:34 +02:00
installer.scm installer: Use latest Guile. 2020-06-26 18:39:29 +02:00
local.mk gnu: sqlite: Add locking-mode fix for the Hurd. 2020-07-11 15:39:07 +02:00
machine.scm
packages.scm
services.scm services: provenance: Save channel introductions. 2020-07-01 23:34:51 +02:00
system.scm system: Do not use "hurd-target?". 2020-07-05 09:40:34 +02:00
tests.scm