diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | 97c3a13dcc9becf93cb7c2aa89ea3e00f06b9179 (patch) | |
tree | d7facbbbf53b1a5bc0fa92f671f5b1e29a7e3200 /doc/BUGS | |
parent | 7c68e6ebca01f64501453fa53941ac77b9c2c335 (diff) | |
download | live-build-97c3a13dcc9becf93cb7c2aa89ea3e00f06b9179.zip live-build-97c3a13dcc9becf93cb7c2aa89ea3e00f06b9179.tar.gz |
Adding live-helper 1.0~a10-1.
Diffstat (limited to 'doc/BUGS')
-rw-r--r-- | doc/BUGS | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/doc/BUGS b/doc/BUGS deleted file mode 100644 index 5d9d295..0000000 --- a/doc/BUGS +++ /dev/null @@ -1,51 +0,0 @@ -How to report a bug in Debian Live -================================== - -"No software is perfect... we need your help!" - -Debian Live is far from being perfect, but we want to make it as close as -possible to perfect - with your help. - -Do not hesitate to report a bug: it is better to fill a report twice than never. -However, here are some recommendations how to file good bug reports. - - -1. Where does the bug appear? ------------------------------ - -...at build time while bootstrapping? - -make-live first bootstraps a basic Debian system with cdebootstrap(1) or -debootstrap(8). Depending on both cdebootstrap/debootstrap and the Debian -distribution it is bootstrapping, it runs sucessful or not. If a bug appears -here, check if the error is related to a specific Debian package (most likely), -or if it is related to cdebootstrap/debootstrap itself. - -In both cases, this is not a bug in Debian Live, but rather in Debian itself. We -can not fix this directly. Instead, report such a bug against the cdebootstrap -package, or the failing package. - - -...at build time while installing packages? - -Debian Live installs additional packages from the Debian archive. Depending on -the Debian distribution used and the daily archive state, it can fail. If a bug -appears here, check if the error is also reproducible on a normal system. - -If this is the case, this is not a bug in Debian Live, but rather in Debian -again. Report it against the failing package. - - -...at run time? - -If a package was successfully installed, but fails while actually running the -Live system, this is probably a bug in Debian Live. - - -2. Where to send the bug report? --------------------------------- - -Report error logs of build time errors to live-package and run time errors to -casper in the Debian Bug Tracking System. If you are unsure or need more help -before submitting a bug report, you can always send a message to -<debian-devel-live@lists.alioth.debian.org>. We will help you to figure it out. |