summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-05-27 14:56:20 +0200
committerHarald Hoyer <harald@redhat.com>2009-05-27 14:56:20 +0200
commit412713048077e58720f01ad2e470defd70bcb208 (patch)
treebbde61fb7da96292c4d0273da6973e6fede9b55d /README
parentee0deb9918f7cce2553ccfd40b9fc51d8f5dfce8 (diff)
downloaddracut-412713048077e58720f01ad2e470defd70bcb208.tar.gz
dracut-412713048077e58720f01ad2e470defd70bcb208.tar.bz2
dracut-412713048077e58720f01ad2e470defd70bcb208.zip
prefixed more internal command line options with "rd"
break -> rdbreak netdebug -> rdnetdebug
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c8a648db..cd25d3b4 100644
--- a/README
+++ b/README
@@ -39,9 +39,9 @@ Some general rules for writing modules:
relies on, so try not to break those hooks.
* Hooks must have a .sh extension.
* Generator modules are described in more detail in README.modules.
- * We have some breakpoints for debugging your hooks. If you pass 'break'
+ * We have some breakpoints for debugging your hooks. If you pass 'rdbreak'
as a kernel parameter, the initramfs will drop to a shell just before
- switching to a new root. You can pass 'break=hookpoint', and the initramfs
+ switching to a new root. You can pass 'rdbreak=hookpoint', and the initramfs
will break just before hooks in that hookpoint run.
Also, there is an attempt to keep things as distribution-agnostic as