aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/authentication.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-07-10 11:56:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-07-10 11:56:50 +0300
commitad80cfe0cbd10494e663647269773d4c83d2fff6 (patch)
tree00d89a300a45c76e89e2f0ab14a70f7088213142 /gnu/services/authentication.scm
parent997f7a71a6d35a5ae3596ed4641e08ca56ebaf74 (diff)
downloadguix-ad80cfe0cbd10494e663647269773d4c83d2fff6.tar.gz
guix-ad80cfe0cbd10494e663647269773d4c83d2fff6.zip
gnu: chatty: Add missing input.
* gnu/packages/messaging.scm (chatty)[native-inputs]: Add itstool.
Diffstat (limited to 'gnu/services/authentication.scm')
0 files changed, 0 insertions, 0 deletions
tar.gz Loaded image: guix:latest $ docker create guix:latest WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 40f06aa869ed690489c4a3824a7f7721bd4bf453b85f25ac7199266939fe2fba $ echo $? 0 This is fixed by passing the correct triplet to the build-docker-image function. * gnu/system/image.scm (system-docker-image) Add ‘image-target’ variable. [builder]: Pass ‘#:system’ argument to ‘build-docker-image’. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-09-25system: images: Add a TODO comment.Mathieu Othacehe * gnu/system/image.scm (system-tarball-image): Add it. 2022-09-24system: image: Add wsl2 support.Alex Griffin * gnu/image.scm (<image>)[format]: Add wsl2 support. * gnu/system/image.scm (wsl2-image, wsl2-image-type): New variables. (image->root-file-system): Add wsl2 image support. (system-image): Ditto. 2022-09-24system: image: Add tarball support.Alex Griffin * gnu/image.scm (<image>)[fields]: Add tarball to the supported formats. * gnu/system/image.scm (tarball-image, tarball-image-type): New variables. (system-tarball-image): New procedure. (image->root-file-system): Add tarball image support. (system-image): Ditto. * doc/guix.texi ("System Images"): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-09-24image: Make the operating-system field mandatory.Mathieu Othacehe Make the operating-system field mandatory as creating an image without it makes no sense. Introduce a new macro, image-without-os for the specific cases where the image is only created to be inherited from afterwards. * gnu/image.scm (<image>)[operating-system]: Make it mandatory. * gnu/system/image.scm (image-without-os): New macro. (efi-disk-image, efi32-disk-image, iso9660-image, docker-image, raw-with-offset-disk-image): Use it. * gnu/system/images/hurd.scm (hurd-disk-image): Ditto. 2022-09-07system: image: Update my copyright.Mathieu Othacehe * gnu/system/image.scm: Update it. 2022-09-07system: image: Remove an unused variable.Mathieu Othacehe * gnu/system/image.scm (sytem-image): Remove it. 2022-07-01image: Raise an error when an image lacks a bootable partition.Ludovic Courtès * gnu/system/image.scm (find-root-partition): Raise an error when 'find' returns #f. 2022-07-01image: Avoid use of the deprecated 'gpt' option of genimage.Ludovic Courtès * gnu/system/image.scm (system-disk-image)[genimage-type-options]: Use 'partition-table-type' instead of the deprecated 'gpt' option. 2022-07-01image: Add default value for partition initializer.Ludovic Courtès Previously, the default value would lead to a wrong-type-to-apply crash. * gnu/system/image.scm (system-disk-image)[image-builder]: When 'partition-initializer' returns #f, fall back to INITIALIZE-ROOT-PARTITION. * gnu/tests/base.scm (run-root-unmount-test)[test-image]: Remove 'initializer' field of partition. * gnu/image.scm (<partition>)[initializer]: Add comment. 2022-07-01image: 'system-image' throws when given an incorrect image format.Ludovic Courtès Previously 'system-image' would return *unspecified* in that case, leading to a wrong-type-arg error crash down the road. * gnu/system/image.scm (system-image): Add 'else' clause. 2022-06-24image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli * gnu/bootloader/grub.scm (grub-efi32-bootloader): New variable. (install-grub-efi32): New variable. * gnu/build/bootloader.scm (install-efi): Add a 'targets' keyword argument. (install-efi-loader): Likewise. * gnu/build/image.scm (initialize-efi32-partition): New procedure. * gnu/packages/bootloaders.scm (grub-efi32): New variable. * gnu/system/image.scm (esp32-partition): New variable (efi32-disk-image): New variable. (efi32-raw-image-type): New variable. (system-disk-image)[partition-image]: Set '#:grub-efi32' when calling the partition initializer. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-31image: Add fat32 support.Pavel Shlyak * gnu/build/image.scm (make-vfat-image): Pass fs-bits as an argument and force 1kb logical sector size only if "ESP" flag is set. (make-partition-image): Add "fat32" partition type, support explicit "fat16" type with vfat alias. * gnu/system/image.scm (partition->dos-type partition): Return file system IDs for "fat16" and "fat32" partitions. (partition->gpt-type partition): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret * gnu/platform.scm: * gnu/platforms/arm.scm: * gnu/platforms/hurd.scm: * gnu/platforms/mips.scm: * gnu/platforms/powerpc.scm: * gnu/platforms/riscv.scm: * gnu/platforms/s390.scm: * gnu/platforms/x86.scm: Move to guix/. * Makefile.am: * doc/guix.texi (Porting to a New Platform): * etc/release-manifest.scm: * gnu/ci.scm: * gnu/image.scm: * gnu/local.mk: * gnu/packages/bioinformatics.scm: * gnu/packages/bootstrap.scm: * gnu/packages/cross-base.scm: * gnu/packages/instrumentation.scm: * gnu/packages/linux.scm: * gnu/system/image.scm: * gnu/system/images/hurd.scm: * gnu/system/images/novena.scm: * gnu/system/images/pine64.scm: * gnu/system/images/pinebook-pro.scm: * gnu/system/images/rock64.scm: * guix/scripts/build.scm: * guix/scripts/system.scm: * guix/self.scm: Update (gnu platform...) to (guix platform...). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-23image: Add bootable flag support.Pavel Shlyak * gnu/build/image.scm (sexp->partition): Add flags support. * gnu/system/image.scm (partition->gexp): Ditto. (system-disk-image): Set the genimage bootable flag if it is part of the partition flags. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-23system: image: Support GPT vfat partitions.Pavel Shlyak * gnu/system/image.scm (system-disk-image): Support them. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-23system: image: Support MBR vfat partitions.Pavel Shlyak * gnu/system/image.scm (system-disk-image): Support them. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-23system: image: Tweak error message.Mathieu Othacehe * gnu/system/image.scm (system-disk-image): Tweak it. 2022-05-23system: image: Fix indentation.Mathieu Othacehe * gnu/system/image.scm: Fix it.