41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
From 67bcc4930430a1845c4f53d2afacf701fc6467a1 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 11 Feb 2021 09:01:54 +0100
|
|
Subject: [PATCH] docs: fix dracut.cmdline.7
|
|
|
|
```
|
|
asciidoc: WARNING: dracut.cmdline.7.asc: line 1115: nested inline passthrough
|
|
```
|
|
|
|
Conflict:Delete the second paragraph
|
|
Reference:https://github.com/dracutdevs/dracut/commit/67bcc4930430a1845c4f53d2afacf701fc6467a1
|
|
---
|
|
dracut.cmdline.7.asc | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
|
|
index 4e598b6b..b4cbbbcd 100644
|
|
--- a/dracut.cmdline.7.asc
|
|
+++ b/dracut.cmdline.7.asc
|
|
@@ -176,7 +176,7 @@ Misc
|
|
[[dracutkerneldebug]]
|
|
Debug
|
|
~~~~~
|
|
-If you are dropped to an emergency shell, the file
|
|
+If you are dropped to an emergency shell, the file
|
|
_/run/initramfs/rdsosreport.txt_ is created, which can be saved to a (to be
|
|
mounted by hand) partition (usually /boot) or a USB stick. Additional debugging
|
|
info can be produced by adding **rd.debug** to the kernel command line.
|
|
@@ -1109,7 +1109,7 @@ used to persist the changes made to the device specified by the
|
|
**root=live:__<url>__** option.
|
|
+
|
|
The default _pathspec_, when _auto_ or no _:<pathspec>_ is given, is
|
|
-`/<+++<b>rd.live.dir</b>+++>/overlay-<label>-<uuid>`, where _<label>_ is the
|
|
+`/<rd.live.dir>/overlay-<label>-<uuid>`, where _<label>_ is the
|
|
device LABEL, and _<uuid>_ is the device UUID.
|
|
* _none_ (the word itself) specifies that no overlay will be used, such as when
|
|
an uncompressed, writable live root filesystem is available.
|
|
--
|
|
2.19.1
|
|
|