geninitrd/trunk/lvm.todo

glen cvs at pld-linux.org
Wed Feb 22 19:20:56 CET 2006


Author: glen
Date: Wed Feb 22 19:20:54 2006
New Revision: 6998

Modified:
   geninitrd/trunk/lvm.todo
Log:
Few language fixes.

Modified: geninitrd/trunk/lvm.todo
==============================================================================
--- geninitrd/trunk/lvm.todo	(original)
+++ geninitrd/trunk/lvm.todo	Wed Feb 22 19:20:54 2006
@@ -3,10 +3,10 @@
   with major 58
 - check PVDEVICES and if empty do:
 -- run lvdisplay to determine volumen group (vg)
--- run pvscan to find physical volumens (pv) belong to determined vg 
+-- run pvscan to find physical volumens (pv) belong to determined vg
    (better write help application to parse /etc/lvmtab.d/[vgname] or
    /etc/lvmconf/[vgname].conf - ask malekith for help)
-- for all finded pvs find needed modules (support all devices that are
+- for all found pvs find needed modules (support all devices that are
   supported for rootfs device)
 - add to startup:
 mount /proc
@@ -18,9 +18,9 @@
 umount /tmp
 umount /proc
 
-NOTE: vgscan need writable /etc/lvmtab and /etc/lvmtab.d/. Distrib kernel are
-builded only with romfs, so mount tmpfs on /tmp and symlink writable files from
-original location to /tmp. 
+NOTE: vgscan need writable /etc/lvmtab and /etc/lvmtab.d/. Distrib kernels are
+built only with romfs, so mount tmpfs on /tmp and symlink writable files from
+original location to /tmp.
 But tmpfs are only in kernel series 2.4.x or later.
 
 There is also problematic case with LVM on top of for example SOFTRAID. You would


More information about the pld-cvs-commit mailing list