bug#42151: [PATCH v3 2/2] image: Do not set journal_model=WAL for the Hurd.

2020-07-11 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > "Jan (janneke) Nieuwenhuizen" skribis: > >> This fixes . >> >> * gnu/system/images/hurd.scm (hurd-initialize-root-partition): Use >> #:wal-mode #f >> in call to ... [...] >> + (list #:make-device-nodes make-hurd-device-nod

bug#42151: [PATCH v3 2/2] image: Do not set journal_model=WAL for the Hurd.

2020-07-11 Thread Ludovic Courtès
"Jan (janneke) Nieuwenhuizen" skribis: > This fixes . > > * 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 ... > (

bug#42151: [PATCH v3 2/2] image: Do not set journal_model=WAL for the Hurd.

2020-07-10 Thread Jan (janneke) Nieuwenhuizen
This fixes . * 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, p