diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d042bb2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,18 @@ +busybox (0.44-1) frozen; urgency=low + + * First attempt at packaging BusyBox as a .deb. This has been in + in the Debian boot-floppies CVS tree forever. Hopefully, having it as a + standalone app will make life easier for me, the debian-installer team, and + everyone else as well... + * I have created a busybox-static that can be used as a rescue shell when you + hose your system. Just invoke "busybox sh" to fir up the shell. This has + every app provided by busybox staically linked in. There have been several + times in the past that I would have loved to have this sitting on my system + (i.e. when libc gets screwed up.) + + -- Erik Andersen <andersee@debian.org> Sun, 18 Jun 2000 21:45:47 -0600 + +Local variables: +mode: debian-changelog +add-log-mailing-address: "andersee@debian.org" +End: |