gnu: build: linux-boot: Remove bind-mount export.

bind-mount is not contained within this module.

* gnu/build/linux-boot.scm: Remove bind-mount export.
This commit is contained in:
Christopher Baines 2018-01-30 22:32:12 +00:00
parent 71e789319c
commit 8db8bf921d
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -42,7 +42,6 @@ (define-module (gnu build linux-boot)
make-static-device-nodes
configure-qemu-networking
bind-mount
device-number
boot-system))