From d34d2e695714fcaf3827ac0132d19f5781b986d0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Sep 2001 17:29:42 +0000 Subject: 2001-09-19 Chris Johns * Added support for populating the initial "root" filesystem with information obtained via the DHCP response. * rootfs: New directory. * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, rootfs/mkrootfs.h: New files. * configure.in, Makefile.am: Modified to reflect addition. --- cpukit/libmisc/ChangeLog | 9 +++++++++ cpukit/libmisc/Makefile.am | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'cpukit/libmisc') diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index 94f7565ae2..ff0043e6b0 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -1,3 +1,12 @@ +2001-09-19 Chris Johns + + * Added support for populating the initial "root" filesystem + with information obtained via the DHCP response. + * rootfs: New directory. + * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, + rootfs/mkrootfs.h: New files. + * configure.in, Makefile.am: Modified to reflect addition. + 2001-09-14 Fernando Ruiz * shell/shell.c: Don't close file it wasn't open. diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index 39f14528ea..f3d19e1625 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I ../../../aclocal -SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \ +SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse rootfs untar \ mw-fb wrapup EXTRA_DIST = README -- cgit v1.2.3