aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pcre.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-28 00:44:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-01 14:35:14 +0100
commitbf98450f01fcaeb23fa3321286343ba89c9d9503 (patch)
tree0293b16765d2116941f7523ec4f55b6070ba8f1a /gnu/packages/pcre.scm
parent24e08f8f1d31e1ef380084599d348e6551424aad (diff)
downloadguix-bf98450f01fcaeb23fa3321286343ba89c9d9503.tar.gz
guix-bf98450f01fcaeb23fa3321286343ba89c9d9503.zip
gnu: r-tmb: Update to 1.9.10.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.10. Change-Id: I698e60a2f79fb84452b02e9d78053621c5aa8398
Diffstat (limited to 'gnu/packages/pcre.scm')
0 files changed, 0 insertions, 0 deletions
usual initrd, since it is stored in the store and being a world-readable (as files in the store are) is not a desired property for a initrd containing decryption keys. This commit adds an option to load additional initrd during the boot, one that is not stored inside the store and therefore can contain secrets. Since only grub supports encrypted /boot, only grub is modified to use the extra-initrd. There is no use case for the other bootloaders. * doc/guix.texi (Bootloader Configuration): Describe the new extra-initrd field. * gnu/bootloader.scm (<bootloader-configuration>): Add extra-initrd field. * gnu/bootloader/grub.scm (make-grub-configuration): Use the extra-initrd field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I995989bb623bb594ccdafbf4a1a6de941bd4189f Tomas Volf 2023-12-22gnu: bootloader: Add orangepi-r1-plus-lts-rk3328 bootloader....* gnu/bootloader/u-boot.scm (install-orangepi-r1-plus-lts-rk3328-u-boot, u-boot-orangepi-r1-plus-lts-rk3328-bootloader): New variables. * gnu/packages/bootloaders.scm (u-boot-orangepi-r1-plus-lts-rk3328): New variable. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Herman Rimm 2023-07-13bootloader: grub: Use rumpdisk-style root when booting with "noide"....* gnu/bootloader/grub.scm (make-grub-configuration): When "noide" is in arguments, use device name "wd0" rather than "hd0". Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Janneke Nieuwenhuizen