From: Frantisek Sumsal Date: Tue, 20 Aug 2019 09:14:29 +0000 (+0200) Subject: man: fix several typos X-Git-Tag: 050~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ead8729b442ab389dba1a47146a77da5de8e9271;p=thirdparty%2Fdracut.git man: fix several typos --- diff --git a/dracut.asc b/dracut.asc index f2470e045..07d9e9a6b 100644 --- a/dracut.asc +++ b/dracut.asc @@ -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. diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index c45cdf57c..fb65294b9 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -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 . number, encoding the network prefix length. **ifname=**____:____:: - Assign network device name (ie "bootnet") to the NIC with + Assign network device name (i.e. "bootnet") to the NIC with MAC . + WARNING: Do **not** use the default kernel naming scheme for the interface name, diff --git a/dracut.modules.7.asc b/dracut.modules.7.asc index 387f6da0c..27786a202 100644 --- a/dracut.modules.7.asc +++ b/dracut.modules.7.asc @@ -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 diff --git a/dracut.usage.asc b/dracut.usage.asc index 0f219fc9c..2f94e0bc0 100644 --- a/dracut.usage.asc +++ b/dracut.usage.asc @@ -151,7 +151,7 @@ If your root partition is on the network see <>. 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: + ----