From 69aed59272773c4951c0665ab0bff554a04e0b1f Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 16 Dec 2008 10:15:32 -0800 Subject: [PATCH] Adding a BUGS file, where we can list bugs that we have found in genkernel that need to be resolved. --- BUGS | 7 +++++++ ChangeLog | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..03049c8 --- /dev/null +++ b/BUGS @@ -0,0 +1,7 @@ +This file lists out some known bugs which need to be resolved. Do not file bug +reports against these bugs, as the genkernel team is aware of them and has yet +to implement a solution. + +- busybox linked statically against glibc fails DNS resolution without the + /lib/libnss_{files,dns}.so libraries +- diff --git a/ChangeLog b/ChangeLog index 07e540b..e0bba12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 16 Dec 2008; Chris Gianelloni +BUGS: + Adding a BUGS file, where we can list bugs that we have found in genkernel + that need to be resolved. + 16 Dec 2008; Chris Gianelloni +HACKING: Adding a HACKING file, which I will use to document the various phases of genkernel so we can split up the default functions and also so we can