]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
doc: fix formatting 71/head
authorJan Synacek <jsynacek@redhat.com>
Mon, 15 Jun 2015 07:49:52 +0000 (09:49 +0200)
committerJan Synacek <jsynacek@redhat.com>
Mon, 15 Jun 2015 07:58:28 +0000 (09:58 +0200)
dracut.8.asc

index f5459b4560566db8397d0131ba159ae4b19df83f..7a7ef9d4c16bfae14320cbd9dd33163df13c3936 100644 (file)
@@ -462,20 +462,20 @@ will not be able to boot.
     Regenerate all initramfs images at the default location with the kernel
     versions found on the system. Additional parameters are passed through.
 
-**--loginstall _<DIR>_::
+**--loginstall _<DIR>_**::
     Log all files installed from the host to _<DIR>_.
 
-**--uefi::
+**--uefi**::
     Instead of creating an initramfs image, dracut will create an UEFI executable,
     which can be executed by an UEFI BIOS.
 
-**--uefi-stub _<FILE>_::
+**--uefi-stub _<FILE>_**::
     Specifies the UEFI stub loader, which will load the attached kernel, initramfs and
     kernel command line and boots the kernel. The default is
     _/lib/systemd/boot/efi/linux<EFI-MACHINE-TYPE-NAME>.efi.stub_
     or _/usr/lib/gummiboot/linux<EFI-MACHINE-TYPE-NAME>.efi.stub_
 
-**--kernel-image _<FILE>_::
+**--kernel-image _<FILE>_**::
     Specifies the kernel image, which to include in the UEFI executable. The default is
     _/lib/modules/<KERNEL-VERSION>/vmlinuz_ or _/boot/vmlinuz-<KERNEL-VERSION>_