]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
man: fix several typos
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 20 Aug 2019 09:14:29 +0000 (11:14 +0200)
committerLukáš Nykrýn <lnykryn@redhat.com>
Wed, 28 Aug 2019 08:40:33 +0000 (10:40 +0200)
dracut.asc
dracut.cmdline.7.asc
dracut.modules.7.asc
dracut.usage.asc

index f2470e04598bc3311497d246cd82d50b34fdfa78..07d9e9a6ba74f56dd82f76f0c99fd51e6b69d634 100644 (file)
@@ -61,7 +61,7 @@ Depending on which algorithms were compiled statically into it, the kernel can
 currently unpack initrd/initramfs images compressed with gzip, bzip2 and LZMA.
 
 == Mount preparations
-dracut can generate a customized initrams image which contains only whatever is
+dracut can generate a customized initramfs image which contains only whatever is
 necessary to boot some particular computer, such as ATA, SCSI and filesystem
 kernel modules (host-only mode).
 
@@ -142,7 +142,7 @@ The following steps are executed during a shutdown:
 * if yes, it does a pivot_root to /run/initramfs and executes ./shutdown.
   The old root is then mounted on /oldroot.
   /usr/lib/dracut/modules.d/99shutdown/shutdown.sh is the shutdown executable.
-* shutdown will try to umount every /oldroot mount and calls the various
+* shutdown will try to unmount every /oldroot mount and calls the various
   shutdown hooks from the dracut modules
 
 This ensures, that all devices are disassembled and unmounted cleanly.
index c45cdf57c48f389ad433bd0a333315dbd178c5cf..fb65294b947e046e958314e934096eab6f47f7e7 100644 (file)
@@ -346,7 +346,7 @@ As you see, you can skip colons in such a case.
 [NOTE]
 ===============================
 dracut pipes key to cryptsetup with _-d -_ argument, therefore you need to pipe
-to crypsetup luksFormat with _-d -_, too!
+to cryptsetup luksFormat with _-d -_, too!
 
 Here follows example for key encrypted with GPG:
 
@@ -528,7 +528,7 @@ same <interface>.
     number, encoding the network prefix length.
 
 **ifname=**__<interface>__:__<MAC>__::
-    Assign network device name <interface> (ie "bootnet") to the NIC with
+    Assign network device name <interface> (i.e. "bootnet") to the NIC with
     MAC <MAC>.
 +
 WARNING: Do **not** use the default kernel naming scheme for the interface name,
index 387f6da0c1980b8ad96799ddded2d532a05cbf9a..27786a2021e1319f756c5a93266e67b5d84d0f32 100644 (file)
@@ -103,7 +103,7 @@ half of the rd.retry counter.
 
 This hook (initqueue/finished) is called after udev has settled and
 if all scripts herein return 0 the main loop will be ended.
-Abritary scripts can be added here, to loop in the
+Arbitrary scripts can be added here, to loop in the
 initqueue until something happens, which a dracut module wants to wait for.
 
 === Hook: pre-mount
index 0f219fc9cc19dd8d9e3b0087e48ad78a6f151bf3..2f94e0bc02c1be7704211638d39a60f97945f8ec 100644 (file)
@@ -151,7 +151,7 @@ If your root partition is on the network see <<NetworkBoot>>.
 If you have to input passwords for encrypted disk volumes, you might want to set
 the keyboard layout and specify a display font.
 
-A typical german kernel command would contain:
+A typical german kernel command line would contain:
 ----
 rd.vconsole.font=latarcyrheb-sun16 rd.vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8
 ----
@@ -262,7 +262,7 @@ For example for a NFS image, you would do:
 
 
 ----
-# dracut -m "nfs network  base" initramfs-nfs-only.img
+# dracut -m "nfs network base" initramfs-nfs-only.img
 ----
 
 Then you would boot from this image with your target machine and reduce the size
@@ -349,7 +349,7 @@ serial --unit=0 --speed=9600
 terminal --timeout=5 serial console
 ----
 +
-. Also in _/boot/grub2/grub.cfg_, add the following boot arguemnts to the ''kernel''
+. Also in _/boot/grub2/grub.cfg_, add the following boot arguments to the ''kernel''
 line:
 +
 ----