aboutsummaryrefslogtreecommitdiff
path: root/po/packages/sv.po
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-11-30 00:16:49 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-11-30 10:04:16 +0100
commit4a2c74b951c473772f5422d4fa7a68b0ff7ed75e (patch)
tree6177441ee8aaef64caa30907d6ea05d3919cf619 /po/packages/sv.po
parent4bd3f5292dd8bb44e0465e500c4d337ab36045e2 (diff)
downloadguix-4a2c74b951c473772f5422d4fa7a68b0ff7ed75e.tar.gz
guix-4a2c74b951c473772f5422d4fa7a68b0ff7ed75e.zip
nls: Update translations.
Change-Id: I2a2bdebc95c696b5040dd3fdb3f59dbef42d9e98
Diffstat (limited to 'po/packages/sv.po')
0 files changed, 0 insertions, 0 deletions
new procedure. (complete-installation): New procedure. (choose-partitioning): Add an uefi-support? argument. * gnu/tests/install.scm (uefi-firmware): New procedure. (run-install, qemu-command/writable-image, gui-test-program, installation-target-os-for-gui-tests): Add an uefi-support? argument. (%extra-packages): Add grub-efi, fatfsck/static and dosfstools. (%test-gui-installed-os): New variable. Mathieu Othacehe 2020-10-30installer: Use UUIDs in the 'swap-devices' field....Note: This change requires an updated 'guix' package that contains Linux-swap support in (gnu build file-systems). * gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs in the 'swap-devices' field. * gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New procedure. Use it. * gnu/installer/tests.scm (choose-partitioning): Wait for 'starting-final-step' message and move configuration file dialog handling to... (conclude-installation): ... here. Send over PORT the reply corresponding to 'starting-final-step'. * gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false, invoke 'swaplabel' in the marionette. (installation-target-os-for-gui-tests): When ENCRYPTED? is false, except a fixed UUID. Ludovic Courtès