Unverified Commit 8ef33d61 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: KVM config (#282)

* fix: KVM config
parent 272c7176
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ set -Eeuo pipefail

# Docker environment variables

: ${KVM:='Y'}
: ${CPU_MODEL:='host'}
: ${CPU_FEATURES:='+ssse3,+sse4.1,+sse4.2'}

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ cd /run
. reset.sh      # Initialize system
. install.sh    # Get bootdisk
. disk.sh       # Initialize disks
. display.sh    # Initialize display
. display.sh    # Initialize graphics
. network.sh    # Initialize network
. boot.sh       # Configure boot
. cpu.sh        # Initialize processor
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ trap 'error "Status $? while: $BASH_COMMAND (line $LINENO/$BASH_LINENO)"' ERR
# Docker environment variables

: ${BOOT:=''}           # URL of the ISO file
: ${KVM:='Y'}           # Enable KVM acceleration
: ${DEBUG:='N'}         # Disable debugging mode
: ${ALLOCATE:='N'}      # Disable preallocation
: ${ARGUMENTS:=''}      # Extra QEMU parameters