]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - mkinitrd-suse.8.asc
Fix 98dracut-systemd/dracut-emergency.sh
[thirdparty/dracut.git] / mkinitrd-suse.8.asc
index 9eb8fc907b2780574f3b2da1d3f3f0c99719c1a9..e39ac52b06f3bb0890f726093550e286c46f7907 100644 (file)
@@ -18,7 +18,7 @@ DESCRIPTION
 version <kernel-version> by calling *dracut*.
 
 [IMPORTANT]
-This version of mkinitrd is provided for compability with older
+This version of mkinitrd is provided for compatibility with older
 versions of mkinitrd. If a more fine grained control over the
 resulting image is needed, *dracut* should be called directly.
 
@@ -29,8 +29,9 @@ OPTIONS
 
 **-k** _<kernel_list>_::
     List of kernel images for which initrd files are created (relative
-    to _boot_dir_), defaults to _vmlinux_ on ppc/ppc64, _image_ on s390/s390x
-    and _vmlinuz_ for everything else.
+    to _boot_dir_), Image name should begin with the following string,
+    defaults to _vmlinux_ on ppc/ppc64, _image_ on s390/s390x and _vmlinuz_
+    for everything else.
 
 **-i** _<initrd_list>_::
     List of file names (relative to _boot_dir_) for the initrd; positions
@@ -50,7 +51,7 @@ OPTIONS
 
 **-d** _<root_device>_::
     Root device, defaults to the device from which the root_dir is
-    mounted; overwrites the rootdev enviroment variable if set
+    mounted; overwrites the rootdev environment variable if set
 
 **-s** _<size>_::
     Add splash animation and bootscreen to initrd.
@@ -76,7 +77,9 @@ OPTIONS
 
 **-A**::
     Create a so called "monster initrd" which includes all available
-    features and modules.
+    features and modules. This calls dracut with --no-hostonly and
+    --no-hostonly-cmdline parameters internally, instead of the default
+    --hostonly and --hostonly-cmdline.
 
 **-v, --verbose**::
     increase verbosity level
@@ -85,9 +88,6 @@ OPTIONS
     Disable logging to _/var/log/YaST2/mkinitrd.log_. This is useful for
     testing if you don’t want to clutter the system log.
 
-**--force**::
-    overwrite existing initramfs file.
-
 **--help**::
     print a help message and exit.