No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / makefs / TODO
blob08f6a523cfc55df7daf6fa5dc79b2d10b9ebd793
1 $NetBSD: TODO,v 1.6 2002/02/06 02:17:14 lukem Exp $
3 todo
4 ----
6 - read files from multiple directories with or without root
7   specification, e.g., makefs -t cd9660 output.iso dir1 root2=dir2
8   dir3 root4=dir4
10 - display block numbers for a given file (e.g, /boot)
12 - finish makefs.8
14 - testing
16 - even more testing
18 - add support for converting a tar file (instead of a directory tree);
19   suggested by kpneal@pobox.com
22 outstanding bugs
23 ----------------
25 - size estimation is still out (need to take into account indirect blocks!)
27 - parameter checking when density is rather high or low.
29 - filling up a file system (running out of inodes or whatever)
30   doesn't do the right thing.
33 discuss
34 -------
36 - consider replacing ffs_balloc() et al with own code that doesn't
37   need hacked-up buf.c code
39 - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
40   this would involve passing all of mkfs()'s parameters in a single
41   struct rather than a lot of global vars, etc.