* add assertion for sector size
* make a boot disk binary

Stuff for 1.0.x:
-----------------------
* sort out included gettext libtool issues

* /proc/meminfo

* OS/2 Boot manager


Stuff for 1.1.x:  (maybe)
-------------------------
* fix up all endianness issues, and portability to other linuxes (eg 64-bit
machines), and other OS's (less important)	[MOSTLY DONE]
Linux 2.0 support, FreeBSD support (get a copy - I want to try it anyway!)

* Linux 2.0 support

* rewrite SCSI code to use /usr/include/scsi.h properly (not the ugly send
message ioctl)

* documentation of the internal API, tutorial on external API, and perhaps a bit
on how the resizers, etc. work  [MOSTLY DONE]

* injecting/ejecting partitions into/out of extended partitions.  But to
keep alignment rules, would not to move the start of the partition.  No
problem for FAT.  Lennert: for ext2, can we skip a few sectors?

* support finding bad-blocks.  Use ped_device_check() in ped_geometry_check()

* ext2 resizer:
	- add ability to move the start of the file system.


Stuff for later:
----------------
* renumber command - ARRGHHH.  How do we add restrictions, like: primary
partitions must be <= 4.

* RAID?

* improving the API:
	- front-ends for the ped_file_system_*, so you can do things like
ped_disk_resize_partition()

	- add methods to PedFileSystem: do progress meter stuff.

* logical sectors (?)

* journalling

* info page.  (Why is texi's tex output so broken?)

* fix partition tables?  (stick gpart functionality in - requires no more
low level code :-)

* prompt for parameters if not supplied, tab completion (of text parameters)

* metadata ownership (this is implicit by the location, and various other
hacks, but should be made explicit to support weirder systems)

* sort out CHS problem.  [partly done]  Still need to support partitions
with unusual alignment.  msdos_align(), msdos_alloc_metadata() needs to be
fixed.  Should Parted always preserve the same (possible weird) location
of metadata?  Methinks so - keep bootloaders happy.

* update LILO

