guix/gnu/system
Mathieu Othacehe 10b135cef5
system: image: Add image-type support.
* gnu/system/image.scm (image-with-os): New macro. Rename the old
"image-with-os" procedure to ...
(image-with-os*): ... this new procedure,
(system-image): adapt according,
(raw-image-type, iso-image-type, uncompressed-iso-image-type
%image-types): new variables,
(lookup-image-type-by-name): new procedure.
(find-image): remove it.
* gnu/system/images/hurd.scm (hurd-image-type): New variable,
use it to define ...
(hurd-disk-image): ... this variable, using "os->image" procedure.
* gnu/tests/install.scm (run-install): Rename
installation-disk-image-file-system-type parameter to installation-image-type,
use os->config instead of find-image to compute the image passed to system-image,
(%test-iso-image-installer) adapt accordingly,
(guided-installation-test): ditto.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-30 10:47:59 +02:00
..
examples system: Remove extra line from 'lightweight-desktop.tmpl'. 2020-08-28 23:27:53 +02:00
images system: image: Add image-type support. 2020-09-30 10:47:59 +02:00
accounts.scm
file-systems.scm file-systems: Leave room for extension in serialized specs. 2020-08-03 17:44:38 +02:00
hurd.scm system: hurd: Oops, have 'initrd' default to #f. 2020-06-30 18:26:47 +02:00
image.scm system: image: Add image-type support. 2020-09-30 10:47:59 +02:00
install.scm install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
keyboard.scm system: Allow for comma-separated keyboard layouts. 2020-04-06 00:14:13 +02:00
linux-container.scm services: system: Initial entries are non-monadic. 2020-04-26 22:49:49 +02:00
linux-initrd.scm linux-libre: Support module compression. 2020-08-25 11:53:20 +02:00
locale.scm locale: Use the native gzip and libc when building locales. 2020-05-15 00:01:39 +02:00
mapped-devices.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
nss.scm
pam.scm services: Add descriptions. 2020-05-08 16:30:50 +02:00
shadow.scm Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
uuid.scm file-systems: Add NTFS support. 2020-07-26 18:35:10 +02:00
vm.scm vm: Disable caching for writable file system mappings. 2020-08-31 15:50:35 +02:00