From ed356361fd254a9e19eb29e18ce4396a450fe6c7 Mon Sep 17 00:00:00 2001 From: Sakirnth Nagarasa Date: Wed, 9 Mar 2022 17:13:09 +0100 Subject: Linux VM should be created correctly with preseed file. --- share/build-scripts/qemu | 1 + 1 file changed, 1 insertion(+) (limited to 'share/build-scripts') diff --git a/share/build-scripts/qemu b/share/build-scripts/qemu index 6fd8248..ebffa1f 100755 --- a/share/build-scripts/qemu +++ b/share/build-scripts/qemu @@ -961,6 +961,7 @@ Commands () -e "s|^bind=.*|bind=${BIND}|g" \ -e "s|^bind-ro=.*|bind-ro=${BIND_RO}|g" \ -e "s|^network-veth-extra=.*|network-veth-extra=${HOST_INTERFACE_NAME}:eno1|g" \ + -e "s|@PRIMARY_TAP@|${HOST_INTERFACE_NAME}|g" \ "${CONFIG}/${NAME}.conf" if [ "${NETWORK_NUMBER}" -ge 2 ] -- cgit v1.2.3