mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 20:35:49 +00:00
The new hiearchy is:
- pkg/{init,mirage-compile}: additional Moby packages
- src/sdk -> the begining of the MirageOS SDK for Moby
- src/dhcp-client -> the code for the MirageOS dhcp-client service
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
opam config exec -- /bin/sh
|