mkinitrd - add tool and infrastructure for initrd
authorAlex Hornung <ahornung@gmail.com>
Sun, 27 Jun 2010 00:51:13 +0000 (01:51 +0100)
committerAlex Hornung <ahornung@gmail.com>
Thu, 1 Jul 2010 07:59:17 +0000 (08:59 +0100)
commitae14c9db8e2fcad505fc56fbb1c091229828d8f1
tree2d865245a96613448c4005e6da9e4a9aba3d47ff
parent05852ff1b3efba4aa14c0d7bc54f0a6d68dec1fe
mkinitrd - add tool and infrastructure for initrd

* Add the tool and necessary infrastructure to be able to easily build
  initial ramdisks.
etc/mtree/BSD.usr.dist
sbin/Makefile
sbin/mkinitrd/Makefile [new file with mode: 0644]
sbin/mkinitrd/mini_init/Makefile [new file with mode: 0644]
sbin/mkinitrd/mini_init/oinit.c [new file with mode: 0644]
sbin/mkinitrd/mini_init/pathnames.h [new file with mode: 0644]
sbin/mkinitrd/mkinitrd [new file with mode: 0755]
sbin/mkinitrd/mkinitrd.8 [new file with mode: 0644]
share/Makefile
share/initrd/Makefile [new file with mode: 0644]
share/initrd/rc [new file with mode: 0755]