diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 19:22:47 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 19:25:22 +0100 |
commit | e1f9abbef13e7e81455cd209a772393d9a823c26 (patch) | |
tree | 3239c374c73d2deeeea04e6344e47a2ec46c0c9d | |
parent | f74ecf19073b9bfb95ebd0b8d9bf78bfe2a359cb (diff) | |
download | vyos-live-build-e1f9abbef13e7e81455cd209a772393d9a823c26.tar.gz vyos-live-build-e1f9abbef13e7e81455cd209a772393d9a823c26.zip |
Dropping unuseful information from bug-script (Closes: #774340).
Historically we tried to have all necessary information
in bug reports, such as version of certain packages used
during the build.
In reality, the only interesting package is debootstrap
on the host system - everything else is taken up from
the mirror from within the chroot and is noted in the
build log.
Users building non-chrooted will have to collect their
information by hand anyway, so it's better to remove
anything but debootstrap.
-rw-r--r-- | debian/live-build.bug-script | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index 5aa21384f..5456b1d5c 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -2,12 +2,8 @@ DEFAULT_SETTINGS="/etc/live/build.conf" -# Checking depends dpkg -l debootstrap -# Checking suggests -dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools syslinux syslinux-common extlinux grub uuid-runtime win32-loader - if [ -e "${DEFAULT_SETTINGS}" ]; then echo "Contents of ${DEFAULT_SETTINGS}:" cat "${DEFAULT_SETTINGS}" |