[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51440] [PATCH 00/10] Declarative static networking interface
From: |
Ludovic Courtès |
Subject: |
[bug#51440] [PATCH 00/10] Declarative static networking interface |
Date: |
Fri, 29 Oct 2021 23:44:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Julien Lepiller <julien@lepiller.eu> skribis:
> Looks good at first glance. I noticed a few typos in the manual, so I'll send
> you more details after I read it more carefully. I'll try that on my
> hardware, although again I'm not sure how I can run reconfigure from my
> checkout exactly? (Where do I use sudo, and what options do I need)
To reconfigure from a checkout, you can run:
sudo -E ./pre-inst-env guix system reconfigure …
where ‘-E’ tells sudo to preserve notably GUILE_LOAD_PATH & co., such
that Guile-Gcrypt and the other dependencies are found.
HTH!
Ludo’.
- [bug#51440] [PATCH 07/10] services: static-networking: Change interface to mimic netlink., (continued)
- [bug#51440] [PATCH 03/10] doc: Add new "Networking Setup" node for the main setup options., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 08/10] services: Define '%qemu-static-networking'., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 09/10] services: Define '%loopback-static-networking'., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 02/10] tests: openvswitch: Check whether ovs0 is up., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 05/10] services: static-networking: Use Guile-Netlink on GNU/Linux., Ludovic Courtès, 2021/10/27
- [bug#51440] [PATCH 10/10] tests: Replace uses of deprecated 'static-networking-service'., Ludovic Courtès, 2021/10/27
[bug#51440] [PATCH 00/10] Declarative static networking interface, Julien Lepiller, 2021/10/27
- [bug#51440] [PATCH 00/10] Declarative static networking interface,
Ludovic Courtès <=