Skip to content

Commit a895887

Browse files
committed
Add iproute2 package for JSON output from ip -j a
Added unconditionally to all editions because in the future Lima will depend on it (it is also part of the default Alpine cloud image). Ref lima-vm/lima#3696 Signed-off-by: Jan Dubois <[email protected]>
1 parent 36ea08e commit a895887

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

genapkovl-lima.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ EOF
4848
mkdir -p "$tmp"/etc/apk
4949
makefile root:root 0644 "$tmp"/etc/apk/world <<EOF
5050
alpine-base
51+
iproute2
5152
openssh-server-pam
5253
EOF
5354

mkimg.lima.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ profile_lima() {
1313
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
1414
syslinux_serial="0 115200"
1515
apkovl="genapkovl-lima.sh"
16-
apks="$apks openssh-server-pam tiny-cloud-nocloud"
16+
apks="$apks iproute2 openssh-server-pam tiny-cloud-nocloud"
1717
if [ "${LIMA_INSTALL_CA_CERTIFICATES}" == "true" ]; then
1818
apks="$apks ca-certificates"
1919
fi

0 commit comments

Comments
 (0)