feat: Allow bridge networks (#183)
This commit is contained in:
parent
cef08413e3
commit
03115137c8
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,8 @@ RUN set -eu && \
|
|||
qemu-system-arm \
|
||||
qemu-efi-aarch64 && \
|
||||
apt-get clean && \
|
||||
mkdir -p /etc/qemu && \
|
||||
echo "allow br0" > /etc/qemu/bridge.conf && \
|
||||
mkdir -p /usr/share/novnc && \
|
||||
wget "https://github.com/novnc/noVNC/archive/refs/tags/v${VERSION_VNC}.tar.gz" -O /tmp/novnc.tar.gz -q --timeout=10 && \
|
||||
tar -xf /tmp/novnc.tar.gz -C /tmp/ && \
|
||||
|
|
|
@ -73,6 +73,8 @@ CPU="${CPU// Processor/}"
|
|||
CPU="${CPU// Quad core/}"
|
||||
CPU="${CPU// Core TM/ Core}"
|
||||
CPU="${CPU// with Radeon Graphics/}"
|
||||
CPU="${CPU// with Radeon Vega Graphics/}"
|
||||
|
||||
[ -z "${CPU// /}" ] && CPU="Unknown"
|
||||
|
||||
# Check system
|
||||
|
|
Loading…
Reference in a new issue