Skip to content
Snippets Groups Projects
Commit 55bf0d1d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use filesystem image instead of harddrive image for dual boot script

parent f338d6e8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ then ...@@ -25,7 +25,7 @@ then
export CONFIG_NAME=demo export CONFIG_NAME=demo
fi fi
IMAGE="build/${ARCH}/${CONFIG_NAME}/harddrive.img" IMAGE="build/${ARCH}/${CONFIG_NAME}/filesystem.img"
set -x set -x
make "${IMAGE}" make "${IMAGE}"
sudo popsicle "${IMAGE}" "${DISK}" sudo popsicle "${IMAGE}" "${DISK}"
...@@ -49,3 +49,5 @@ EOF ...@@ -49,3 +49,5 @@ EOF
set +x set +x
sync sync
echo "Finished installing Redox OS dual boot"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment