You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
478 B

#!/usr/bin/env bash
build() {
local n
n=sae103
vdn-build $n
vdn-config $n MODE "cow"
vdn-config $n GUEST_SYS "debian/bullseye"
vdn-config $n MEMORY "2048"
vdn-config $n HDA "sae103.disk"
vdn-config $n HDB "sae103-hdb.disk"
vdn-config $n HDB_PART_FORMAT 0
vdn-config $n HDB_SIZE "2048"
vdn-config $n SWAP_SIZE "2048"
vdn-config $n NETWORKS "NET_G#20.X2.Y2.Z2/8"
vdn-config $n REDIRS "\
tcp:22:(ssh) \
"
}