aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/shepherd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-09-22 12:43:18 -0400
committerLeo Famulari <leo@famulari.name>2021-09-23 11:42:23 -0400
commit97a8cba34ab9a069d405ba194a56b2286165c447 (patch)
treec3a5074882e90060ed0e5d623d02ea57c0df021d /gnu/services/shepherd.scm
parent6451f81560429e8a1d070d6e3f21c7953db3e049 (diff)
downloadguix-97a8cba34ab9a069d405ba194a56b2286165c447.tar.gz
guix-97a8cba34ab9a069d405ba194a56b2286165c447.zip
gnu: linux-libre 4.19: Update to 4.19.207.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207. (linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu/services/shepherd.scm')
0 files changed, 0 insertions, 0 deletions
itialize-root-partition): ... here. (hurd-disk-image): Use it. Jan (janneke) Nieuwenhuizen 2020-06-25image: hurd: Create hurd-compatible ext2 file-system....This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to create an ext2 file-system that is compatible with the Hurd. Jan (janneke) Nieuwenhuizen 2020-06-24image: Move hurd image definition to a dedicated file....This moves hurd-disk-image to a dedicated file. It also defines a default operating-system so that the image can be built standalone. * gnu/system/images/hurd.scm: New file, * gnu/local.mk (GNU_SYSTEM_MODULES): add it, * gnu/system/image.scm (root-offset, root-label): Export it, (hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated file above, (find-image): adapt to avoid loop dependency. Mathieu Othacehe