]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix: codespell
authorHenrik Gombos <henrik99999@gmail.com>
Sat, 19 Aug 2023 12:35:56 +0000 (08:35 -0400)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 21 Aug 2023 12:18:44 +0000 (14:18 +0200)
35 files changed:
docs/HACKING.md
dracut-functions.sh
man/dracut.8.asc
man/dracut.cmdline.7.asc
man/dracut.conf.5.asc
man/dracut.modules.7.asc
modules.d/01fips/fips.sh
modules.d/01systemd-tmpfiles/module-setup.sh
modules.d/06rngd/module-setup.sh
modules.d/35network-legacy/dhclient-script.sh
modules.d/35network-legacy/dhcp-multi.sh
modules.d/35network-legacy/ifup.sh
modules.d/40network/net-lib.sh
modules.d/45ifcfg/write-ifcfg.sh
modules.d/45url-lib/url-lib.sh
modules.d/90dmsquash-live/dmsquash-live-root.sh
modules.d/95fcoe/lldpad.sh
modules.d/95nfs/parse-nfsroot.sh
modules.d/98dracut-systemd/dracut-mount.sh
modules.d/99base/dracut-dev-lib.sh
modules.d/99base/dracut-lib.sh
modules.d/99base/init.sh
src/dracut-cpio/src/main.rs
src/dracut-cpio/third_party/crosvm/argument.rs
src/install/macro.h
test/TEST-10-RAID/create-root.sh
test/TEST-12-RAID-DEG/create-root.sh
test/TEST-13-ENC-RAID-LVM/create-root.sh
test/TEST-14-IMSM/create-root.sh
test/TEST-14-IMSM/test.sh
test/TEST-20-NFS/dhcpd.conf
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/dhcpd.conf
test/TEST-35-ISCSI-MULTI/dhcpd.conf
test/TEST-50-MULTINIC/test.sh

index 74dd7800bb8aaf44c78a8c3b9a452cbb8955f5a0..579d81d6afe63ac42a2abd021aa6392dc6571577 100644 (file)
@@ -165,7 +165,7 @@ dracut_install_dir/modules.d/
        functionality the module implements is being used on the host system.
        For example, if this module handles installing support for LUKS
        encrypted volumes, it should return 0 if all the tools to handle
-       encrpted volumes are available and the host system has the root
+       encrypted volumes are available and the host system has the root
        partition on an encrypted volume, 1 otherwise.
 
 `depends()`:
index 8afbbd801ed428225511a31141da7901b0038e39..13eed044189cd2d0faaf465547d68f0688d8786c 100755 (executable)
@@ -91,9 +91,9 @@ ldconfig_paths() {
     $DRACUT_LDCONFIG ${dracutsysrootdir:+-r ${dracutsysrootdir} -f /etc/ld.so.conf} -pN 2> /dev/null | grep -E -v '/(lib|lib64|usr/lib|usr/lib64)/[^/]*$' | sed -n 's,.* => \(.*\)/.*,\1,p' | sort | uniq
 }
 
-# Version comparision function.  Assumes Linux style version scheme.
+# Version comparison function.  Assumes Linux style version scheme.
 # $1 = version a
-# $2 = comparision op (gt, ge, eq, le, lt, ne)
+# $2 = comparison op (gt, ge, eq, le, lt, ne)
 # $3 = version b
 vercmp() {
     local _n1
index e3ba217d726b5c08ac219c6568543d52155c9449..ae4497e7700d05ad654de5eb3bbba4caccde688d 100644 (file)
@@ -577,7 +577,7 @@ and no /etc/cmdline/*.conf will be generated into the initramfs.
     <EFI> might be _/efi_, _/boot_ or _/boot/efi_ depending on where the ESP
     partition is mounted. The <BUILD_ID> is taken from BUILD_ID in
     _/usr/lib/os-release_ or if it exists _/etc/os-release_ and is left out,
-    if BUILD_ID is non-existant or empty.
+    if BUILD_ID is non-existent or empty.
 
 **--no-uefi**::
     Disables UEFI mode.
index 2e99b7370a927bc9e6bcd1b203a099085d9222f4..fefa2092c77384066194deaddf90cb150e2dde79 100644 (file)
@@ -211,7 +211,7 @@ It should be attached to any report about dracut problems.
         NOTE: memstrack is a memory tracing tool that tracks the total memory
               consumption, and peak memory consumption of each kernel modules
               and userspace progress during the whole initramfs runtime, report
-              is genereted and the end of initramsfs run.
+              is generated and the end of initramsfs run.
     5 - /proc/meminfo + /proc/slabinfo + memstrack (with top memory stacktrace)
         NOTE: memstrack (with top memory stacktrace) will print top memory
               allocation stack traces during the whole initramfs runtime.
@@ -415,7 +415,7 @@ Compared to using GPG encrypted keyfiles on an unencrypted
 device this provides the following advantages:
 
 - you can unlock your disk(s) using multiple passphrases
-- better security by not loosing the key stretching mechanism
+- better security by not losing the key stretching mechanism
 
 To use an encrypted _keydev_ you *must* ensure that it becomes
 available by using the keyword `keysource`, e.g.
index 905274c67de52876267f29f25b25bb40afc58c9c..f1705ce18ae6a440bd7b776cf98fc8613cc51597 100644 (file)
@@ -273,7 +273,7 @@ Logging levels:
     <EFI> might be _/efi_, _/boot_ or _/boot/efi_ depending on where the ESP
     partition is mounted. The <BUILD_ID> is taken from BUILD_ID in
     _/usr/lib/os-release_ or if it exists _/etc/os-release_ and is left out,
-    if BUILD_ID is non-existant or empty.
+    if BUILD_ID is non-existent or empty.
 
 *machine_id=*"__{yes|no}__"::
     Affects the default output filename of the UEFI executable, including the
index 3c056430f09eca37ce57db76ec9700b0e88b9e5e..c1e86247fa9f15df009d6dacbb336a1077d0d5e6 100644 (file)
@@ -272,7 +272,7 @@ installs an executable/script <src> in the dracut hook <hookdir> with priority
 
 ==== inst_rules <udevrule> [ <udevrule> ...]
 
-installs one or more udev rules. Non-existant udev rules are reported, but do
+installs one or more udev rules. Non-existent udev rules are reported, but do
 not let dracut fail.
 
 ==== instmods <kernelmodule> [ <kernelmodule> ... ]
index 22f38c815b3130da44e85a4ad00b1ec903c8a196..2e7b7cb0dd38be8ac6d1e2721cd77ae3a9fd34dd 100755 (executable)
@@ -162,7 +162,7 @@ do_fips() {
             elif ! [ -e "/boot/${BOOT_IMAGE_PATH}/${BOOT_IMAGE_NAME}" ]; then
                 #if /boot is not a separate partition BOOT_IMAGE might start with /boot
                 BOOT_IMAGE_PATH=${BOOT_IMAGE_PATH#"/boot"}
-                #on some achitectures BOOT_IMAGE does not contain path to kernel
+                #on some architectures BOOT_IMAGE does not contain path to kernel
                 #so if we can't find anything, let's treat it in the same way as if it was empty
                 if ! [ -e "/boot/${BOOT_IMAGE_PATH}/${BOOT_IMAGE_NAME}" ]; then
                     BOOT_IMAGE_NAME="vmlinuz-${KERNEL}"
index f504e780cf907f149977891db8e15d236e9a1a41..6bd42c0a33d765f5d69ae7f5d34ac6f5aa58cbee 100755 (executable)
@@ -25,11 +25,11 @@ depends() {
 install() {
 
     # Excluding "$tmpfilesdir/home.conf", sets up /home /srv
-    # Excluding "$tmpfilesdir/journal-nocow.conf", requires spesific btrfs setup
-    # Excluding "$tmpfilesdir/legacy.conf", belongs in seperated legacy module
-    # Excluding "$tmpfilesdir/systemd-nologin.conf", belongs in seperated pam module
-    # Excluding "$tmpfilesdir/systemd-nspawn.conf", belongs in seperated machined module
-    # Excluding "$tmpfilesdir/x11.conf", belongs in seperated x11 module
+    # Excluding "$tmpfilesdir/journal-nocow.conf", requires specific btrfs setup
+    # Excluding "$tmpfilesdir/legacy.conf", belongs in separated legacy module
+    # Excluding "$tmpfilesdir/systemd-nologin.conf", belongs in separated pam module
+    # Excluding "$tmpfilesdir/systemd-nspawn.conf", belongs in separated machined module
+    # Excluding "$tmpfilesdir/x11.conf", belongs in separated x11 module
 
     inst_multiple -o \
         /usr/lib/group \
index d94a47afaee2429323349c60a4fe43ecb145b5f0..aec8d576cb8d87a21fedc1b1813fb0539774ba5f 100755 (executable)
@@ -33,7 +33,7 @@ depends() {
 install() {
     inst rngd
     inst_simple "${moddir}/rngd.service" "${systemdsystemunitdir}/rngd.service"
-    # make sure dependant libs are installed too
+    # make sure dependent libs are installed too
     inst_libdir_file opensc-pkcs11.so
 
     $SYSTEMCTL -q --root "$initdir" add-wants sysinit.target rngd.service
index 240c0fad50017db5bb7db4db07a252b8b6c9a745..b3e5e7574d7b2f3642fd2ee3d434d7dc5e9c14d9 100755 (executable)
@@ -71,7 +71,7 @@ setup_interface() {
         fi >> /tmp/net."$netif".resolv.conf
     fi
     # Note: hostname can be fqdn OR short hostname, so chop off any
-    # trailing domain name and explicity add any domain if set.
+    # trailing domain name and explicitly add any domain if set.
     [ -n "$hostname" ] && echo "echo ${hostname%."$domain"}${domain:+.$domain} > /proc/sys/kernel/hostname" > /tmp/net."$netif".hostname
 }
 
@@ -104,7 +104,7 @@ setup_interface6() {
     fi
 
     # Note: hostname can be fqdn OR short hostname, so chop off any
-    # trailing domain name and explicity add any domain if set.
+    # trailing domain name and explicitly add any domain if set.
     [ -n "$hostname" ] && echo "echo ${hostname%."$domain"}${domain:+.$domain} > /proc/sys/kernel/hostname" > /tmp/net."$netif".hostname
 }
 
index 788984b57b835099b2e44b1c4f63a26c26cba14f..60e03741c6d5f753758b58a3e3095c14ed250817 100755 (executable)
@@ -92,9 +92,9 @@ if [ $ret -eq 0 ]; then
         : > "/tmp/net.$(cat /sys/class/net/"${netif}"/address).up"
     fi
 
-    # Check if DHCP also suceeded on another interface before this one.
+    # Check if DHCP also succeeded on another interface before this one.
     # We will always use the first one on which DHCP succeeded, by using
-    # a commom file $IFNETFILE, to synchronize between threads.
+    # a common file $IFNETFILE, to synchronize between threads.
     # Consider the race condition in which multiple threads
     # corresponding to different interfaces may try to read $IFNETFILE
     # and find it does not exist; they may all end up thinking they are the
index 68ec3777e175633ffea8f90ec446dfce9924ba0f..3b54b6c48815bb55a94e7b521ad42eb663516624 100755 (executable)
@@ -420,7 +420,7 @@ if ! ip link show dev "$netif" > /dev/null 2>&1; then
 fi
 
 # disable manual ifup while netroot is set for simplifying our logic
-# in netroot case we prefer netroot to bringup $netif automaticlly
+# in netroot case we prefer netroot to bringup $netif automatically
 [ -n "$2" -a "$2" = "-m" ] && [ -z "$netroot" ] && manualup="$2"
 
 if [ -n "$manualup" ]; then
index 02845dbc3572204c74fcacb587abfc69dab46f1a..fa09c409083bb4ca6d619ae8e6276efc84755f35 100755 (executable)
@@ -298,7 +298,7 @@ ibft_to_cmdline() {
                     echo "ip=$dev:dhcp"
                 fi
             elif [ -e "${iface}"/ip-addr ]; then
-                # skip not assigned ip adresses
+                # skip not assigned ip addresses
                 [ "$ip" = "0.0.0.0" ] && continue
                 [ -e "${iface}"/gateway ] && read -r gw < "${iface}"/gateway
                 [ "$gw" = "0.0.0.0" ] && unset gw
index ddb1dc309144da4a76a6a4d4bc1dc025748185a1..5550cce30588583922a8246553c44138919ff8ee 100755 (executable)
@@ -108,7 +108,7 @@ interface_bind() {
         return 1
     fi
 
-    # see, if we can bind it to some hw parms
+    # see, if we can bind it to some hw params
     if hw_bind "$_netif" "$_macaddr"; then
         # only print out DEVICE, if it's user assigned
         is_kernel_ethernet_name "$_netif" && return 0
index cfc81e36dbeaff21646f2e7accf39e2ca99c8318..7c3ef1e5c76205ec93f59488dfc170b6fdc9262d 100755 (executable)
@@ -16,7 +16,7 @@ type mkuniqdir > /dev/null 2>&1 || . /lib/dracut-lib.sh
 #   0: success
 #   253: unknown error (file missing)
 #   254: unhandled URL scheme / protocol
-#   255: bad arguments / unparseable URLs
+#   255: bad arguments / unparsable URLs
 #   other: fetch command failure (whatever curl/mount/etc return)
 fetch_url() {
     local url="$1" outloc="$2"
index 81c6ed8e73170148741a2d66496cf738bebfb784..e80833948a59c8c97a43c6bc0e01e23a375d6666 100755 (executable)
@@ -301,7 +301,7 @@ do_live_overlay() {
         echo 0 "$sz" snapshot "$base" "$over" PO 8 | dmsetup create live-rw
     fi
 
-    # Create a device for the ro base of overlayed file systems.
+    # Create a device for the ro base of overlaid file systems.
     if [ -z "$overlayfs" ]; then
         echo 0 "$sz" linear "$BASE_LOOPDEV" 0 | dmsetup create --readonly live-base
     fi
index 5a94f20cb8d7436161a0afcd35cdf188bdb054d4..f992ae225f318004902dd0e833caae39e18d5ab6 100755 (executable)
@@ -6,7 +6,7 @@ if ! getargbool 1 rd.fcoe -d -n rd.nofcoe; then
 fi
 
 # Note lldpad will stay running after switchroot, the system initscripts
-# are to kill it and start a new lldpad to take over. Data is transfered
+# are to kill it and start a new lldpad to take over. Data is transferred
 # between the 2 using a shm segment
 lldpad -d
 # wait for lldpad to be ready
index 729bbc2181dfa820f87c49bfd06fcd624b9f8b7b..0c8dbbb4bdb6b242afe51104bd038000e638d2da 100755 (executable)
@@ -103,7 +103,7 @@ nfsroot_to_var "$netroot"
 # Set fstype, might help somewhere
 fstype=${nfs#/dev/}
 
-# Rewrite root so we don't have to parse this uglyness later on again
+# Rewrite root so we don't have to parse this ugliness later on again
 netroot="$fstype:$server:$path:$options"
 
 # If we don't have a server, we need dhcp
@@ -116,7 +116,7 @@ fi
 # shellcheck disable=SC2034
 rootok=1
 
-# Shut up init error check or make sure that block parser wont get
+# Shut up init error check or make sure that block parser won't get
 # confused by having /dev/nfs[4]
 root="$fstype"
 
index 1fd061cd8ccace456e4dd8429808af01380b89c2..78929414427cf79251325cc7d74f6a0a4cba97cf 100755 (executable)
@@ -11,7 +11,7 @@ make_trace_mem "hook mount" '1:shortmem' '2+:mem' '3+:slab'
 
 getarg 'rd.break=mount' -d 'rdbreak=mount' && emergency_shell -n mount "Break before mount"
 # mount scripts actually try to mount the root filesystem, and may
-# be sourced any number of times. As soon as one suceeds, no more are sourced.
+# be sourced any number of times. As soon as one succeeds, no more are sourced.
 i=0
 while :; do
     if ismounted "$NEWROOT"; then
index 63265f21013183fbc94eaff6fb8a9e27b6bca279..5779508711b44b1449f0fae019a792034fb6d7f8 100755 (executable)
@@ -21,7 +21,7 @@ str_replace() {
 }
 
 # get a systemd-compatible unit name from a path
-# (mimicks unit_name_from_path_instance())
+# (mimics unit_name_from_path_instance())
 dev_unit_name() {
     local dev="$1"
 
index a8ca2c96eb747d3574dc157f7a68d7011be69ebf..39609d82abe5ae1355d37e92e3856dbe569a8923 100755 (executable)
@@ -337,7 +337,7 @@ getoptcomma() {
 # Splits given string 'str' with separator 'sep' into variables 'var1', 'var2',
 # 'varN'.  If number of fields is less than number of variables, remaining are
 # not set.  If number of fields is greater than number of variables, the last
-# variable takes remaining fields.  In short - it acts similary to 'read'.
+# variable takes remaining fields.  In short - it acts similarly to 'read'.
 #
 # splitsep sep str var1 var2 varN
 #
index ca1df90d570e7b02e64c6f8fb74d2073c9eb823f..285059e51782a059bcd34383fbc4df1240546881 100755 (executable)
@@ -228,7 +228,7 @@ source_hook pre-mount
 
 getarg 'rd.break=mount' -d 'rdbreak=mount' && emergency_shell -n mount "Break before mount"
 # mount scripts actually try to mount the root filesystem, and may
-# be sourced any number of times. As soon as one suceeds, no more are sourced.
+# be sourced any number of times. As soon as one succeeds, no more are sourced.
 _i_mount=0
 while :; do
     if ismounted "$NEWROOT"; then
index 816fc5101ac19e302ee52c0c918bef1e18e84c2d..c3bfe904f50d89fed53ae8f4431728f661b7582d 100644 (file)
@@ -112,7 +112,7 @@ struct ArchiveState {
     // offset from the start of this archive
     off: u64,
     // next mapped inode number, used instead of source file inode numbers to
-    // ensure reproducability. XXX: should track inode per mapped dev?
+    // ensure reproducibility. XXX: should track inode per mapped dev?
     ino: u32,
 }
 
index 64be18227e0db75d90463c6435410b29db388f9b..a2dbbbd7a11e7af407299bcd2dc3af41c821efc2 100644 (file)
@@ -146,7 +146,7 @@ pub struct Argument {
     pub short: Option<char>,
     /// The long name of this argument.
     pub long: &'static str,
-    /// Helpfuly usage information for this argument to display to the user.
+    /// Helpful usage information for this argument to display to the user.
     pub help: &'static str,
 }
 
index 003cf80ac546b79f58b32712a483f1f43f95bc8d..cc426c909f21ab4b61ee41155b0ccd35816a5814 100644 (file)
@@ -265,7 +265,7 @@ do {                                                                    \
         }                                                               \
 } while(false)
 
-/* Because statfs.t_type can be int on some architecures, we have to cast
+/* Because statfs.t_type can be int on some architectures, we have to cast
  * the const magic to the type, otherwise the compiler warns about
  * signed/unsigned comparison, because the magic can be 32 bit unsigned.
  */
index 97e6d9507deb33db24e73068620d26f82e7e71b7..05dec0f1bcce37dff84a16e4c2f013437f95f9c9 100755 (executable)
@@ -11,7 +11,7 @@ udevadm control --reload
 udevadm settle
 set -ex
 mdadm --create /dev/md0 --run --auto=yes --level=5 --raid-devices=3 /dev/disk/by-id/ata-disk_raid[123]
-# wait for the array to finish initailizing, otherwise this sometimes fails
+# wait for the array to finish initializing, otherwise this sometimes fails
 # randomly.
 mdadm -W /dev/md0 || :
 printf test > keyfile
index 97e6d9507deb33db24e73068620d26f82e7e71b7..05dec0f1bcce37dff84a16e4c2f013437f95f9c9 100755 (executable)
@@ -11,7 +11,7 @@ udevadm control --reload
 udevadm settle
 set -ex
 mdadm --create /dev/md0 --run --auto=yes --level=5 --raid-devices=3 /dev/disk/by-id/ata-disk_raid[123]
-# wait for the array to finish initailizing, otherwise this sometimes fails
+# wait for the array to finish initializing, otherwise this sometimes fails
 # randomly.
 mdadm -W /dev/md0 || :
 printf test > keyfile
index 3f620c9042c8921ba580d596b228c26cbf2be95b..b681e6b4dc39711375b123fe17b206d95b27b9a8 100755 (executable)
@@ -20,7 +20,7 @@ cryptsetup luksOpen /dev/disk/by-id/ata-disk_disk1 dracut_disk1 < /keyfile
 cryptsetup luksOpen /dev/disk/by-id/ata-disk_disk2 dracut_disk2 < /keyfile
 cryptsetup luksOpen /dev/disk/by-id/ata-disk_disk3 dracut_disk3 < /keyfile
 mdadm --create /dev/md0 --run --auto=yes --level=5 --raid-devices=3 /dev/mapper/dracut_disk1 /dev/mapper/dracut_disk2 /dev/mapper/dracut_disk3
-# wait for the array to finish initailizing, otherwise this sometimes fails
+# wait for the array to finish initializing, otherwise this sometimes fails
 # randomly.
 mdadm -W /dev/md0
 lvm pvcreate -ff -y /dev/md0
index 4698845196273134a03ff3360dcdfd015607ece1..97d29d9958219c4b70cfdf0270dce03875cbe936 100755 (executable)
@@ -51,7 +51,7 @@ udevadm settle
 
 mdadm --create /dev/md0 --run --auto=yes --level=5 --raid-devices=3 \
     /dev/mapper/isw*p*[234]
-# wait for the array to finish initailizing, otherwise this sometimes fails
+# wait for the array to finish initializing, otherwise this sometimes fails
 # randomly.
 mdadm -W /dev/md0
 set -e
index 8b95f3f6d47a62e492f51dc147db27d143358999..06959cd4f98437552814f58bf8969cf89a59e06c 100755 (executable)
@@ -41,7 +41,7 @@ test_run() {
     client_run rd.auto rd.md.imsm=0 || return 1
     client_run rd.md.uuid="$MD_UUID" rd.dm=0 || return 1
     # This test succeeds, because the mirror parts are found without
-    # assembling the mirror itsself, which is what we want
+    # assembling the mirror itself, which is what we want
     client_run rd.md.uuid="$MD_UUID" rd.md=0 rd.md.imsm failme && return 1
     client_run rd.md.uuid="$MD_UUID" rd.md=0 failme && return 1
     # the following test hangs on newer md
index 6b2ac439b8e11c6db9f5d8f836655b2c7bd78164..02fcc4d45950e96cd596ad0bac88b5d75a0c697e 100644 (file)
@@ -12,7 +12,7 @@ option domain-search "example.com";
 option domain-name "other.com";
 
 # MAC numbering scheme:
-# NFSv3: last octect starts at 0x00 and works up
+# NFSv3: last octet starts at 0x00 and works up
 
         group {
                 # NFSv3 root=dhcp or root={/dev/,}nfs, use server-id
@@ -94,7 +94,7 @@ option domain-name "other.com";
         }
 
         # MAC numbering scheme:
-        # NFSv4: last octect starts at 0x80 and works up
+        # NFSv4: last octet starts at 0x80 and works up
 
         group {
                 # NFSv4 root={/dev/,}nfs4, use server-id
index 715de35238b9bf4e0f8d0251030e9c7fc8aac0ed..6cbf1d00bb6d3615f319082822db9b5e3937e372 100755 (executable)
@@ -122,8 +122,8 @@ client_test() {
 
 test_nfsv3() {
     # MAC numbering scheme:
-    # NFSv3: last octect starts at 0x00 and works up
-    # NFSv4: last octect starts at 0x80 and works up
+    # NFSv3: last octet starts at 0x00 and works up
+    # NFSv4: last octet starts at 0x80 and works up
 
     client_test "NFSv3 root=dhcp DHCP path only" 52:54:00:12:34:00 \
         "root=dhcp" 192.168.50.1 -wsize=4096 || return 1
index 3c4dad74e772f192d9692915ca4eb24a7fa2d9c5..fd306ea8ea263e8b3b59dc0edb9a98b1d25a95a5 100644 (file)
@@ -12,7 +12,7 @@ subnet 192.168.50.0 netmask 255.255.255.0 {
        option domain-name "other.com";
 
        # MAC numbering scheme:
-       # NFSv3: last octect starts at 0x00 and works up
+       # NFSv3: last octet starts at 0x00 and works up
 
        group {
                option root-path "iscsi:192.168.50.1:::1:iqn.2009-06.dracut:target0";
@@ -34,7 +34,7 @@ subnet 192.168.51.0 netmask 255.255.255.0 {
         option domain-name "other.com";
 
         # MAC numbering scheme:
-        # NFSv3: last octect starts at 0x00 and works up
+        # NFSv3: last octet starts at 0x00 and works up
 
         group {
                 #option root-path "iscsi:192.168.51.1:::1:iqn.2009-06.dracut:target1";
index 3c4dad74e772f192d9692915ca4eb24a7fa2d9c5..fd306ea8ea263e8b3b59dc0edb9a98b1d25a95a5 100644 (file)
@@ -12,7 +12,7 @@ subnet 192.168.50.0 netmask 255.255.255.0 {
        option domain-name "other.com";
 
        # MAC numbering scheme:
-       # NFSv3: last octect starts at 0x00 and works up
+       # NFSv3: last octet starts at 0x00 and works up
 
        group {
                option root-path "iscsi:192.168.50.1:::1:iqn.2009-06.dracut:target0";
@@ -34,7 +34,7 @@ subnet 192.168.51.0 netmask 255.255.255.0 {
         option domain-name "other.com";
 
         # MAC numbering scheme:
-        # NFSv3: last octect starts at 0x00 and works up
+        # NFSv3: last octet starts at 0x00 and works up
 
         group {
                 #option root-path "iscsi:192.168.51.1:::1:iqn.2009-06.dracut:target1";
index 4e34c327d1ebfdb998194c70f72f852838f88294..bdccd23095582e25f49d6359b08a9a0beec33a90 100755 (executable)
@@ -119,7 +119,7 @@ test_run() {
 
 test_client() {
     # Mac Numbering Scheme
-    # ...:00-02 receive IP adresses all others don't
+    # ...:00-02 receive IP addresses all others don't
     # ...:02 receives a dhcp root-path
 
     # PXE Style BOOTIF=