Skip to content

Commit

Permalink
mkinitramfs.8: improve EXAMPLES formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 14, 2023
1 parent ffdee83 commit a6d1165
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkinitramfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ Device-helper.
.El
.\" ==================================================================
.Sh EXAMPLES
.Bl -tag -width Ds
.It Create an initramfs for current running kernel:
Create an initramfs for current running kernel:
.Bd -literal -offset indent
mkinitramfs -o /tmp/initramfs-`uname -r`.img
.Ed
.It Create an initramfs for specific kernel:
.Pp
Create an initramfs for specific kernel:
.Bd -literal -offset indent
mkinitramfs -o /tmp/initramfs-5.4.224.img -k 5.4.224
.Ed
.It Debug initramfs creation (check out written logfile):
.Pp
Debug initramfs creation (check out written logfile):
.Bd -literal -offset indent
sh -x `which mkinitramfs` -o /tmp/initramfs-`uname -r` 2>/tmp/log
.Ed
.El
.\" ==================================================================
.Sh NOTES
If you have modular kernel and you use
Expand Down

0 comments on commit a6d1165

Please sign in to comment.