From 706a5940a0f76d2e5a95cb728ed10e0459310397 Mon Sep 17 00:00:00 2001 From: freddii Date: Mon, 18 Jan 2021 15:11:19 +0100 Subject: [PATCH] fixed wrong spelled words --- README.md | 2 +- src/13_prepare_iso.sh | 2 +- src/README | 2 +- src/minimal_rootfs/etc/03_init.sh | 2 +- src/minimal_rootfs/init | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd328abdb..d4f81ef3d 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ List of cool forks, spin-offs and other related projects inspired by Minimal Lin * [Debootstrap Live](https://github.com/zac87/debootstrap_live) - this spin-off of MLL generates bootable ISO with current kernel and [debootstrap](https://wiki.debian.org/Debootstrap) base system. -* [Boot2Minc](https://github.com/mhiramat/boot2minc) - this fork adds [Mincs](https://github.com/mhiramat/mincs) and as result you can run Linux containers inside MLL. One interesting Mincs feature - it provides tools which allow you to reuse alredy existing Docker containers. +* [Boot2Minc](https://github.com/mhiramat/boot2minc) - this fork adds [Mincs](https://github.com/mhiramat/mincs) and as result you can run Linux containers inside MLL. One interesting Mincs feature - it provides tools which allow you to reuse already existing Docker containers. * [K1773R's MLL](https://github.com/K1773R/minimal) - PowerPC version of Minimal Linux Live with [memtester](http://pyropus.ca/software/memtester) as additional software. Impressive work! diff --git a/src/13_prepare_iso.sh b/src/13_prepare_iso.sh index b74f97474..eb1e6fcd1 100755 --- a/src/13_prepare_iso.sh +++ b/src/13_prepare_iso.sh @@ -65,7 +65,7 @@ prepare_boot_bios() { $ISOIMAGE/boot/syslinux } -# Genrate 'El Torito' boot image as per UEFI sepcification 2.7, +# Generate 'El Torito' boot image as per UEFI specification 2.7, # sections 13.3.1.x and 13.3.2.x. prepare_boot_uefi() { # Find the build architecture based on the Busybox executable. diff --git a/src/README b/src/README index 06b215505..189ca6d7b 100644 --- a/src/README +++ b/src/README @@ -208,7 +208,7 @@ editions. Your distribution might have different build dependencies but most of the time there is a single meta-package which installs most of the stuff that you need. -The build proces is slow, so be prepared to wait. In the end you should have +The build process is slow, so be prepared to wait. In the end you should have the ISO image file 'minimal_linux_live.iso' in the same folder where you started the build process. You can burn the ISO image on CD/DVD or (better) run it with PC emulator like QEMU, VirtualBox or VMware Workstation Player. diff --git a/src/minimal_rootfs/etc/03_init.sh b/src/minimal_rootfs/etc/03_init.sh index 3a1acc162..42e0b3f16 100755 --- a/src/minimal_rootfs/etc/03_init.sh +++ b/src/minimal_rootfs/etc/03_init.sh @@ -38,7 +38,7 @@ # Print first message on screen. cat /etc/msg/03_init_01.txt -# Wait 5 second or until any keybord key is pressed. +# Wait 5 second or until any ~keyboard key is pressed. read -t 5 -n1 -s key if [ "$key" = "" ] ; then diff --git a/src/minimal_rootfs/init b/src/minimal_rootfs/init index 2cfb40b04..ce9e64834 100755 --- a/src/minimal_rootfs/init +++ b/src/minimal_rootfs/init @@ -32,7 +32,7 @@ echo -e "Welcome to \\e[1mMinimal \\e[32mLinux \\e[31mLive\\e[0m (/init)" # Print first message on screen. cat /etc/msg/init_01.txt -# Wait 5 second or until any keybord key is pressed. +# Wait 5 second or until any ~keyboard key is pressed. read -t 5 -n1 -s key if [ ! "$key" = "" ] ; then