Loading src/cpu.sh +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ set -Eeuo pipefail # Docker environment variables : ${KVM:='Y'} : ${CPU_MODEL:='host'} : ${CPU_FEATURES:='+ssse3,+sse4.1,+sse4.2'} Loading src/entry.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading src/reset.sh +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/cpu.sh +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ set -Eeuo pipefail # Docker environment variables : ${KVM:='Y'} : ${CPU_MODEL:='host'} : ${CPU_FEATURES:='+ssse3,+sse4.1,+sse4.2'} Loading
src/entry.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/reset.sh +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading