mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Use filesystem image instead of harddrive image for dual boot script
This commit is contained in:
parent
f338d6e86e
commit
55bf0d1dc7
@ -25,7 +25,7 @@ then
|
||||
export CONFIG_NAME=demo
|
||||
fi
|
||||
|
||||
IMAGE="build/${ARCH}/${CONFIG_NAME}/harddrive.img"
|
||||
IMAGE="build/${ARCH}/${CONFIG_NAME}/filesystem.img"
|
||||
set -x
|
||||
make "${IMAGE}"
|
||||
sudo popsicle "${IMAGE}" "${DISK}"
|
||||
@ -49,3 +49,5 @@ EOF
|
||||
set +x
|
||||
|
||||
sync
|
||||
|
||||
echo "Finished installing Redox OS dual boot"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user