mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [TRIVIAL] [PATCH] Documentation/filesystems/ramfs-rootfs-initramfs.txt
@ 2008-08-17  9:07 frans
  2008-08-20  5:56 ` Rob Landley
  0 siblings, 1 reply; 4+ messages in thread
From: frans @ 2008-08-17  9:07 UTC (permalink / raw)
  To: mtk.manpages, rdunlap, linux-doc, torvalds; +Cc: trivial, linux-kernel, rob

A trivial patch on ramfs-rootfs-initramfs.txt 
First a file hello.c is created, then the file hello2.c is compiled.
Changed this to hello.c

Mailed this before to trivial@kernel.org only but did not get a reply and
haven't seen it applied yet, so resubmitting to a wider audience...

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.txt b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
index 7be232b..62fe9b1 100644
--- a/Documentation/filesystems/ramfs-rootfs-initramfs.txt
+++ b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
@@ -263,7 +263,7 @@ User Mode Linux, like so:
     sleep(999999999);
   }
   EOF
-  gcc -static hello2.c -o init
+  gcc -static hello.c -o init
   echo init | cpio -o -H newc | gzip > test.cpio.gz
   # Testing external initramfs using the initrd loading mechanism.
   qemu -kernel /boot/vmlinuz -initrd test.cpio.gz /dev/zero

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [TRIVIAL] [PATCH] Documentation/filesystems/ramfs-rootfs-initramfs.txt
@ 2008-11-22 14:39 frans
  2008-11-23  0:44 ` Rob Landley
  0 siblings, 1 reply; 4+ messages in thread
From: frans @ 2008-11-22 14:39 UTC (permalink / raw)
  To: mtk.manpages, rdunlap, linux-doc, torvalds; +Cc: trivial, rob, linux-kernel

A very minor patch on ramfs-rootfs-initramfs.txt.
update the location where CONFIG_INITRAMFS_SOURCE lives in menuconfig

diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.txt b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
index 62fe9b1..a8273d5 100644
--- a/Documentation/filesystems/ramfs-rootfs-initramfs.txt
+++ b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
@@ -130,12 +130,12 @@ The 2.6 kernel build process always creates a gzipped cpio format initramfs
 archive and links it into the resulting kernel binary.  By default, this
 archive is empty (consuming 134 bytes on x86).

-The config option CONFIG_INITRAMFS_SOURCE (for some reason buried under
-devices->block devices in menuconfig, and living in usr/Kconfig) can be used
-to specify a source for the initramfs archive, which will automatically be
-incorporated into the resulting binary.  This option can point to an existing
-gzipped cpio archive, a directory containing files to be archived, or a text
-file specification such as the following example:
+The config option CONFIG_INITRAMFS_SOURCE (in General Setup in menuconfig,
+and living in usr/Kconfig) can be used to specify a source for the
+initramfs archive, which will automatically be incorporated into the
+resulting binary.  This option can point to an existing gzipped cpio
+archive, a directory containing files to be archived, or a text file
+specification such as the following example:

   dir /dev 755 0 0
   nod /dev/console 644 0 0 c 5 1

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-23  0:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-17  9:07 [TRIVIAL] [PATCH] Documentation/filesystems/ramfs-rootfs-initramfs.txt frans
2008-08-20  5:56 ` Rob Landley
2008-11-22 14:39 frans
2008-11-23  0:44 ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®