use dhcpcd

This commit is contained in:
iceBear67
2026-06-22 12:07:41 +08:00
parent 269734b313
commit c4994f4ebf
6 changed files with 12 additions and 8 deletions

View File

@@ -8,5 +8,5 @@ set -euo pipefail
--cmdline "modules=ext4 root=/dev/vda rootfstype=ext4 rw console=hvc0" \
--cpus boot=${CPU_COUNT:-4} \
--memory size=${MEMORY:-4G},shared=on \
--net "tap=,mac=,ip=,mask="
--net "tap=,ip=,mac=,mask="
$@