aboutsummaryrefslogtreecommitdiff
path: root/gnu/ci.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-11-11 18:55:57 -0800
committerVagrant Cascadian <vagrant@debian.org>2019-11-11 19:02:53 -0800
commit3306784a29302c65b45df18b7c1d3ad594d6c27b (patch)
treee669daaae49f3bb5a956fdff56e5302f2dfd79a3 /gnu/ci.scm
parent71700f42975257a1874629c7c3ff13b5bab671fc (diff)
downloadguix-3306784a29302c65b45df18b7c1d3ad594d6c27b.tar.gz
guix-3306784a29302c65b45df18b7c1d3ad594d6c27b.zip
gnu: xfce4-diskperf-plugin: Fix typo in description.
* gnu/packages/xfce (xfce4-embed-plugin)[description]: Fix typo.
Diffstat (limited to 'gnu/ci.scm')
0 files changed, 0 insertions, 0 deletions
/system/image.scm (hurd-initialize-root-partition): Move to ... * gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here. (hurd-disk-image): Use it. 2020-06-25image: hurd: Create hurd-compatible ext2 file-system.Jan (janneke) Nieuwenhuizen 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. 2020-06-24image: Move hurd image definition to a dedicated file.Mathieu Othacehe 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.