From ecd53af5ce37dbc765a3c1585abaa08b03e9a3bc Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 10 Apr 2016 04:34:14 +0300 Subject: [PATCH] Fixed type "crytical" --> "critical". --- src/08_generate_rootfs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/08_generate_rootfs.sh b/src/08_generate_rootfs.sh index 54ca25ad6..8e42f4493 100755 --- a/src/08_generate_rootfs.sh +++ b/src/08_generate_rootfs.sh @@ -38,7 +38,7 @@ mkdir tmp cd etc # The script '/etc/prepare.sh' is automatically executed as part of the '/init' -# process. We suppress most kernel messages and mount all crytical file systems. +# process. We suppress most kernel messages and mount all cryitical file systems. cat > prepare.sh << EOF #!/bin/sh @@ -62,8 +62,8 @@ cat > switch.sh << EOF # Create the new mountpoint in RAM. mount -t tmpfs none /mnt -# Create folders for all crytical file systems. -echo "Create folders for all crytical file systems..." +# Create folders for all critical file systems. +echo "Create folders for all critical file systems..." mkdir /mnt/dev mkdir /mnt/sys mkdir /mnt/proc @@ -119,7 +119,7 @@ for DEVICE in /dev/* ; do done echo "...done." -# Move crytical file systems to the new mountpoint. +# Move critical file systems to the new mountpoint. echo "Remounting /dev, /sys, /tmp and /proc in /mnt..." mount --move /dev /mnt/dev mount --move /sys /mnt/sys