summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xonce/bash.bat2
-rwxr-xr-xonce/install.bat2
-rwxr-xr-xonce/midipix.bat4
3 files changed, 4 insertions, 4 deletions
diff --git a/once/bash.bat b/once/bash.bat
index 0ac91d4..1a4ee3f 100755
--- a/once/bash.bat
+++ b/once/bash.bat
@@ -3,7 +3,7 @@
pushd "%~dp0"
set shell_sysroot=%cd%
-set SYSROOT=/dev/fs/c/midipix
+set SYSROOT=@sysroot@
start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h always --window max --exec /bin/bash --init-file /etc/init.sh -i
diff --git a/once/install.bat b/once/install.bat
index 727b538..7d9a8cd 100755
--- a/once/install.bat
+++ b/once/install.bat
@@ -6,7 +6,7 @@ set shell_sysroot=%cd%
echo.
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-echo this is the midipix installation script
+echo this is the @product@ installation script
echo SYSROOT currently set to %SYSROOT%
echo shell_sysroot set to %shell_sysroot%
echo press any key to continue with installation, or CTRL-C to abort
diff --git a/once/midipix.bat b/once/midipix.bat
index 8cdd031..6b832e0 100755
--- a/once/midipix.bat
+++ b/once/midipix.bat
@@ -2,11 +2,11 @@
cls
-set SYSROOT=/dev/fs/c/midipix
+set SYSROOT=@sysroot@
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo SYSROOT set to %SYSROOT%
-echo to install the midipix distro sysroot, invoke install.bat
+echo to install the @product@ distro sysroot, invoke install.bat
echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo.