Loading src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ cd /run trap - ERR info "Booting ${APP}..." version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }') info "Booting $APP using QEMU v$version..." if [[ "$CONSOLE" == [Yy]* ]]; then exec qemu-system-x86_64 ${ARGS:+ $ARGS} Loading src/reset.sh +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ HOST=$(hostname -s) KERNEL=$(echo "$SYS" | cut -b 1) MINOR=$(echo "$SYS" | cut -d '.' -f2) ARCH=$(dpkg --print-architecture) CORES=$(grep -c '^processor' /proc/cpuinfo) SOCKETS=$(lscpu | grep -m 1 -i 'socket(s)' | awk '{print $(2)}') CPU=$(lscpu | grep -m 1 -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1' | sed 's# @.*##g' | sed s/"(R)"//g | sed 's/[^[:alnum:] ]\+/ /g' | sed 's/ */ /g') Loading Loading
src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ cd /run trap - ERR info "Booting ${APP}..." version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }') info "Booting $APP using QEMU v$version..." if [[ "$CONSOLE" == [Yy]* ]]; then exec qemu-system-x86_64 ${ARGS:+ $ARGS} Loading
src/reset.sh +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ HOST=$(hostname -s) KERNEL=$(echo "$SYS" | cut -b 1) MINOR=$(echo "$SYS" | cut -d '.' -f2) ARCH=$(dpkg --print-architecture) CORES=$(grep -c '^processor' /proc/cpuinfo) SOCKETS=$(lscpu | grep -m 1 -i 'socket(s)' | awk '{print $(2)}') CPU=$(lscpu | grep -m 1 -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1' | sed 's# @.*##g' | sed s/"(R)"//g | sed 's/[^[:alnum:] ]\+/ /g' | sed 's/ */ /g') Loading