guix-devel/gnu/system
Ludovic Courtès 03ddfaf5fb vm: Make root file system type a parameter, and default to ext4.
* gnu/system/vm.scm (qemu-image): Add #:file-system-type parameter.
  Pass it to 'initialize-hard-disk'.
* guix/build/linux-initrd.scm (mount-root-file-system): Always honor
  TYPE.
  (boot-system): Change #:root-fs-type to default to "ext4".  Update
  docstring.
* guix/build/vm.scm (initialize-hard-disk): Remove #:mkfs parameter; add
  #:file-system-type.  Adjust 'mkfs' invocation and 'mount' call to
  honor #:file-system-type.
2014-05-03 12:16:23 +02:00
..
grub.scm system: grub: Rewrite using gexps. 2014-04-28 23:41:08 +02:00
linux-initrd.scm system: Add first-class file system declarations. 2014-05-03 00:46:51 +02:00
linux.scm system: Add 'sudo' to the setuid programs, and handle /etc/sudoers. 2014-05-01 22:31:36 +02:00
shadow.scm services: Rewrite using gexps. 2014-04-28 23:24:18 +02:00
vm.scm vm: Make root file system type a parameter, and default to ext4. 2014-05-03 12:16:23 +02:00