diff --git a/scripts/dual-boot.sh b/scripts/dual-boot.sh index dbbd6ed8..3b86a54e 100755 --- a/scripts/dual-boot.sh +++ b/scripts/dual-boot.sh @@ -20,12 +20,12 @@ fi if [ -z "${ARCH}" ] then - export ARCH=x86_64 + export ARCH="$(uname -m)" fi if [ -z "${CONFIG_NAME}" ] then - export CONFIG_NAME=demo + export CONFIG_NAME=desktop fi IMAGE="build/${ARCH}/${CONFIG_NAME}/filesystem.img"