]> git.ozlabs.org Git - yaboot.git/commit
These patch provides the function of load a alternative initrd file
authorPaul Nasrat <pauln@enki.eridu>
Mon, 3 Dec 2007 12:41:42 +0000 (12:41 +0000)
committerPaul Nasrat <pauln@enki.eridu>
Mon, 3 Dec 2007 12:41:42 +0000 (12:41 +0000)
commitb6b70ff54df42432d58801ac69ba24e7d95e0426
tree0be7164ba25b10482cccb1914af18cf0723a8b26
parent4ba173298fa8630628c9014028fccc22e511d48a
These patch provides the function of load a alternative initrd file
specified by the user via Yaboot prompt. To load the new file, just use
the "initrd=<name_of_file>" command. The <name_of_file> could include
all the directory path to the file.

Using only the "initrd" command, Yaboot will load the default kernel
specified in the configuration file and the initrd file specified by the
user. The user can, also, specify an initrd file to any other label of
the configuration file, just adding the "initrd" command before the
label's name.

Signed-off-by: Paulo Ricardo Paz Vital <vital@br.ibm.com>
second/yaboot.c