mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Get host arch in dual-boot script and use desktop image
This commit is contained in:
parent
9db52437c6
commit
548c65433f
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user