From 2f620458f565e99b1a278f79ff8d07958b7718d2 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 10 May 2018 15:20:37 +0200 Subject: installation scripts: hard-coded name,location --> @sysroot@,@product@. --- once/bash.bat | 2 +- once/install.bat | 2 +- once/midipix.bat | 4 ++-- 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. -- cgit v1.2.3