summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove 'guix-register' and its traces....Ludovic Courtès2018-06-141-2/+2
* install: Use 'reset-timestamps' from (guix store database)....Ludovic Courtès2018-06-141-0/+1
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-141-0/+1
* vm: Pass "panic=1" to Linux....Ludovic Courtès2018-05-251-4/+9
* vm: Print the label and UUID of partitions....Ludovic Courtès2018-05-231-1/+2
* gnu: When building in a VM, share a temporary directory....Chris Marusich2018-03-241-0/+7
* vm: Allow control of deduplication in root-partition-initializer....Chris Marusich2018-03-241-4/+9
* vm: Pass "-append ..." only once....Danny Milosavljevic2018-03-161-2/+0
* vm: Use 'invoke' instead of 'system*'....Ludovic Courtès2018-03-151-58/+47
* gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice2018-01-191-4/+4
* vm: Pass the host's /dev/urandom to the guest at /dev/hwrng....Leo Famulari2017-12-181-1/+3
* vm: Adapt qemu command to ARM....Mathieu Othacehe2017-12-151-7/+27
* vm: Use qemu drive device parameter....Mathieu Othacehe2017-12-131-2/+4
* vm: ISO9660 images include /etc and other standard files....Ludovic Courtès2017-11-291-4/+2
* build: Do not store two copies of the ISO-9660 superblock anymore....Danny Milosavljevic2017-09-221-13/+0
* 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