summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* file-systems: Introduce (gnu system uuid)....Ludovic Courtès2017-09-111-1/+1
* vm: Allow partitions to be initialized with a given UUID....Ludovic Courtès2017-09-111-10/+16
* vm: Add comment about deduplication in make-iso9660-image....Christopher Baines2017-09-101-0/+1
* vm: Create /mnt in the generated ISO image in make-iso9660-image....Christopher Baines2017-09-061-0/+5
* vm: Add support for registering closures to make-iso9660-image....Christopher Baines2017-09-061-2/+17
* vm: 'iso9660-image' produces a single-file output....Ludovic Courtès2017-07-181-4/+16
* vm: Increase disk size overhead estimate....Tobias Geerinckx-Rice2017-07-181-2/+2
* build, vm: Use a less common label....Tobias Geerinckx-Rice2017-07-171-2/+5
* build: Make ISO-9660 image bootable from USB flash drive....Danny Milosavljevic2017-07-121-0/+13
* build, vm: Use "GuixSD" or "GUIXSD" as volume label....Danny Milosavljevic2017-07-101-1/+1
* build: Add (gnu build file-systems) import....Danny Milosavljevic2017-07-031-0/+1
* build: Clarify error message when make-iso9660-image fails....Danny Milosavljevic2017-07-031-1/+1
* build: Allow specifying volume-uuid with make-iso9660-image....Danny Milosavljevic2017-07-031-5/+14
* build: Add iso9660 system image generator....Danny Milosavljevic2017-07-031-1/+17
* vm: Use 'fold2' from (guix combinators)....Ludovic Courtès2017-06-301-12/+1
* vm: Estimate the disk size by default....Ludovic Courtès2017-06-301-0/+7
* vm: Display the disk and partition sizes....Ludovic Courtès2017-06-301-2/+12
* vm: Fix 'load-in-linux-vm' docstring....Ludovic Courtès2017-06-301-4/+5
* vm: Add UEFI loader to disk images....Marius Bakke2017-05-191-0/+61
* vm: Support creating FAT partitions....Marius Bakke2017-05-191-4/+26
* vm: Support arbitrary partition flags....Marius Bakke2017-05-191-5/+12
* bootloader: Adapt vm to new bootloader API....Mathieu Othacehe2017-05-161-6/+11
* vm: Reword grub.cfg to bootcfg....Mathieu Othacehe2017-04-151-4/+5
* vm: Add missing module....Mathieu Othacehe2017-04-071-0/+1
* vm: Avoid needless file copy in 'load-in-linux-vm'....Ludovic Courtès2016-11-281-10/+6
* vm: 'qemu-command' honors its argument....Ludovic Courtès2016-06-201-3/+3
* vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber2016-02-221-5/+14
* vm: Make the list of partitions to build a parameter....Ludovic Courtès2015-07-261-95/+168
* vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès2015-07-241-3/+3
* system: Don't make /boot/grub/grub.cfg a symlink to the store....Ludovic Courtès2014-12-091-13/+6
* system: Make /boot/grub/grub.cfg an indirect GC root....Ludovic Courtès2014-12-041-0/+16
* vm: Set the boot flag on the root partition....Ludovic Courtès2014-11-131-11/+19
* vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès2014-09-041-36/+1
* Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès2014-09-031-1/+1
* Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès2014-09-031-0/+259