Use the name native_bootstrap.sh consistently
Otherwise, the bootstrap fails when trying to delete bootstrap.sh which doesn't exist
This commit is contained in:
parent
2f81b15736
commit
e87739bc4a
|
@ -847,7 +847,7 @@ usage()
|
||||||
echo "------------------------"
|
echo "------------------------"
|
||||||
echo "|Redox bootstrap script|"
|
echo "|Redox bootstrap script|"
|
||||||
echo "------------------------"
|
echo "------------------------"
|
||||||
echo "Usage: ./bootstrap.sh"
|
echo "Usage: ./native_bootstrap.sh"
|
||||||
echo "OPTIONS:"
|
echo "OPTIONS:"
|
||||||
echo
|
echo
|
||||||
echo " -h,--help Show this prompt"
|
echo " -h,--help Show this prompt"
|
||||||
|
@ -864,7 +864,7 @@ usage()
|
||||||
echo " package managers are supported."
|
echo " package managers are supported."
|
||||||
echo "EXAMPLES:"
|
echo "EXAMPLES:"
|
||||||
echo
|
echo
|
||||||
echo "./bootstrap.sh -e qemu"
|
echo "./native_bootstrap.sh -e qemu"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -983,7 +983,7 @@ boot()
|
||||||
echo "Creating .config with PODMAN_BUILD=0"
|
echo "Creating .config with PODMAN_BUILD=0"
|
||||||
echo 'PODMAN_BUILD?=0' > redox/.config
|
echo 'PODMAN_BUILD?=0' > redox/.config
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
rm bootstrap.sh
|
rm native_bootstrap.sh
|
||||||
echo
|
echo
|
||||||
echo "---------------------------------------"
|
echo "---------------------------------------"
|
||||||
echo "Well it looks like you are ready to go!"
|
echo "Well it looks like you are ready to go!"
|
||||||
|
|
Loading…
Reference in a new issue