]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - dracut.asc
dracut_mkdir(): create parent directories as needed.
[thirdparty/dracut.git] / dracut.asc
index f2470e04598bc3311497d246cd82d50b34fdfa78..f35535c270d370c89aa67a31b152a1f9c5216892 100644 (file)
@@ -1,8 +1,8 @@
-dracut
-======
-Harald Hoyer <harald@redhat.com>
-v3.0, October 2013
-
+dracut {mainversion}
+====================
+:author: Harald Hoyer
+:email: harald@redhat.com
+:revnumber: {version}
 :language: bash
 
 = Introduction
@@ -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.