summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
AgeCommit message (Expand)AuthorFilesLines
2018-12-06vm: Add padding in the ISO image.Ludovic Courtès1-0/+5
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès1-1/+18
2018-07-04vm: Disable KVM on i386.Ludovic Courtès1-1/+7
2018-06-26vm: 'make-iso9660-image' makes 'grub.cfg' a GC root.Ludovic Courtès1-1/+2
2018-06-26vm: 'make-iso9660-image' no longer includes unreferenced store items.Ludovic Courtès1-38/+61
2018-06-26vm: Don't try to modify the bind-mounted store.Ludovic Courtès1-2/+4
2018-06-14Remove 'guix-register' and its traces.Ludovic Courtès1-2/+2
2018-06-14install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès1-0/+1
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès1-0/+1
2018-05-25vm: Pass "panic=1" to Linux.Ludovic Courtès1-4/+9
2018-05-23vm: Print the label and UUID of partitions.Ludovic Courtès1-1/+2
2018-03-24gnu: When building in a VM, share a temporary directory.Chris Marusich1-0/+7
2018-03-24vm: Allow control of deduplication in root-partition-initializer.Chris Marusich1-4/+9
2018-03-16vm: Pass "-append ..." only once.Danny Milosavljevic1-2/+0
2018-03-15vm: Use 'invoke' instead of 'system*'.Ludovic Courtès1-58/+47
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice1-4/+4
2017-12-18vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.Leo Famulari1-1/+3
2017-12-15vm: Adapt qemu command to ARM.Mathieu Othacehe1-7/+27
2017-12-13vm: Use qemu drive device parameter.Mathieu Othacehe1-2/+4
2017-11-29vm: ISO9660 images include /etc and other standard files.Ludovic Courtès1-4/+2
2017-09-22build: Do not store two copies of the ISO-9660 superblock anymore.Danny Milosavljevic1-13/+0
2017-09-11file-systems: Introduce (gnu system uuid).Ludovic Courtès1-1/+1
2017-09-11vm: Allow partitions to be initialized with a given UUID.Ludovic Courtès1-10/+16
2017-09-10vm: Add comment about deduplication in make-iso9660-image.Christopher Baines1-0/+1
2017-09-06vm: Create /mnt in the generated ISO image in make-iso9660-image.Christopher Baines1-0/+5
2017-09-06vm: Add support for registering closures to make-iso9660-image.Christopher Baines1-2/+17
2017-07-18vm: 'iso9660-image' produces a single-file output.Ludovic Courtès1-4/+16
2017-07-18vm: Increase disk size overhead estimate.Tobias Geerinckx-Rice1-2/+2
2017-07-17build, vm: Use a less common label.Tobias Geerinckx-Rice1-2/+5
2017-07-12build: Make ISO-9660 image bootable from USB flash drive.Danny Milosavljevic1-0/+13
2017-07-10build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic1-1/+1
2017-07-03build: Add (gnu build file-systems) import.Danny Milosavljevic1-0/+1
2017-07-03build: Clarify error message when make-iso9660-image fails.Danny Milosavljevic1-1/+1
2017-07-03build: Allow specifying volume-uuid with make-iso9660-image.Danny Milosavljevic1-5/+14
2017-07-03build: Add iso9660 system image generator.Danny Milosavljevic1-1/+17
2017-06-30vm: Use 'fold2' from (guix combinators).Ludovic Courtès1-12/+1
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès1-0/+7
2017-06-30vm: Display the disk and partition sizes.Ludovic Courtès1-2/+12
2017-06-30vm: Fix 'load-in-linux-vm' docstring.Ludovic Courtès1-4/+5
2017-05-19vm: Add UEFI loader to disk images.Marius Bakke1-0/+61
2017-05-19vm: Support creating FAT partitions.Marius Bakke1-4/+26
2017-05-19vm: Support arbitrary partition flags.Marius Bakke1-5/+12
2017-05-16bootloader: Adapt vm to new bootloader API.Mathieu Othacehe1-6/+11
2017-04-15vm: Reword grub.cfg to bootcfg.Mathieu Othacehe1-4/+5
2017-04-07vm: Add missing module.Mathieu Othacehe1-0/+1
2016-11-28vm: Avoid needless file copy in 'load-in-linux-vm'.Ludovic Courtès1-10/+6
2016-06-20vm: 'qemu-command' honors its argument.Ludovic Courtès1-3/+3
2016-02-22vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present.Christopher Allan Webber1-5/+14
2015-07-26vm: Make the list of partitions to build a parameter.Ludovic Courtès1-95/+168
2015-07-24vm: Use the 'umount' procedure instead of util-linux's 'umount' command.Ludovic Courtès1-3/+3