guix-devel/gnu/build
Mathieu Othacehe abf0880a67
vm: Add missing module.
* gnu/build/vm.scm (define-module): Use module (guix build syscalls).

It fixes the following warnings during guix build :

gnu/build/vm.scm:233:3: warning: possibly unbound variable `mount'
gnu/build/vm.scm:238:3: warning: possibly unbound variable `umount'
gnu/build/vm.scm:268:8: warning: possibly unbound variable `mount'
gnu/build/vm.scm:276:8: warning: possibly unbound variable `umount'
gnu/build/vm.scm:315:4: warning: possibly unbound variable `mount'
gnu/build/vm.scm:323:4: warning: possibly unbound variable `umount'

This was not possible until the previous commit because we had to be sure
that Guile core implementation of 'mount' and 'umount' was used in
initrd context.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-07 23:30:39 +02:00
..
activation.scm Merge branch 'master' into core-updates 2017-02-10 17:40:25 +01:00
cross-toolchain.scm gnu: cross-base: Move phases to (gnu build cross-toolchain). 2016-12-07 21:52:26 +01:00
file-systems.scm file-systems: Add FAT32 support. 2017-03-01 17:27:49 +01:00
install.scm pack: Add '--symlink'. 2017-03-14 17:57:27 +01:00
linux-boot.scm Rename '/root/etc/dmd' directory and 'do-not-kill' file. 2016-01-29 20:20:19 +03:00
linux-container.scm linux-container: Add 'container-excursion*'. 2017-02-07 00:08:10 +01:00
linux-initrd.scm linux-initrd: Compress cpio archives deterministically. 2015-09-09 23:27:10 +02:00
linux-modules.scm linux-modules: Use normalized module names for 'modprobe.blacklist'. 2016-02-21 13:04:10 +01:00
marionette.scm install: Enable "cryptodisk" handling in GRUB. 2016-11-23 21:13:18 +01:00
shepherd.scm Add (gnu build shepherd). 2017-02-07 00:08:11 +01:00
svg.scm svg: Autoload Guile-RSVG and Guile-Cairo. 2016-10-25 13:57:28 +02:00
vm.scm vm: Add missing module. 2017-04-07 23:30:39 +02:00