mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 5/5] uml-add-conf-INITRAMFS_SOURCE
@ 2004-10-23  3:53 blaisorblade_spam
  2004-10-23 10:56 ` Jeff Dike
  0 siblings, 1 reply; 3+ messages in thread
From: blaisorblade_spam @ 2004-10-23  3:53 UTC (permalink / raw)
  To: akpm; +Cc: jdike, linux-kernel, user-mode-linux-devel, blaisorblade_spam



Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
---

 vanilla-linux-2.6.9-paolo/arch/um/Kconfig_block |   27 ++++++++++++++++++++++++
 1 files changed, 27 insertions(+)

diff -puN arch/um/Kconfig_block~uml-add-conf-INITRAMFS_SOURCE arch/um/Kconfig_block
--- vanilla-linux-2.6.9/arch/um/Kconfig_block~uml-add-conf-INITRAMFS_SOURCE	2004-10-22 02:27:36.844076640 +0200
+++ vanilla-linux-2.6.9-paolo/arch/um/Kconfig_block	2004-10-22 02:28:38.540697328 +0200
@@ -52,6 +52,33 @@ config BLK_DEV_INITRD
 	bool "Initial RAM disk (initrd) support"
 	depends on BLK_DEV_RAM=y
 
+#Copied directly from drivers/block/Kconfig
+config INITRAMFS_SOURCE
+	string "Source directory of cpio_list"
+	default ""
+	help
+	  This can be set to either a directory containing files, etc to be
+	  included in the initramfs archive, or a file containing newline
+	  separated entries.
+
+	  If it is a file, it should be in the following format:
+	    # a comment
+	    file <name> <location> <mode> <uid> <gid>
+	    dir <name> <mode> <uid> <gid>
+	    nod <name> <mode> <uid> <gid> <dev_type> <maj> <min>
+
+	  Where:
+	    <name>      name of the file/dir/nod in the archive
+	    <location>  location of the file in the current filesystem
+	    <mode>      mode/permissions of the file
+	    <uid>       user id (0=root)
+	    <gid>       group id (0=root)
+	    <dev_type>  device type (b=block, c=character)
+	    <maj>       major number of nod
+	    <min>       minor number of nod
+
+	  If you are not sure, leave it blank.
+
 config MMAPPER
 	tristate "Example IO memory driver"
 	depends on BROKEN
_

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

* Re: [patch 5/5] uml-add-conf-INITRAMFS_SOURCE
  2004-10-23  3:53 [patch 5/5] uml-add-conf-INITRAMFS_SOURCE blaisorblade_spam
@ 2004-10-23 10:56 ` Jeff Dike
  2004-10-25 20:21   ` [uml-devel] " BlaisorBlade
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Dike @ 2004-10-23 10:56 UTC (permalink / raw)
  To: blaisorblade_spam; +Cc: akpm, linux-kernel, user-mode-linux-devel

On Sat, Oct 23, 2004 at 05:53:23AM +0200, blaisorblade_spam@yahoo.it wrote:
> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
> ---
> 
>  vanilla-linux-2.6.9-paolo/arch/um/Kconfig_block |   27 ++++++++++++++++++++++++

This came from Chris Wright, and I have this one in my tree with a 
Signed-off-by from him.  You should preserve that.

				Jeff

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

* Re: [uml-devel] Re: [patch 5/5] uml-add-conf-INITRAMFS_SOURCE
  2004-10-23 10:56 ` Jeff Dike
@ 2004-10-25 20:21   ` BlaisorBlade
  0 siblings, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2004-10-25 20:21 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Jeff Dike, akpm, linux-kernel

On Saturday 23 October 2004 12:56, Jeff Dike wrote:
> On Sat, Oct 23, 2004 at 05:53:23AM +0200, blaisorblade_spam@yahoo.it wrote:
> > Signed-off-by: Paolo 'Blaisorblade' Giarrusso
> > <blaisorblade_spam@yahoo.it> ---
> >
> >  vanilla-linux-2.6.9-paolo/arch/um/Kconfig_block |   27
> > ++++++++++++++++++++++++

> This came from Chris Wright, and I have this one in my tree with a
> Signed-off-by from him.  You should preserve that.
Yes, you're right - sorry for forgetting that. This happened because I rebuilt 
the patch (to make sure that the copied content was up-to-date with any later 
change).
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729

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

end of thread, other threads:[~2004-10-25 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-23  3:53 [patch 5/5] uml-add-conf-INITRAMFS_SOURCE blaisorblade_spam
2004-10-23 10:56 ` Jeff Dike
2004-10-25 20:21   ` [uml-devel] " BlaisorBlade

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

Powered by JetHome