mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-10 02:23:53 +08:00
Compare commits
No commits in common. "7f400b6b59eedc1d3516508a341ca57fbed6fe90" and "b967a471b5f00872dc89249da7753e255ed4b4d2" have entirely different histories.
7f400b6b59
...
b967a471b5
@ -42,8 +42,6 @@ RUN set -eu && extra="" && \
|
||||
qemu-system-x86 \
|
||||
"$extra" && \
|
||||
apt-get clean && \
|
||||
mkdir -p /etc/qemu && \
|
||||
echo "allow br0" > /etc/qemu/bridge.conf && \
|
||||
unlink /etc/nginx/sites-enabled/default && \
|
||||
sed -i 's/^worker_processes.*/worker_processes 1;/' /etc/nginx/nginx.conf && \
|
||||
echo "$VERSION_ARG" > /run/version && \
|
||||
|
@ -72,8 +72,6 @@ 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…
x
Reference in New Issue
Block a user