X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=TODO;h=871b2932e9002d42d90a17789030dc7a47c77dc9;hp=c2d7f5a0ef907853c57ca6987dc28d97578a043d;hb=1a5ba1223587f7153a5557a4d31626f9a407ba39;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/TODO b/TODO index c2d7f5a..871b293 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,19 @@ +* 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) * Password protection for insecure menu options (MacOS). +* Use system libext2fs instead of shipping a private copy (this is not + 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 + hard-coding of ":0" after a net device path (done as of 1.3.4?) + +* JFS support. -* Support for compressed images +* Support for compressed images (this will probably be solved in the kernel)