diff options
author | Christopher Baines <mail@cbaines.net> | 2018-01-30 22:32:12 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-02-06 17:19:28 +0000 |
commit | 8db8bf921d2749e35f7e190362e0fc73133a7c5f (patch) | |
tree | 60c1667a03921df1b521a0677c1c6019197e26ae | |
parent | 71e789319cfe81731d61ec3c6a6dd2110baa7190 (diff) | |
download | patches-8db8bf921d2749e35f7e190362e0fc73133a7c5f.tar patches-8db8bf921d2749e35f7e190362e0fc73133a7c5f.tar.gz |
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.
-rw-r--r-- | gnu/build/linux-boot.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm index c9de4f4b90..18d87260a9 100644 --- a/gnu/build/linux-boot.scm +++ b/gnu/build/linux-boot.scm @@ -42,7 +42,6 @@ make-static-device-nodes configure-qemu-networking - bind-mount device-number boot-system)) |