diff options
author | Harald Hoyer <harald@redhat.com> | 2009-05-27 14:56:20 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-05-27 14:56:20 +0200 |
commit | 412713048077e58720f01ad2e470defd70bcb208 (patch) | |
tree | bbde61fb7da96292c4d0273da6973e6fede9b55d /README | |
parent | ee0deb9918f7cce2553ccfd40b9fc51d8f5dfce8 (diff) | |
download | dracut-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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |