diff options
author | midipix <writeonce@midipix.org> | 2018-05-10 15:20:37 +0200 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-16 04:45:11 -0400 |
commit | 2f620458f565e99b1a278f79ff8d07958b7718d2 (patch) | |
tree | c8eaae4f0c42494545fa6f20a6f08df4be1bf529 /once | |
parent | 4721cebf34d7862b0783673f65fbb8b52750be46 (diff) | |
download | mpackage-2f620458f565e99b1a278f79ff8d07958b7718d2.tar.bz2 mpackage-2f620458f565e99b1a278f79ff8d07958b7718d2.tar.xz |
installation scripts: hard-coded name,location --> @sysroot@,@product@.
Diffstat (limited to 'once')
-rwxr-xr-x | once/bash.bat | 2 | ||||
-rwxr-xr-x | once/install.bat | 2 | ||||
-rwxr-xr-x | 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. |