]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Environment typos (#2368)
authorNikolas Garofil <nikolas@garofil.be>
Fri, 23 Jun 2023 08:24:36 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2023 08:24:36 +0000 (16:24 +0800)
DMSETUP/build.txt
DOC/BuildVentoyFromSource.txt
INSTALL/docker_ci_build.sh
ZSTD/build.txt

index b9601cbd812b8c3b5c8487ebc48a4506c045eb6e..36e37a0b7c99e328d5d2cb579993fd5feb4dc246 100644 (file)
@@ -5,7 +5,7 @@ use an old version of dmsetup
 http://vault.centos.org/5.3/os/SRPMS/device-mapper-1.02.28-2.el5.src.rpm\r
 https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz\r
 \r
 http://vault.centos.org/5.3/os/SRPMS/device-mapper-1.02.28-2.el5.src.rpm\r
 https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz\r
 \r
-======== Build Envrioment ======== \r
+======== Build Environment ======== \r
 build for 32bit, static linked with dietlibc\r
 1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso\r
 2. yum install gcc kernel-devel package\r
 build for 32bit, static linked with dietlibc\r
 1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso\r
 2. yum install gcc kernel-devel package\r
index f93ad7b784b0fc41b38a68e07c29d1da6446e360..37a07c5bea7f8d0dc755b06cfe3231e0298ce217 100644 (file)
@@ -1,8 +1,8 @@
 \r
 ==========================================\r
 \r
 ==========================================\r
-1. Compile Enviroment\r
+1. Compile Environment\r
 ==========================================\r
 ==========================================\r
-    My build envrioment is CentOS 7.8 x86_64. So here I first explain how to create the build environment from scratch.\r
+    My build environment is CentOS 7.8 x86_64. So here I first explain how to create the build environment from scratch.\r
     Because Ventoy is based on many open source projects, so the environment is important. I suggest you test it on a virtual machine firstly.\r
 \r
 1.1 Install CentOS 7.8\r
     Because Ventoy is based on many open source projects, so the environment is important. I suggest you test it on a virtual machine firstly.\r
 \r
 1.1 Install CentOS 7.8\r
@@ -54,7 +54,7 @@
     mv /opt/output /opt/mips64el-linux-musl-gcc730\r
     \r
 \r
     mv /opt/output /opt/mips64el-linux-musl-gcc730\r
     \r
 \r
-2.4 Set PATH envrioment\r
+2.4 Set PATH environment\r
     export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips64el-linux-musl-gcc730/bin\r
     better to add this line to /root/.bashrc and relogin as root\r
 \r
     export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips64el-linux-musl-gcc730/bin\r
     better to add this line to /root/.bashrc and relogin as root\r
 \r
index 7b7db0d4ee84c984e154de615993f20741892350..63583a05a190678d1e83be9fdad6f977d99808b2 100644 (file)
@@ -3,7 +3,7 @@
 VTOY_PATH=$PWD/..
 
 date +"%Y/%m/%d %H:%M:%S"
 VTOY_PATH=$PWD/..
 
 date +"%Y/%m/%d %H:%M:%S"
-echo downloading envrionment ...
+echo downloading environment ...
 
 wget -q -P $VTOY_PATH/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/dietlibc-0.34.tar.xz
 wget -q -P $VTOY_PATH/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/musl-1.2.1.tar.gz
 
 wget -q -P $VTOY_PATH/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/dietlibc-0.34.tar.xz
 wget -q -P $VTOY_PATH/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/musl-1.2.1.tar.gz
@@ -14,6 +14,6 @@ wget -q -P /opt/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/a
 wget -q -P /opt/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz
 
 date +"%Y/%m/%d %H:%M:%S"
 wget -q -P /opt/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz
 
 date +"%Y/%m/%d %H:%M:%S"
-echo downloading envrionment finish...
+echo downloading environment finish...
 
 sh all_in_one.sh CI
 
 sh all_in_one.sh CI
index 217eb60e5671690432e271c9eb01ed6d7f90e611..f31059ae45fb2d236ed6b59574da289233b40360 100644 (file)
@@ -4,7 +4,7 @@ Build a static linked, small zstdcat tool
 use an old version of zstd\r
 https://codeload.github.com/facebook/zstd/zip/v1.0.0\r
 \r
 use an old version of zstd\r
 https://codeload.github.com/facebook/zstd/zip/v1.0.0\r
 \r
-======== Build Envrioment ======== \r
+======== Build Environment ======== \r
 build for 32bit, static linked with dietlibc\r
 1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso\r
 2. yum install gcc gettext gettext-devel\r
 build for 32bit, static linked with dietlibc\r
 1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso\r
 2. yum install gcc gettext gettext-devel\r