Bug#585897: initramfs-tools: allow multiple break points

2010-06-15 Thread maximilian attems
On Mon, Jun 14, 2010 at 06:59:06PM +0100, Colin Watson wrote: > - if [ "${break:-}" = "$1" ]; then > + if echo "${break:-}" | egrep -q "(,|^)$1(,|$)"; then implicit dependence of BUSYBOX=yes, i'd prefer not to introduce that, acked with sh implementation. thank you. -- To UNSUBSCRIBE,

Bug#585897: initramfs-tools: allow multiple break points

2010-06-14 Thread Colin Watson
Package: initramfs-tools Version: 0.96.1 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch maverick This patch is a rebased version of one from Evan Dandrea (CCed), and allows specifying multiple break points using a comma delimiter. This is s

Processed: Re: Bug#585897: initramfs-tools: allow multiple break points

2010-06-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 585897 + pending Bug #585897 [initramfs-tools] initramfs-tools: allow multiple break points Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 585897: http://bugs.debian.org/cgi-bin/bugrepo

Bug#585897: initramfs-tools: allow multiple break points

2010-06-14 Thread Michael Prokop
tags 585897 + pending thanks * Colin Watson [Mon Jun 14, 2010 at 06:59:06PM +0100]: > This patch is a rebased version of one from Evan Dandrea (CCed), and > allows specifying multiple break points using a comma delimiter. This > is sometimes convenient when debugging the initramfs. I added som