[PATCH] gnu: build: linux-boot: Remove bind-mount export.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 7 years ago
(address . guix-patches@gnu.org)
20180130223402.16401-1-mail@cbaines.net
bind-mount is not contained within this module.

* gnu/build/linux-boot.scm: Remove bind-mount export.
---
gnu/build/linux-boot.scm | 1 -
1 file changed, 1 deletion(-)

Toggle diff (14 lines)
diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index 0ab8391b0..89a5113c6 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -41,7 +41,6 @@
make-static-device-nodes
configure-qemu-networking
- bind-mount
device-number
boot-system))
--
2.16.0
Ludovic Courtès wrote 7 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 30296@debbugs.gnu.org)
87y3k65ej0.fsf@gnu.org
Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (4 lines)
> bind-mount is not contained within this module.
>
> * gnu/build/linux-boot.scm: Remove bind-mount export.

Good catch, go for it!

Ludo’.
Christopher Baines wrote 7 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 30296-done@debbugs.gnu.org)
878tc6qble.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (8 lines)
> Christopher Baines <mail@cbaines.net> skribis:
>
>> bind-mount is not contained within this module.
>>
>> * gnu/build/linux-boot.scm: Remove bind-mount export.
>
> Good catch, go for it!

Done :) Thanks for taking a look.
-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlp5481fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE
9Xcp2Q/+OANb88hqdzzyehl8XZ0s6bMVFlBxcTMAaKm+wimt/LJj6X4dxp6T4xyv
n2IRsrNAyz6JnNwDDsTk5ca6lWbj2mTIJ0qrqYIIAXF7Ve6EWTbjNCc49HpEqQCG
uXLsJfipgK46jWpAXpH/RMVg8UZxKF81aNKbCa4Krg+rAJk6O3pSGjTuQ+LEkMHq
xvZOE0UOAehqcoASw56vvNZZDwlyTeUida0K/gu5bbzOvEzpRoXehmi16VePoNpY
8ExkSC42oBR5W05LDVSutWryw1jvsRIiXor0o9uoSDEIRq0yZ2/sq9vrr6ylvDIa
T1ScPiHqi7tgoBK5hlN47xhd2oySL/IzlBgVnWZWEUNPwguQgmX8CUgEYINQJCZ1
rwzHePmhI7Iomj9Togou2lmsXCj7EaunUdWbT7A31t87J/5ByzGB7VCl5rO+ivmb
ye890GJda6qtXfk/QBMWkmdC/zvEHZR7u6PRcGa/De6KVtfZrtAHV9SDqcMIh7TG
txBxKe/oU/jLHbptWILzoHZ3v3kECRHZ5B9RRnCxxmElk0F022PMbtFli3t+wk+t
i0zGmkYGrVVfux22ubi6Kc750TWNtVffIHMi48WYLYQmjT79p0RqhJ6kgy+Ssg18
6LHtjeFAiJzn9sg9RM8taPbNrfrkw8XyExyjT+iKDmQjEkyyeuM=
=PRjW
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30296@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30296
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help