]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fixed typos
authorThomas Lange <lange@informatik.uni-koeln.de>
Mon, 25 Jul 2011 07:11:56 +0000 (09:11 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 Jul 2011 07:11:56 +0000 (09:11 +0200)
NEWS
modules.d/02caps/README
modules.d/95nbd/parse-nbdroot.sh

diff --git a/NEWS b/NEWS
index 8566260cfdb172c63d3a22d85f89ed519ffc7251..a93a9cdee9c7a3cf645ced151ade2bef2c2f676f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ dracut-009
 
 - initramfs
   - hooks moved to /lib/dracut/hooks in initramfs
-  - rd.driver.{blacklist|pre|post} accept comma seperated driver list
+  - rd.driver.{blacklist|pre|post} accept comma separated driver list
   - iSCSI: iSCSI Boot Firmware Table (iBFT) support
   - support for /run
   - live image: support for generic rootfs.img (instead of ext3fs.img)
index 57d2538cabf19fd79e6bbcc0c56ea4c5f62c4064..34e0f021832a7ae0642a55072f4d1b643fabd5e7 100644 (file)
@@ -2,7 +2,7 @@ This adds the following parameters:
 rd.caps=1
         turn the caps module on/off
 rd.caps.initdrop=cap_sys_module,cap_sys_rawio
-        drop the specified comma seperated capabilities
+        drop the specified comma separated capabilities
 rd.caps.disablemodules=1
         turn off module loading
 rd.caps.disablekexec=1
index 40fcef6ee74e2b49321427c2c0f50e5e078c2e7a..376681bd5f6b3699e09697004e75b278456b0847 100755 (executable)
@@ -6,7 +6,7 @@
 #       root=nbd:srv:port[:fstype[:rootflags[:nbdopts]]]
 #       [root=*] netroot=nbd:srv:port[:fstype[:rootflags[:nbdopts]]]
 #
-# nbdopts is a comma seperated list of options to give to nbd-client
+# nbdopts is a comma separated list of options to give to nbd-client
 #
 # root= takes precedence over netroot= if root=nbd[...]
 #