[WIP] Minapk rework

This commit is contained in:
2025-11-01 23:28:52 +01:00
parent af79be12b1
commit 094eeafa07
9 changed files with 411 additions and 369 deletions

2
scripts/setup-eth-dev.sh Normal file
View File

@@ -0,0 +1,2 @@
#! /bin/sh
ip link set eth1 up && ip addr add 192.168.2.1/30 dev eth1 && ip route add default via 192.168.2.2 && echo nameserver 1.1.1.1 >/etc/resolv.conf