X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=TODO;h=871b2932e9002d42d90a17789030dc7a47c77dc9;hp=086c9437be235b96a19043f3bfd5098c6301814e;hb=f8932c05318accd41300f2bef7da218fda9b0ab5;hpb=da7857367944c983abf98f956241dcc614b2f453 diff --git a/TODO b/TODO index 086c943..871b293 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,8 @@ +* Interactive shell mode for yaboot, similar to the grub shell. * Add nvram updating support for IBM hardware. This requires ofpath - to support these machines. It also requires a compatible nvsetenv - or equivilent. + to support these machines (ofpath done, or mostly so). It also + requires a compatible nvsetenv or equivilent. * Validate yaboot options before proceeding. (need better config parsing) @@ -11,6 +12,8 @@ as simple as it sounds) * Figure out all the crap with CHRP netbooting, probably have to remove - hard-coding of ":0" after a net devuce path (done as of 1.3.4?) + hard-coding of ":0" after a net device path (done as of 1.3.4?) -* Support for compressed images +* JFS support. + +* Support for compressed images (this will probably be solved in the kernel)