etc/services - sync with NetBSD-8
[minix.git] / usr.sbin / makefs / TODO
blobdfd306a033b15f612b47f5b453cd7ee587c18ffb
1 $NetBSD: TODO,v 1.7 2007/12/10 23:54:35 dyoung 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.