aboutsummaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
diff options
context:
space:
mode:
authorSébastien Lerique <sl@eauchat.org>2024-10-04 22:21:54 +0200
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-14 09:37:35 +0800
commit9460c7ed8a9314dbfe1b34bf840b65063bdca8c9 (patch)
treecd45f3110f5e062f8edc4fb7217d06fdaafe2f4e /tests/syscalls.scm
parentfb3a390bea8bdde8c46e8eb22f07cec3dd026fe7 (diff)
downloadguix-9460c7ed8a9314dbfe1b34bf840b65063bdca8c9.tar.gz
guix-9460c7ed8a9314dbfe1b34bf840b65063bdca8c9.zip
gnu: guile-cv: Update to 0.4.0.
* gnu/packages/guile-xyz.scm (guile-cv): Update to 0.4.0. [arguments]: Set GUILE_AUTO_COMPILE to prevent warnings, fix and separate phase modifications into different tasks. Use G-expression. Remove trailing #t. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Update syntax. Add autoconf, automake, texinfo, libtool and gettext-minimal. [propagated-inputs]: Update syntax. Change-Id: I0a4141740de7cdadbe103c62831f11474cb4ddb2
Diffstat (limited to 'tests/syscalls.scm')
0 files changed, 0 insertions, 0 deletions
ocket. * gnu/installer/newt/final.scm (run-final-page): Rename to... (run-final-page-install): ...this. (dry-run-final-page, run-final-page): New procedures. * gnu/installer/parted.scm (bootloader-configuration): Cater for empty user partitions. * gnu/installer/utils.scm (dry-run-command): New procedure. * gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter. Use it to avoid actually applying locale. (compute-keymap-step): Add dry-run? parameter. Pass it to keymap-page. (installer-program): Add #:dry-run? parameter. If #:true avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass dry-run? to... (installer-steps): ...here. Add #:dry-run? parameter. Use it to disable skip network, substitutes, partitioning pages, and pass it to... compute-locale-step, compute-keymap-step, and final-page. Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619 2024-11-11installer: Use `%' for parameter %run-command-in-installer.Janneke Nieuwenhuizen * gnu/installer/utils.scm (run-command-in-installer): Rename to... (%run-command-in-installer): ...this. * gnu/installer.scm (installer-program): Update accordingly. * gnu/installer/parted.scm (remove-logical-devices, create-btrfs-file-system, create-ext4-file-system, create-fat16-file-system, create-fat32-file-system, create-jfs-file-system, create-ntfs-file-system, create-xfs-file-system, create-swap-partition, luks-format-and-open, luks-ensure-open, luks-close): Update accordingly. Change-Id: I96ebc59ebc85fd8ebccb0cc57130b4e7532d287f 2024-08-31installer: Create ext4 file systems with ‘-O large_dir’.Ludovic Courtès * gnu/installer/parted.scm (create-ext4-file-system): Pass ‘-O large_dir’ to ‘mkfs.ext4’. Change-Id: Ie34039ed03f273505e7f7fb5c3241120e3395ba2