initramfs-*-image.bb: Add better comments what each image does.
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 6 Feb 2008 18:02:45 +0000 (18:02 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 6 Feb 2008 18:02:45 +0000 (18:02 +0000)
packages/images/initramfs-bootmenu-image.bb
packages/images/initramfs-image.bb
packages/images/initramfs-minimal-image.bb

index 237aecb..b94cc23 100644 (file)
@@ -1,4 +1,5 @@
-# Sample initramfs image
+# initramfs image with interactive boot menu allowing to select rootfs location
+# from choices of block devices, loopback images and NFS.
 
 IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules"
 IMAGE_LINGUAS = ""
index 3103b9f..162e667 100644 (file)
@@ -1,4 +1,6 @@
-# Sample initramfs image
+# initramfs image allowing to boot from location as specified on kernel
+# command line, from teh choices of block device, loop back images (including
+# recursive) and NFS.
 
 IMAGE_INSTALL = "initramfs-module-block initramfs-module-loop initramfs-module-nfs"
 IMAGE_LINGUAS = ""
index d696468..cb323dd 100644 (file)
@@ -1,4 +1,4 @@
-# Sample initramfs image
+# Sample initramfs image, very minimal
 
 IMAGE_INSTALL = "initramfs-module-nfs busybox-static"